summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-themes.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-09-25 23:53:37 +0100
committerjao <jao@gnu.org>2019-09-25 23:53:37 +0100
commit30e9605c8446e5dfd62e4efb6c0b512fc55fcc58 (patch)
tree6fe1f262ac3a769912355f8ce45a874ac6808939 /themes/jao-themes.el
parent7279cd40e412485db5770b5f23a40402ba8549d5 (diff)
downloadelibs-30e9605c8446e5dfd62e4efb6c0b512fc55fcc58.tar.gz
elibs-30e9605c8446e5dfd62e4efb6c0b512fc55fcc58.tar.bz2
themes tweaks
Diffstat (limited to 'themes/jao-themes.el')
-rw-r--r--themes/jao-themes.el28
1 files changed, 18 insertions, 10 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el
index 44d3eb1..bab1c07 100644
--- a/themes/jao-themes.el
+++ b/themes/jao-themes.el
@@ -410,6 +410,7 @@
(factor-font-lock-word (~ font-lock-function-name-face))
(ffap)
(file-name-shadow (p dimm))
+ (fill-column-indicator (p dimm))
(fixed-pitch :family ,jao-themes--face-family)
(flyspell-duplicate nbf (p warning))
(flyspell-incorrect nbf (p error))
@@ -581,10 +582,10 @@
(ivy-highlight-face (p hilite))
(ivy-match-required-face (p warning))
(ivy-minibuffer-match-highlight (c nil nil) ul)
- (ivy-minibuffer-match-face-1 (c nil "grey90"))
- (ivy-minibuffer-match-face-2 (c nil "grey92"))
- (ivy-minibuffer-match-face-3 (c nil "grey94"))
- (ivy-minibuffer-match-face-4 (c nil "grey96"))
+ (ivy-minibuffer-match-face-1 (p f00) ul)
+ (ivy-minibuffer-match-face-2 (p f00) ul)
+ (ivy-minibuffer-match-face-3 (p f00) ul)
+ (ivy-minibuffer-match-face-4 (p f00) ul)
(ivy-modified-buffer bf)
(ivy-subdir (p f12)))
`((jabber-activity-face dbg dfg nbf)
@@ -733,12 +734,12 @@
(org-warning bf (p warning))
(outline-1 bf (p outline))
(outline-2 bf (p outline))
- (outline-3 nbf (p outline))
- (outline-4 nbf (p outline))
- (outline-5 nbf (p outline))
- (outline-6 nbf (p outline))
- (outline-7 nbf (p outline))
- (outline-8 nbf (p outline)))
+ (outline-3 bf (p outline))
+ (outline-4 bf (p outline))
+ (outline-5 nbf ul (p outline))
+ (outline-6 nbf ul (p outline))
+ (outline-7 nbf ul (p outline))
+ (outline-8 nbf ul (p outline)))
`((powerline-active1 (~ mode-line))
(powerline-active2 (~ mode-line-inactive))
(powerline-inactive1 (~ mode-line-inactive))
@@ -774,6 +775,8 @@
(show-paren-mismatch (p error))
(slack-channel-button-face (~ link))
(slack-message-mention-face (p f01))
+ (slack-message-mention-keyword-face (p f01))
+ (slack-message-mention-me-face (p error))
(slack-message-output-header (p f00) it)
(slack-message-output-text nil)
(slack-new-message-marker-face (p warning))
@@ -805,6 +808,7 @@
(tool-bar nil)
(tooltip :family ,jao-themes--face-family (c nil "lightyellow"))
(trailing-whitespace (p error))
+ (treemacs-root-face nul bf :scale 1.1)
(twittering-uri-face (~ link))
(twittering-username-face (p f01)))
`((underline nul))
@@ -822,6 +826,10 @@
:box (:line-width 3 :color ,jao-themes--bg) dfg dbg)
(w3m-header-line-location-title
:box (:line-width 3 :color ,jao-themes--bg) dfg dbg)
+ (w3m-header-line-content
+ :box (:line-width 3 :color ,jao-themes--bg) dfg dbg)
+ (w3m-header-line-title
+ :box (:line-width 3 :color ,jao-themes--bg) dfg dbg)
(w3m-history-current-url (c nil nil) ul)
(w3m-image (p f10))
(w3m-image-anchor (c nil nil))