diff options
author | Jose Antonio Ortega Ruiz <jao@numenor.localdomain> | 2012-11-06 21:40:49 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@numenor.localdomain> | 2012-11-06 21:40:49 +0100 |
commit | baaf468fc8cea59dd384e45930107f242bb66dbb (patch) | |
tree | 4f2fa4c8d5436fa3732097019c2d54f86b528b38 /themes | |
parent | 4de3b09159c8f4eb68e61dd0d247f0f561c9ffdc (diff) | |
download | elibs-baaf468fc8cea59dd384e45930107f242bb66dbb.tar.gz elibs-baaf468fc8cea59dd384e45930107f242bb66dbb.tar.bz2 |
Themes tweaks
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/dark-ec | 2 | ||||
-rw-r--r-- | themes/jao-mono-dark-theme.el | 21 | ||||
-rw-r--r-- | themes/jao-themes.el | 4 |
3 files changed, 17 insertions, 10 deletions
diff --git a/themes/dark-ec b/themes/dark-ec index 4909d61..8ab8007 100755 --- a/themes/dark-ec +++ b/themes/dark-ec @@ -5,9 +5,11 @@ font=${EC_TERM_FACE:-xft:Terminus:size=12,[codeset=iso8859-7]xft:Andale Mono:siz frg="grey60" bkg="#101010" bkg="black" +bkg="rgba:0000/0000/0000/6666" # bkg="grey5" bw=${EC_TERM_BORDER:-2} tr=${EC_TRANS_SPEC} +# tr="+tr" usr=${EC_USR_OPTS} exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \ diff --git a/themes/jao-mono-dark-theme.el b/themes/jao-mono-dark-theme.el index 578c259..3d7aa80 100644 --- a/themes/jao-mono-dark-theme.el +++ b/themes/jao-mono-dark-theme.el @@ -6,26 +6,27 @@ (hilite ((c nil 238))) (strike-through ((c 237)) (st)) (italic ((c 137) nit) (nit (c "lightyellow3"))) - (link ((c 108) nul) ((c "aquamarine3") nit nul)) + (link ((c 108) nul) ((c "aquamarine2") nit nul)) (visited-link ((c 36) nul) ((c "aquamarine3") nul)) (tab-sel ((c 252 232) nbf)) (tab-unsel ((c 245 232) bx)) - (comment ((c 242) nit)) + (comment ((c 29) nit) ((c "darkseagreen") nit)) (keyword ((c 151) nbf nul nit) ((c "darkseagreen2"))) (function ((c 115) nul nbf) ((c "aquamarine3"))) ;; 108 (type ((c 72) nbf) ((c "lightyellow3"))) (variable-name ((c nil))) (constant ((c 72)) ((p function))) - (string ((c 36)) ((c "aquamarine4"))) + (string ((c 36)) ((c "aquamarine"))) (warning ((c 144)) ((c "lightgoldenrod3"))) (error ((c 95)) ((c "goldenrod3"))) - (dimm ((c 240))) + ;; (dimm ((c 240))) + (dimm ((c 59)) ((c "darkslategray4"))) (gnus-mail ((c 248 nil))) (gnus-news ((c 248 nil))) (outline ((c 247))) (f00 ((c 29)) ((c "aquamarine3"))) (f01 ((c 108)) ((c "darkseagreen3"))) - (f02 ((c 102)) ((c "paleturquoise4"))) ;; ((c "lightyellow4")) + (f02 ((c 102)) ((c "lightcyan4"))) ;; ((c "paleturquoise4")) (f10 ((p f01))) (f11 ((p f00))) (f12 ((p f02)))) @@ -34,7 +35,8 @@ (font-lock-doc-face (c 30)) (gnus-button (c nil) nul) (gnus-header-subject (p f01)) - (gnus-summary-selected (c 66 nil) nul nbf) + (gnus-summary-selected (c 250)) + ;; (gnus-summary-selected (c 66 nil) nul nbf) (match ul) (magit-log-tag-label (c 95 240) nbf) (mm-uu-extract (c nil 234)) @@ -42,14 +44,15 @@ (mode-line-inactive (c 243 235) nbf nul) (org-hide (c 0 nil)) (rcirc-other-nick (c 108)) - (vertical-border (c 8 nil) :inherit nil) + (vertical-border (c 59 nil) :inherit nil) (w3m-image (c 144)) - (w3m-tab-background (c 0 0)) + (w3m-tab-background (c 0 0) ul) (w3m-tab-line (c 0 0)) (widget-button (c 196)) (widget-field (c 143 236))) (:x-faces (gnus-button (c "lightyellow3") nul) - (gnus-summary-selected (c "grey40" nil) ul) + (gnus-summary-selected (p hilite)) + (gnus-summary-cancelled (c "dark slate gray" nil) st) (header-line (c 243 235)) (jabber-roster-user-dnd (p warning)) (jabber-roster-user-error (p warning)) diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 3ed15b0..3aa0661 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -245,7 +245,7 @@ (dictionary-reference-face (p f11)) (dictionary-word-entry-face (p f10)) (diff-added (p warning)) - (diff-changed (p f02)) + (diff-changed (p f02) nul) (diff-context (p dimm)) (diff-file-header dfg dbg nbf) (diff-function (p function)) @@ -256,7 +256,9 @@ (diff-indicator-changed (~ diff-changed)) (diff-indicator-removed (~ diff-removed)) (diff-nonexistent bf (p error)) + (diff-refine-added (~ diff-changed) ul) (diff-refine-change (~ diff-changed) ul) + (diff-refine-removed (~ diff-removed) ul) (diff-removed (p error)) (dired-directory (p f02)) (dired-flagged bf) |