diff options
author | jao <jao@gnu.org> | 2022-07-26 19:41:38 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-26 19:41:38 +0100 |
commit | ee070b516cc84e67571444bf27efaabbbb79c894 (patch) | |
tree | c24b0c026aa11952b18d378ab63c8d0d4649a522 /lib/themes | |
parent | 7db7ebf862b56fc9f83448f9d2ef750b2f2cd5a6 (diff) | |
download | elibs-ee070b516cc84e67571444bf27efaabbbb79c894.tar.gz elibs-ee070b516cc84e67571444bf27efaabbbb79c894.tar.bz2 |
themes nits
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-light-theme.el | 4 | ||||
-rw-r--r-- | lib/themes/jao-themes.el | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 31f5bba..3593df7 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -82,8 +82,8 @@ (diff-hl-change (c "white" pale-blue)) (diff-hl-insert (c "white" "honeydew2")) (diff-hl-delete (c "white" "wheat1")) - (diff-hl-margin-change (c "honeydew3")) - (diff-hl-margin-insert (c "honeydew3")) + (diff-hl-margin-change (c pale-blue)) + (diff-hl-margin-insert (c pale-blue)) (diff-hl-margin-delete (c "wheat1")) (fill-column-indicator (c "grey80")) (fringe (c "grey70" nil)) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 03f0906..ad33e8b 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -21,8 +21,8 @@ (require 'ansi-color) ;;; palette -(defvar jao-themes-default-face "Hack-9") -(defvar jao-themes--face-family "Hack") +(defvar jao-themes-default-face "DejaVu Sans Mono-9") +(defvar jao-themes--face-family "DejaVu Sans Mono") (defvar jao-themes--fg "black") (defvar jao-themes--bg "white") (defvar jao-themes--box "grey75") |