summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-03-28 00:46:04 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-03-28 00:46:04 +0200
commite5d190437dbdb209839c231cfef72fef658190ec (patch)
treeffbc6e29d1f5b403eafe9cd39f840c9e75866b95
parent859707f5d565c7f3c4f49be16d98815b18431396 (diff)
downloadelibs-e5d190437dbdb209839c231cfef72fef658190ec.tar.gz
elibs-e5d190437dbdb209839c231cfef72fef658190ec.tar.bz2
color themes tweaks
-rw-r--r--themes/jao-dark-theme.el6
-rw-r--r--themes/jao-light-theme.el7
-rwxr-xr-xthemes/light-ec2
3 files changed, 8 insertions, 7 deletions
diff --git a/themes/jao-dark-theme.el b/themes/jao-dark-theme.el
index d5aea11..ebdbe68 100644
--- a/themes/jao-dark-theme.el
+++ b/themes/jao-dark-theme.el
@@ -5,13 +5,13 @@
(button ((c 11) nul))
(hilite ((c nil 8)))
(strike-through ((c 8)))
- (italic ((c 101) nul))
+ (italic ((c 101) nul) ((c "lemmonchiffon4")))
(link ((c 2) nul))
(visited-link ((c 2) nul))
(tab-sel ((c 9 8) nbf))
(tab-unsel ((c 15 6) bx))
(comment ((c 3)))
- (keyword ((c 36) nbf nul))
+ (keyword ((c 36) nbf nul) (bf))
(type ((c 11) nbf))
(function ((c 10) nul nbf))
(variable-name ((c nil)))
@@ -48,7 +48,7 @@
(mode-line-inactive (c 3 8) nbf nul bx)
(org-hide (c 0 nil))
(fringe (p dimm))
- (rcirc-other-nick (c 6))
+ (rcirc-other-nick (c 5))
(vertical-border (c 8 nil) :inherit nil)
(w3m-image (c 9))
(w3m-tab-background (c 0 0))
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el
index f7bc0c5..b306622 100644
--- a/themes/jao-light-theme.el
+++ b/themes/jao-light-theme.el
@@ -54,17 +54,18 @@
(c nil 6) bf)
(company-tooltip-selection (~ company-tooltip) bf nul)
(compilation-info (c nil nil) bf)
+ (cursor (c 1 1))
(fringe (c 11 nil))
(gnus-summary-selected (c nil "white"))
- (header-line (~ mode-line-inactive) (c 14))
+ (header-line (c nil "white"))
(mode-line (c 0 7) :box (:line-width -1 :color "grey60"))
(mode-line-inactive (~ mode-line) (c 12))
(org-hide (c 7 nil))
(vertical-border (c 12 nil))
(w3m-image (c 3))
- (w3m-tab-selected (c nil "white") nbf)
+ (w3m-tab-selected (c 9 15) bf)
(w3m-tab-selected-retrieving (~ w3m-tab-selected) (c 1))
- (w3m-tab-background (c 7 7) nul))
+ (w3m-tab-background (c 15 15) nul))
(:x-colors "black" "sienna3" "#597B59" "#D38108" "#3B3152"
"#E0DACC" "lightyellow3"
"#EFEBE7" "grey20" "orangered4" "darkslategray" "#59513A"
diff --git a/themes/light-ec b/themes/light-ec
index 218473e..20e5fd3 100755
--- a/themes/light-ec
+++ b/themes/light-ec
@@ -1,6 +1,7 @@
#!/bin/bash
font=${EC_TERM_FACE:-xft:Inconsolata:size=11,[codeset=iso8859-7]xft:Andale Mono:size=12,[codeset=japanese-jisx0208]xft:Sazanami Gothic}
+font=${EC_TERM_FACE:-xft:Inconsolata:size=11,[codeset=japanese-jisx0208]xft:Sazanami Gothic}
# font="xft:Liberation Mono-9"
frg="black"
@@ -11,7 +12,6 @@ tr=${EC_TRANS_SPEC}
exec urxvtcd $tr -cr tomato +ptab -bg "$bkg" -bd "$bkg" -fg "$frg" \
-sl 0 +rv +ssr -b $bw +sbg -fn "${font}" \
- -tn "rxvt-256color" \
-xrm "*colorBD: grey20" \
-xrm "*colorUL: grey20" \
-xrm "*color0: ${frg}" \