From fc636b2daf79a7a6fa4a8e403345abf10e8c17c4 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 17 Oct 2016 04:59:53 +0200 Subject: little tweaks --- themes/jao-zenburn-theme.el | 11 +++++------ themes/mono-ec | 5 ++--- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'themes') 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 $* -- cgit v1.2.3