From e70583f3b9ddae31af77ea396f69feddf1fdf53a Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 28 Sep 2017 23:15:40 +0200 Subject: tweaks --- themes/jao-mono-dark-theme.el | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'themes') diff --git a/themes/jao-mono-dark-theme.el b/themes/jao-mono-dark-theme.el index 7435890..cf2cece 100644 --- a/themes/jao-mono-dark-theme.el +++ b/themes/jao-mono-dark-theme.el @@ -1,16 +1,19 @@ (jao-define-custom-theme jao-mono-dark - (:palette (fg unspecified "grey80") + (:palette (fg unspecified "grey77") ; (bg unspecified "#3f3f3f") - (bg unspecified "#2f2f2f") + ; (bg unspecified "#2f2f2f") + (bg unspecified "#222222") (box "color-237" "grey25") (button ((c 240) nul) ((c "lightskyblue1" "#4f4f4f"))) - (hilite ((c nil "#555555"))) + (hilite ((c nil "#333333"))) (strike-through ((c 237)) (st)) (italic ((c 137) it) (it (c "lightyellow3"))) - (link ((c 108) nul) ((c "#F0DFAF") nit nul)) - (visited-link ((c 36) nul) ((c "#E0CF9F") nul)) + ; (link ((c 108) nul) ((c "#F0DFAF") nit nul)) + ; (visited-link ((c 36) nul) ((c "#E0CF9F") nul)) + (link ((c "lemonchiffon") nit nul)) + (visited-link ((c "burlywood3") nit nul)) (tab-sel ((c 252 232) nbf)) - (tab-unsel ((c 245 232) bx)) + (tab-unsel ((c 245 232))) ;; (comment ((c 102) it) ((c nil) :height 100 ;; :family "Inconsolata LGC" it)) (comment ((c 102) it) ((c "grey70") it)) @@ -26,7 +29,7 @@ (dimm ((c 59)) ((c "#6f6f6f"))) (gnus-mail ((c "gray70" nil))) (gnus-news ((c "gray70" nil))) - (outline ((c 247))) + (outline ((c "lemonchiffon3"))) (f00 ((c 29)) ((c "darkseagreen"))) (f01 ((c 108)) ((c "darkseagreen2"))) (f02 ((c 102)) ((c "lightcyan4"))) ;; ((c "paleturquoise4")) @@ -62,7 +65,7 @@ (gnus-summary-cancelled (c "dark slate gray" nil) st) (gnus-summary-selected (p warning) nul nbf) (header-line (p hilite)) - (mode-line (c "grey60" "#1f1f1f")) + (mode-line (c "grey60" "#2f2f2f")) (mode-line-inactive (c "grey50" "#3f3f3f")) (org-hide (c 0 nil)) (rcirc-other-nick (c 5)) -- cgit v1.2.3