diff options
author | jao <jao@gnu.org> | 2020-01-10 21:54:32 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-01-10 21:54:32 +0000 |
commit | e339387ece0c0d7eab515207112c1beacebb4102 (patch) | |
tree | 0723ce9e75416bf9a505c6dc5cc47dfb2f970b55 /themes | |
parent | 46595ad04fc6720934fc5999cea78e7db3e7c0d4 (diff) | |
download | elibs-e339387ece0c0d7eab515207112c1beacebb4102.tar.gz elibs-e339387ece0c0d7eab515207112c1beacebb4102.tar.bz2 |
what's a day without a color theme tweak?
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jao-doomish-theme.el | 4 | ||||
-rw-r--r-- | themes/jao-themes.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/themes/jao-doomish-theme.el b/themes/jao-doomish-theme.el index 83052ee..5aea738 100644 --- a/themes/jao-doomish-theme.el +++ b/themes/jao-doomish-theme.el @@ -73,7 +73,7 @@ (:palette (fg unspecified "#c6c6c6") (bg unspecified "#282b33") (box "#2d2d2d" "grey25") - (button ((c 240) nul) (bx nul)) + (button ((c 240) nul) ((p f01) bx nul)) (hilite ((c nil region) ex)) (strike-through ((c 237)) (st)) (italic ((c 137) it) (it)) @@ -88,7 +88,7 @@ (variable-name ((c nil))) (constant ((c 72)) ((c constants) nbf nit nul)) (string ((c 36)) ((c strings))) ;; "wheat3" "slate gray" "medium aquamarine" - (error ((c 144)) ((c "pale goldenrod"))) + (error ((c 144)) ((c zenburn-orange))) (warning ((c 95)) ((c "dark khaki"))) (success ((c green))) (dimm ((c 59)) ((c "#6f6f6f"))) diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 2ab5edf..91862e9 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -392,7 +392,7 @@ (erc-header-line (~ header)) (erc-input-face (p f01)) (erc-my-nick-face (p warning)) - (erc-nick-default-face (p f02)) + (erc-nick-default-face (p f00)) (erc-nick-msg-face (p warning)) (erc-notice-face (p dimm)) (erc-pal-face (p warning)) |