summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-10-14 02:17:13 +0100
committerjao <jao@gnu.org>2020-10-14 02:17:13 +0100
commit1655af7bd27aa1d1a25111f4cdefc9dae4741c57 (patch)
tree4e0491e8bb2ff92a97732e630a40924d2255c74b /themes
parent96919919074553e138d4eb85fdbf2d1558a55307 (diff)
downloadelibs-1655af7bd27aa1d1a25111f4cdefc9dae4741c57.tar.gz
elibs-1655af7bd27aa1d1a25111f4cdefc9dae4741c57.tar.bz2
greenish tweaks
Diffstat (limited to 'themes')
-rw-r--r--themes/jao-greenish-theme.el36
-rw-r--r--themes/jao-themes.el1
2 files changed, 19 insertions, 18 deletions
diff --git a/themes/jao-greenish-theme.el b/themes/jao-greenish-theme.el
index aea7ce3..f2143d7 100644
--- a/themes/jao-greenish-theme.el
+++ b/themes/jao-greenish-theme.el
@@ -1,43 +1,43 @@
(jao-define-custom-theme jao-greenish
(:names (bg "#282b33" nil nil)
(bg-alt "#1f2024" nil nil)
+ (fg "#c6c6c6")
+ (fg-0.5 "#a6a6a6")
+ (fg-1 "#868686")
+ (fg-2 "#666666")
+ (blue "#819cd6")
+ (dark-blue "#616c96")
+ (green "#5b94ab")
+ (yellow "antiquewhite3")
+ (dark-yellow "antiquewhite4")
+ (orange "#a6c1e0")
+ (orange2 "#dd8844")
+ (red "#e1c1ee" "#ff6655" "red")
(comments "#5699AF" "#6e7899")
(constants "#a6c1e0")
- (dark-blue "#616c96")
(dimm-line-fg "#3f3f3f")
(dimm-line "#6f6f6f")
(error "#e1c1ee")
- (fg "#c6c6c6")
- (fg-0.5 "#a6a6a6")
- (fg-1 "#868686")
- (fg-2 "#666666")
(functions "#7ebebd")
(functions2 "#44b9b1")
- (blue "#819cd6")
- (green "#5b94ab")
- (keywords "paleturquoise3" "aquamarine3")
+ (keywords "paleturquoise3")
(keywords2 "#51afef")
(modeline-bg "#22242b")
(modeline-bg-inactive "#24262d")
- (orange "#a6c1e0")
- (orange2 "#dd8844")
- (red "#e1c1ee" "#ff6655" "red")
(region "#41454b")
(strings "lightskyblue4")
(success "#5b94ab" "#99bb66")
(warning "#cfcf9c")
- (warning2 "#ECBE7B")
- (yellow "antiquewhite3" "#ECBE7B" "#cfcf9c")
- (dark-yellow "antiquewhite4"))
+ (warning2 "#ECBE7B"))
(:palette (fg unspecified "#c6c6c6")
- (bg unspecified "#1f2024") ;; bg-alt
+ (bg unspecified "#1f2024")
(box "#2d2d2d" "grey25")
(button ((p f01) bx nul))
(hilite ((c nil region) ex))
(strike-through (st))
(italic (it))
- (link ((c yellow) (ul dimm-line)))
- (visited-link ((c dark-yellow) ul))
+ (link ((c blue))) ;; (ul dimm-line)
+ (visited-link ((c dark-blue)))
(tab-sel ((c 252 232) nbf))
(tab-unsel ((c 245 232)))
(comment ((c fg-0.5) it))
@@ -98,7 +98,7 @@
(org-code (c yellow))
(scroll-bar (c bg))
(term-color-blue (c nil nil) it)
- (vterm-color-blue (c blue nil))
+ (vterm-color-blue (c "steelblue4" nil))
(show-paren-match (c "darkseagreen1" "#5f5f5f"))
(variable-pitch (c nil nil))
(vertical-border (c "black") :inherit nil)
diff --git a/themes/jao-themes.el b/themes/jao-themes.el
index f3ac644..1f63f16 100644
--- a/themes/jao-themes.el
+++ b/themes/jao-themes.el
@@ -621,6 +621,7 @@
(italic (p italic))
(ivy-confirm (p f01))
(ivy-current-match (p hilite) ex)
+ (ivy-grep-info (p f00))
(ivy-highlight-face (p hilite))
(ivy-match-required-face (p warning))
(ivy-minibuffer-match-highlight (c nil nil) ul)