branch: externals/modus-operandi-theme
commit 51660bb183b0400c67612bb9ff7fd4622e6979b0
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add support for GOLDEN-RATIO-SCROLL-SCREEN
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index b58b1f2..a08f011 100644
--- a/README.org
+++ b/README.org
@@ -712,6 +712,7 @@ the "full support" may not be 100% true…
 + git-timemachine
 + git-walktree
 + gnus
++ golden-ratio-scroll-screen
 + helm* (also see [[#h:e4408911-e186-4825-bd4f-4d0ea55cd6d6][section below on 
Helm's grep-related functions]])
 + helm-ls-git
 + helm-switch-shell
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 018be99..4f8235b 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -161,6 +161,7 @@
 ;;     git-timemachine
 ;;     git-walktree
 ;;     gnus
+;;     golden-ratio-scroll-screen
 ;;     helm
 ;;     helm-ls-git
 ;;     helm-switch-shell
@@ -1854,6 +1855,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(gnus-summary-normal-undownloaded ((,class (:foreground ,yellow))))
    `(gnus-summary-normal-unread ((,class (:foreground ,fg-main))))
    `(gnus-summary-selected ((,class (:inherit modus-theme-subtle-blue))))
+   ;;;; golden-ratio-scroll-screen
+   `(golden-ratio-scroll-highlight-line-face ((,class (:background 
,cyan-subtle-bg :foreground ,fg-main))))
    ;;;; helm
    `(helm-M-x-key ((,class (:foreground ,magenta-alt-other :weight bold))))
    `(helm-action ((,class (:underline t))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index accfe4c..5b1f246 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -161,6 +161,7 @@
 ;;     git-timemachine
 ;;     git-walktree
 ;;     gnus
+;;     golden-ratio-scroll-screen
 ;;     helm
 ;;     helm-ls-git
 ;;     helm-switch-shell
@@ -1854,6 +1855,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(gnus-summary-normal-undownloaded ((,class (:foreground ,yellow))))
    `(gnus-summary-normal-unread ((,class (:foreground ,fg-main))))
    `(gnus-summary-selected ((,class (:inherit modus-theme-subtle-blue))))
+   ;;;; golden-ratio-scroll-screen
+   `(golden-ratio-scroll-highlight-line-face ((,class (:background 
,cyan-subtle-bg :foreground ,fg-main))))
    ;;;; helm
    `(helm-M-x-key ((,class (:foreground ,magenta-alt-other :weight bold))))
    `(helm-action ((,class (:underline t))))

Reply via email to