emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inkpot-theme 62505aeb1c 092/104: Add `scroll-bar` face


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 62505aeb1c 092/104: Add `scroll-bar` face
Date: Thu, 7 Jul 2022 12:01:30 -0400 (EDT)

branch: elpa/inkpot-theme
commit 62505aeb1c42bdb1529518f2bf8ee9c4b9b19874
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Add `scroll-bar` face
---
 changelog.rst   | 3 +++
 inkpot-theme.el | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/changelog.rst b/changelog.rst
index debff07cc7..d8f3415929 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -4,6 +4,9 @@ Change Log
 ##########
 
 
+- 2022-01-26
+  - Add colors for ``scroll-bar``.
+
 - 2021-11-30
   - Add colors for ``mode-line-active``.
 
diff --git a/inkpot-theme.el b/inkpot-theme.el
index a4219d11f5..e071b8f8e2 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -128,11 +128,14 @@
    `(success ((t (:foreground ,ip-green-bright))))
    `(warning ((t (:foreground ,ip-white :background ,ip-brown-mid+13))))
    `(error ((t (:foreground ,ip-white :background ,ip-red-dark))))
+
    ;; UI.
    `(button ((t (:underline t :foreground ,ip-pink-light))))
    `(link ((t (:foreground ,ip-pink-light))))
    `(link-visited ((t (:foreground ,ip-pink-dark)))) ;; Not a vim color, just 
a little darker.
    `(widget-field ((t (:foreground ,ip-pink-dark :background 
,ip-yellow-bright)))) ;; FIXME
+   ;; Follow other window border colors (mode-line in this case), don't blend 
in with the fringe.
+   `(scroll-bar ((t (:foreground ,ip-grey+73 :background 
,ip-slate-dark+15.7))))
 
    ;; Default (font-lock)
    `(font-lock-builtin-face ((t (:foreground ,ip-pink-light))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]