summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@imladris.local>2016-10-17 04:59:53 +0200
committerJose Antonio Ortega Ruiz <jao@imladris.local>2016-10-17 04:59:53 +0200
commitfc636b2daf79a7a6fa4a8e403345abf10e8c17c4 (patch)
treefbd399b74240424ca993a025f60b1c3b36d80a14 /themes
parentdcae50268201cc29033f13428af6261d0a5aca33 (diff)
downloadelibs-fc636b2daf79a7a6fa4a8e403345abf10e8c17c4.tar.gz
elibs-fc636b2daf79a7a6fa4a8e403345abf10e8c17c4.tar.bz2
little tweaks
Diffstat (limited to 'themes')
-rw-r--r--themes/jao-zenburn-theme.el11
-rwxr-xr-xthemes/mono-ec5
2 files changed, 7 insertions, 9 deletions
diff --git a/themes/jao-zenburn-theme.el b/themes/jao-zenburn-theme.el
index f10b80c..ba59fbd 100644
--- a/themes/jao-zenburn-theme.el
+++ b/themes/jao-zenburn-theme.el
@@ -5,11 +5,11 @@
(zenburn-with-color-variables
(let ((f (jao-themes-parse-faces
- `(
- (circe-originator-face (c ,zenburn-yellow-1))
+ `((circe-originator-face (c ,zenburn-yellow-1))
(diff-hl-change (c nil ,zenburn-blue-4))
(diff-hl-delete (c nil ,zenburn-red-1))
(diff-hl-insert (c nil ,zenburn-green))
+ (font-lock-function-name-face (c ,zenburn-orange) nbf)
(fringe (c nil nil))
(gnus-summary-cancelled (c ,zenburn-red) st)
(link (c ,zenburn-yellow) nbf nul)
@@ -24,10 +24,9 @@
(w3m-header-line-location-content (c ,zenburn-yellow))
(w3m-header-line-location-title nil)
(w3m-tab-background (~ mode-line))
- (w3m-tab-selected (c ,zenburn-red+1 ,zenburn-bg))
- (w3m-tab-unselected (c ,zenburn-fg "grey30") bx nil)
- (w3m-tab-unselected-unseen (~ w3m-tab-unselected))
- ))))
+ (w3m-tab-selected (c ,zenburn-red+1 ,zenburn-bg) bf bx)
+ (w3m-tab-unselected (c ,zenburn-fg "grey30") bx)
+ (w3m-tab-unselected-unseen (~ w3m-tab-unselected))))))
(apply 'custom-theme-set-faces (cons 'zenburn f))))
(provide 'jao-zenburn-theme)
diff --git a/themes/mono-ec b/themes/mono-ec
index 5359f73..cad6620 100755
--- a/themes/mono-ec
+++ b/themes/mono-ec
@@ -4,8 +4,7 @@ font=${EC_TERM_FACE:-xft:Terminus:size=12,[codeset=iso8859-7]xft:Andale Mono:siz
ifont=${EC_TERM_ITALIC_FACE:-$font}
frg="grey65"
-bkg="#101010"
-bkg="black"
+bkg="#3f3f3f"
bw=${EC_TERM_BORDER:-2}
tr=${EC_TRANS_SPEC}
usr=${EC_USR_OPTS}
@@ -15,5 +14,5 @@ exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \
+sbg -fn "${font}" -fi "${ifont}" -name "emacsclient" \
-xrm "*colorBD: ${frg}" \
-xrm "*colorUL: ${frg}" \
- ${usr} ${tr} -tr \
+ ${usr} ${tr} \
-e emacsclient -t $*