summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-16 04:13:24 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-16 04:13:24 +0200
commitbb9fb470c109a813febd1553f9b2e6e2f8343d56 (patch)
tree6212ea109b5f394962523e8420a2b30fb15f8ed1
parent24f618af2ee1a838984c14c8b6d7004ee0140437 (diff)
downloadelibs-bb9fb470c109a813febd1553f9b2e6e2f8343d56.tar.gz
elibs-bb9fb470c109a813febd1553f9b2e6e2f8343d56.tar.bz2
themes: mono dark theme tweaks
-rw-r--r--themes/jao-mono-dark-theme.el22
-rwxr-xr-xthemes/mono-ec3
2 files changed, 14 insertions, 11 deletions
diff --git a/themes/jao-mono-dark-theme.el b/themes/jao-mono-dark-theme.el
index 5db2138..521d05c 100644
--- a/themes/jao-mono-dark-theme.el
+++ b/themes/jao-mono-dark-theme.el
@@ -3,15 +3,15 @@
(bg unspecified "grey2")
(box "color-237" "grey25")
(button ((c 240) nul) ((c "aquamarine4")))
- (hilite ((c nil 8)))
+ (hilite ((c nil 238)))
(strike-through ((c 237)) (st))
- (italic ((c 250) nul) (nit (c "lightyellow")))
+ (italic ((c 137) nit) (nit (c "lightyellow3")))
(link ((c 108) nul) ((c "aquamarine3") nit nul))
- (visited-link ((c 107) nul) ((c "aquamarine3") nul))
+ (visited-link ((c 36) nul) ((c "aquamarine3") nul))
(tab-sel ((c 252 232) nbf))
(tab-unsel ((c 245 232) bx))
- (comment ((c 29)))
- (keyword ((c 151) nbf nul) ((c "darkseagreen2")))
+ (comment ((c 242) nit))
+ (keyword ((c 151) nbf nul nit) ((c "darkseagreen2")))
(function ((c 108) nul nbf) ((c "aquamarine3")))
(type ((c 72) nbf) ((c "lightyellow3")))
(variable-name ((c nil)))
@@ -23,9 +23,9 @@
(gnus-mail ((c 248 nil)))
(gnus-news ((c 248 nil)))
(outline ((c 247)))
- (f00 ((c 29)) ((c "darkseagreen3")))
- (f01 ((c 108)) ((c "aquamarine4")))
- (f02 ((c 102)) ((c "lightyellow4")))
+ (f00 ((c 29)) ((c "aquamarine3")))
+ (f01 ((c 108)) ((c "darkseagreen3")))
+ (f02 ((c 102)) ((c "paleturquoise4"))) ;; ((c "lightyellow4"))
(f10 ((p f01)))
(f11 ((p f00)))
(f12 ((p f02))))
@@ -36,6 +36,7 @@
(gnus-header-subject (p f01))
(gnus-summary-selected (c 66 nil) nul nbf)
(match ul)
+ (magit-log-tag-label (c 95 240) nbf)
(mm-uu-extract (c nil 234))
(mode-line (c 248 235) nbf nul)
(mode-line-inactive (c 243 235) nbf nul)
@@ -45,8 +46,9 @@
(w3m-image (c 144))
(w3m-tab-background (c 0 0))
(w3m-tab-line (c 0 0))
- (widget-button (c 196)))
- (:x-faces (gnus-button (c "lightyellow4") nul)
+ (widget-button (c 196))
+ (widget-field (c 143 236)))
+ (:x-faces (gnus-button (c "lightyellow3") nul)
(gnus-summary-selected (c "grey40" nil) ul)
(header-line (c 243 235))
(jabber-roster-user-dnd (p warning))
diff --git a/themes/mono-ec b/themes/mono-ec
index 454bc1c..5359f73 100755
--- a/themes/mono-ec
+++ b/themes/mono-ec
@@ -1,6 +1,7 @@
#!/bin/bash
font=${EC_TERM_FACE:-xft:Terminus:size=12,[codeset=iso8859-7]xft:Andale Mono:size=12}
+ifont=${EC_TERM_ITALIC_FACE:-$font}
frg="grey65"
bkg="#101010"
@@ -11,7 +12,7 @@ usr=${EC_USR_OPTS}
exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \
-bg "$bkg" -fg "$frg" \
- +sbg -fn "${font}" -name "emacsclient" \
+ +sbg -fn "${font}" -fi "${ifont}" -name "emacsclient" \
-xrm "*colorBD: ${frg}" \
-xrm "*colorUL: ${frg}" \
${usr} ${tr} -tr \