diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-20 07:33:34 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-20 07:33:34 +0200 |
commit | 48bc0a4f38c05721b06f8073b2722469e8ae4c90 (patch) | |
tree | b62d6487ed0b8876710dd8564e3160ec09716758 | |
parent | 156e4237f4897c2017c57d58731c4e8033add1d2 (diff) | |
download | elibs-48bc0a4f38c05721b06f8073b2722469e8ae4c90.tar.gz elibs-48bc0a4f38c05721b06f8073b2722469e8ae4c90.tar.bz2 |
themes: some lui and circe faces
-rwxr-xr-x | themes/dark-ec | 4 | ||||
-rw-r--r-- | themes/jao-mono-dark-theme.el | 4 | ||||
-rw-r--r-- | themes/jao-themes.el | 14 |
3 files changed, 16 insertions, 6 deletions
diff --git a/themes/dark-ec b/themes/dark-ec index f93f727..4909d61 100755 --- a/themes/dark-ec +++ b/themes/dark-ec @@ -5,7 +5,7 @@ font=${EC_TERM_FACE:-xft:Terminus:size=12,[codeset=iso8859-7]xft:Andale Mono:siz frg="grey60" bkg="#101010" bkg="black" -bkg="grey5" +# bkg="grey5" bw=${EC_TERM_BORDER:-2} tr=${EC_TRANS_SPEC} usr=${EC_USR_OPTS} @@ -17,7 +17,7 @@ exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \ -xrm "*colorUL: ${frg}" \ -xrm "*color0: ${bkg}" \ -xrm "*color8: grey20" \ - -xrm "*color1: lightgoldenrod3" \ + -xrm "*color1: lightgoldenrod4" \ -xrm "*color9: sienna3" \ -xrm "*color2: darkseagreen4" \ -xrm "*color10: #44836e" \ diff --git a/themes/jao-mono-dark-theme.el b/themes/jao-mono-dark-theme.el index 521d05c..578c259 100644 --- a/themes/jao-mono-dark-theme.el +++ b/themes/jao-mono-dark-theme.el @@ -12,10 +12,10 @@ (tab-unsel ((c 245 232) bx)) (comment ((c 242) nit)) (keyword ((c 151) nbf nul nit) ((c "darkseagreen2"))) - (function ((c 108) nul nbf) ((c "aquamarine3"))) + (function ((c 115) nul nbf) ((c "aquamarine3"))) ;; 108 (type ((c 72) nbf) ((c "lightyellow3"))) (variable-name ((c nil))) - (constant ((c 66)) ((p function))) + (constant ((c 72)) ((p function))) (string ((c 36)) ((c "aquamarine4"))) (warning ((c 144)) ((c "lightgoldenrod3"))) (error ((c 95)) ((c "goldenrod3"))) diff --git a/themes/jao-themes.el b/themes/jao-themes.el index bbc3ecf..3ed15b0 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -158,6 +158,9 @@ (buffer-menu-buffer bf) (button (p button))) `((calendar-holiday-marker (p f00)) + (circe-highlight-nick-face (p warning)) + (circe-originator-face (p f00)) + (circe-server-face (p dimm)) (clojure-test-failure-face (p warning) ul) (clojure-test-error-face (p error) ul) (cursor (p error))) @@ -520,7 +523,9 @@ (jde-java-font-lock-modifier-face (~ font-lock-keyword-face))) `((lazy-highlight (p hilite)) (link link nul) - (link-visited vlink nul)) + (link-visited vlink nul) + (lui-button-face (p link)) + (lui-time-stamp-face (p dimm))) `((magit-branch (p f00)) (magit-diff-add (~ diff-added)) (magit-diff-del (~ diff-removed)) @@ -561,7 +566,12 @@ (muse-link link) (muse-verbatim (p f02))) `((next-error (p hilite)) - (nobreak-space dbg dfg ul)) + (nobreak-space dbg dfg ul) + (nrepl-error-face (p error)) + (nrepl-input-face (p f01)) + (nrepl-output-face (p f02)) + (nrepl-prompt-face (p f00)) + (nrepl-result-face nil)) `((org-agenda-date-today (p warning)) (org-agenda-date-weekend (p dimm)) (org-agenda-done (p dimm)) |