summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-12-10 02:02:14 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-12-10 02:02:14 +0100
commit5f5b951c0c009c9887ce57bb81b8ee566978e587 (patch)
treee8ba3e6de1b26505b74da9056682911e1e1a8106 /themes
parentfd6bea466753f37c676bf89b2e8c5e0364b7e876 (diff)
downloadelibs-5f5b951c0c009c9887ce57bb81b8ee566978e587.tar.gz
elibs-5f5b951c0c009c9887ce57bb81b8ee566978e587.tar.bz2
themes tweaks
Diffstat (limited to 'themes')
-rw-r--r--themes/jao-light-theme.el7
-rw-r--r--themes/jao-mono-dark-theme.el4
-rw-r--r--themes/jao-themes.el9
3 files changed, 16 insertions, 4 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el
index a9d0562..4f51309 100644
--- a/themes/jao-light-theme.el
+++ b/themes/jao-light-theme.el
@@ -5,15 +5,18 @@
(button ((c 13 nil) nbf nul) (~ mode-line-inactive))
(hilite ((c nil 15))) ;; 5
(strike-through ((c 1)) (st))
- (italic (it) (it :family "Inconsolata LGC" :height 90))
+ (italic ((c nil) 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 237) it :family "Inconsolata LGC" :height 90))
+ ;; (comment ((c nil) it :family "Inconsolata LGC" :height 80))
+ (comment ((c 237) it))
(keyword ((c 24 nil) nbf))
+;; (keyword ((c 237 nil) bf))
(type ((c 25) nbf nul) ((c 14) nbf))
(function ((c 31 nil) nbf) ((c 30 nil) nbf))
+;; (function ((c 31 nil) nbf) ((c 0 nil) nbf it ul))
(variable-name ((c 0)))
(constant ((c 14)))
(string ((c 13)) ((c 29)))
diff --git a/themes/jao-mono-dark-theme.el b/themes/jao-mono-dark-theme.el
index c8e720b..5c6388b 100644
--- a/themes/jao-mono-dark-theme.el
+++ b/themes/jao-mono-dark-theme.el
@@ -10,8 +10,8 @@
(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 nil)
- :height 95 :family "DejaVu Sans Mono" it))
+ (comment ((c 29) nit) ((c nil) :height 95
+ :family "Inconsolata LGC" it))
(keyword ((c 151) nbf nul nit) ((c "darkseagreen3")))
(function ((c 115) nul nbf) ((c "aquamarine3"))) ;; 108
(type ((c 72) nbf) ((c "lightyellow3")))
diff --git a/themes/jao-themes.el b/themes/jao-themes.el
index 366664c..6fd8138 100644
--- a/themes/jao-themes.el
+++ b/themes/jao-themes.el
@@ -482,6 +482,14 @@
(helm-selection (p hilite))
(helm-separator (p dimm))
(helm-source-header (~ outline-1))
+ (helm-ls-git-added-copied-face dfg dbg)
+ (helm-ls-git-conflict-face (p error))
+ (helm-ls-git-deleted-and-staged-face (p dimm))
+ (helm-ls-git-deleted-not-staged-face dfg dbg)
+ (helm-ls-git-modified-and-staged-face (p f10))
+ (helm-ls-git-modified-not-staged-face (p warning))
+ (helm-ls-git-renamed-modified-face (p warning))
+ (helm-ls-git-untracked-face (p error))
(highlight (p hilite)))
`((ido-first-match (p warning))
(ido-first-match-face (p warning))
@@ -560,6 +568,7 @@
(magit-log-tag-label (p keyword))
(magit-section-title (~ outline-2))
(match (p hilite))
+ (markdown-italic-face (~ italic))
(menu nil)
(message-cited-text (p f01) nbf)
(message-header-cc (p f00) nbf)