summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-10-06 07:24:47 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-10-06 07:24:47 +0200
commitb89e52b9f176210b1cbb5c58a42453cfa9e0bbca (patch)
tree5566cf31306ec31b973719e57394ee6e141ad522 /themes
parentc66c7000bea312d75fab767c436f2d69d2905598 (diff)
downloadelibs-b89e52b9f176210b1cbb5c58a42453cfa9e0bbca.tar.gz
elibs-b89e52b9f176210b1cbb5c58a42453cfa9e0bbca.tar.bz2
Themes: using Inconsolata LGC for italics
Diffstat (limited to 'themes')
-rw-r--r--themes/jao-light-theme.el6
-rw-r--r--themes/jao-mono-dark-theme.el12
2 files changed, 8 insertions, 10 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el
index 460441c..a9d0562 100644
--- a/themes/jao-light-theme.el
+++ b/themes/jao-light-theme.el
@@ -5,12 +5,12 @@
(button ((c 13 nil) nbf nul) (~ mode-line-inactive))
(hilite ((c nil 15))) ;; 5
(strike-through ((c 1)) (st))
- (italic (it) (nit (c 96)))
+ (italic (it) (it :family "Inconsolata LGC" :height 90))
(link (ul nbf nit) ((c 29) nul nbf))
(visited-link ((c 24) nul nbf))
(tab-sel ((~ mode-line)))
(tab-unsel ((~ mode-line-inactive)))
- (comment ((c 239) it))
+ (comment ((c 237) it :family "Inconsolata LGC" :height 90))
(keyword ((c 24 nil) nbf))
(type ((c 25) nbf nul) ((c 14) nbf))
(function ((c 31 nil) nbf) ((c 30 nil) nbf))
@@ -68,7 +68,7 @@
(org-hide (c "white" "white"))
(vertical-border (c "grey70" nil))
(w3m-image (c "midnightblue" "azure2"))
- (w3m-bold (c 10) nbf)
+ (w3m-bold (c 10) bf)
(w3m-tab-selected (c 9 15) bf)
(w3m-tab-selected-retrieving (~ w3m-tab-selected) (c 1))
(w3m-tab-background (c 15 15) nul))
diff --git a/themes/jao-mono-dark-theme.el b/themes/jao-mono-dark-theme.el
index 01e1ebe..c8e720b 100644
--- a/themes/jao-mono-dark-theme.el
+++ b/themes/jao-mono-dark-theme.el
@@ -10,13 +10,14 @@
(visited-link ((c 36) nul) ((c "aquamarine3") nul))
(tab-sel ((c 252 232) nbf))
(tab-unsel ((c 245 232) bx))
- (comment ((c 29) nit) ((c "darkseagreen") it))
- (keyword ((c 151) nbf nul nit) ((c "darkseagreen2")))
+ (comment ((c 29) nit) ((c nil)
+ :height 95 :family "DejaVu Sans Mono" it))
+ (keyword ((c 151) nbf nul nit) ((c "darkseagreen3")))
(function ((c 115) nul nbf) ((c "aquamarine3"))) ;; 108
(type ((c 72) nbf) ((c "lightyellow3")))
(variable-name ((c nil)))
(constant ((c 72)) ((p function)))
- (string ((c 36)) ((c "aquamarine")))
+ (string ((c 36)) ((c "aquamarine4")))
(warning ((c 144)) ((c "lightgoldenrod3")))
(error ((c 95)) ((c "goldenrod3")))
;; (dimm ((c 240)))
@@ -54,13 +55,10 @@
(gnus-summary-selected ul)
(gnus-summary-cancelled (c "dark slate gray" nil) st)
(header-line (c 243 235))
- (jabber-roster-user-dnd (p warning))
- (jabber-roster-user-error (p warning))
- (jabber-title-small-face (~ jabber-tittle-medium-face))
(mode-line (c "grey75" "grey20") nbf nul bx)
(mode-line-inactive (c "grey40" "grey11") nbf nul bx)
(org-hide (c 0 nil))
- (font-lock-doc-face (c "darkseagreen"))
+ (font-lock-doc-face (c "darkseagreen4"))
(fringe (p dimm))
(rcirc-other-nick (c 5))
(vertical-border (c 8 nil) :inherit nil)