diff options
author | jao <jao@gnu.org> | 2021-01-09 01:15:06 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-01-09 01:15:06 +0000 |
commit | 151c5779552779bda73c13cb1cbab64c20d298cb (patch) | |
tree | a40b6a7db5565b6883d2f73f5b973f278a37f506 | |
parent | e84e1215bf07e6305eaabb9b3e059b406021d5d0 (diff) | |
download | elibs-151c5779552779bda73c13cb1cbab64c20d298cb.tar.gz elibs-151c5779552779bda73c13cb1cbab64c20d298cb.tar.bz2 |
nits
-rw-r--r-- | themes/jao-greenish-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/jao-greenish-theme.el b/themes/jao-greenish-theme.el index 8546fb1..1bed7fb 100644 --- a/themes/jao-greenish-theme.el +++ b/themes/jao-greenish-theme.el @@ -29,9 +29,9 @@ (success "#5b94ab" "#99bb66") (warning "#cfcf9c") (warning2 "#ECBE7B")) - (:palette (fg unspecified "#c6c6c6") - (bg unspecified "#1f2024") - (box "#2d2d2d" "grey25") + (:palette (fg "#c6c6c6") + (bg "#1f2024") + (box "grey25") (button ((p f01) bx nul)) (hilite ((c nil region) ex)) (strike-through (st)) |