diff options
-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)) |