diff options
author | jao <jao@gnu.org> | 2022-08-23 20:50:53 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-23 20:51:31 +0100 |
commit | a73b4d34d50757803b0c55fcb772c5ce7b3740bf (patch) | |
tree | a19cd9dfa637907ee3216fca67945966d07ef97d /lib | |
parent | 1a8d16f4e40934b149bd27a6493a9821364e9c05 (diff) | |
download | elibs-a73b4d34d50757803b0c55fcb772c5ce7b3740bf.tar.gz elibs-a73b4d34d50757803b0c55fcb772c5ce7b3740bf.tar.bz2 |
themes: old faces
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-light-theme.el | 1 | ||||
-rw-r--r-- | lib/themes/jao-themes.el | 19 |
2 files changed, 2 insertions, 18 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index bf00e8e..b1f3856 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -118,6 +118,7 @@ (shr-code (c blue nil)) (success (c green)) (vertical-border (c "grey70" nil)) + (vterm-color-yellow (c "darkgoldenrod4" yellow)) (widget-button (~ default) nit (ul "grey80")))) ;; (enable-theme 'jao-light) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 1206d5a..3174f99 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -313,24 +313,7 @@ (ansi-color-italic it) (ansi-color-green (c "darkseagreen4" "darkseagreen4")) (ansi-color-magenta (c "lightpink3" "lightpink3")) - (ansi-color-yellow (c "lightgoldenrod3" "lightgoldenrod3")) - (aw-background-face (p dimm)) - (aw-leading-char-face (~ error) bf :height 3.0) - (awesome-tray-module-awesome-tab-face (p f00)) - (awesome-tray-module-battery-face (p f00)) - (awesome-tray-module-battery-face (p f00)) - (awesome-tray-module-buffer-name-face (p f11)) - (awesome-tray-module-circe-face (p f00)) - (awesome-tray-module-date-face (p f00)) - (awesome-tray-module-date-face (p f01)) - (awesome-tray-module-evil-face (p f00)) - (awesome-tray-module-file-path-face (p f00)) - (awesome-tray-module-git-face (p f10)) - (awesome-tray-module-last-command-face (p f00)) - (awesome-tray-module-location-face (p f00)) - (awesome-tray-module-mode-name-face (p f00)) - (awesome-tray-module-parent-dir-face (p f00)) - (awesome-tray-module-rvm-face (p f00))) + (ansi-color-yellow (c "lightgoldenrod3" "lightgoldenrod3"))) `((bbdb-company) (bbdb-field-name bf) (bbdb-field-value (~ default)) |