diff options
Diffstat (limited to 'themes/jao-doomish-theme.el')
-rw-r--r-- | themes/jao-doomish-theme.el | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/themes/jao-doomish-theme.el b/themes/jao-doomish-theme.el index afb9a71..6efc23c 100644 --- a/themes/jao-doomish-theme.el +++ b/themes/jao-doomish-theme.el @@ -155,6 +155,7 @@ (mode-line-buffer-id (c nil) bf) (org-hide (c 0 nil)) (scroll-bar (c modeline-bg)) + (term-color-blue (c nil nil) it) (show-paren-match (c "darkseagreen1" "#5f5f5f")) (variable-pitch (c nil nil)) (vertical-border (c "black") :inherit nil) @@ -162,14 +163,7 @@ (w3m-tab-background (c nil nil)) (w3m-tab-line (c 0 0) ul) (widget-button (c nil nil) nul)) - (:x-colors "lemonchiffon" - "sienna3" - "darkseagreen3" - "lightgoldenrod3" - "cadetblue4" - "lightcyan4" - "cadetblue3" - "black")) + ) ;; (enable-theme 'jao-doomish) |