From 1d0b993e062d561c9b07ee3f8a04eb2efcb80db1 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 3 Apr 2019 21:56:06 +0100 Subject: themes tweaks --- themes/jao-light-theme.el | 2 +- themes/jao-themes.el | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'themes') diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 62e6810..26bbc46 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -10,7 +10,7 @@ (italic (it)) ;; (italic (it :family "Inconsolata LGC" :height 90)) (link ((c 22) nul nbf nit) ((c 29) nul nbf)) - (visited-link ((c 23) nul nbf)) + (visited-link ((c 3) nul nbf)) (tab-sel ((~ mode-line))) (tab-unsel ((~ mode-line-inactive))) (comment ((c 241) it :family "Inconsolata LGC" :height 90) diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 38acf17..44d3eb1 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -580,12 +580,13 @@ (ivy-current-match (p error) ul) (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-modified-buffer bf) - (ivy-subdir (p f11) it)) + (ivy-subdir (p f12))) `((jabber-activity-face dbg dfg nbf) (jabber-activity-personal-face (p warning) nbf) (jabber-chat-error (p error)) @@ -772,6 +773,7 @@ (show-paren-match (p hilite)) (show-paren-mismatch (p error)) (slack-channel-button-face (~ link)) + (slack-message-mention-face (p f01)) (slack-message-output-header (p f00) it) (slack-message-output-text nil) (slack-new-message-marker-face (p warning)) @@ -917,7 +919,8 @@ (put 'jao-define-custom-theme 'lisp-indent-function 1) -(add-to-list 'custom-theme-load-path (file-name-directory load-file-name)) +(when load-file-name + (add-to-list 'custom-theme-load-path (file-name-directory load-file-name))) -- cgit v1.2.3