From 151c5779552779bda73c13cb1cbab64c20d298cb Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 9 Jan 2021 01:15:06 +0000 Subject: nits --- themes/jao-greenish-theme.el | 6 +++--- 1 file 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)) -- cgit v1.2.3