From aece6302ec2bea7f000cb2eb28ab4297225fe190 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Fri, 4 Sep 2020 17:39:24 -0700 Subject: Powerline & Yasnippet --- themes/blendoit-light-theme.el | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'themes') diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 033881a..e099943 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -1,5 +1,5 @@ (deftheme blendoit-light - "Created 2020-08-22.") + "Created 2020-09-04.") (custom-theme-set-faces 'blendoit-light @@ -29,13 +29,13 @@ '(font-lock-variable-name-face ((t (:foreground "sienna")))) '(font-lock-warning-face ((t (:inherit (error))))) '(fringe ((t (:background "grey95")))) - '(header-line ((t (:box nil :foreground "grey20" :background "grey90" :inherit (mode-line))))) + '(header-line ((t (:inherit mode-line :background "grey90" :foreground "grey20" :box nil)))) '(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch))))) - '(mode-line ((t (:box (:line-width -1 :color nil :style released-button) :foreground "black" :background "grey75")))) + '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :family "Hermit")))) '(mode-line-buffer-id ((t (:weight bold)))) '(mode-line-emphasis ((t (:weight bold)))) '(mode-line-highlight ((t (:box (:line-width 2 :color "grey40" :style released-button))))) - '(mode-line-inactive ((t (:weight light :box (:line-width -1 :color "grey75" :style nil) :foreground "grey20" :background "grey90" :inherit (mode-line))))) + '(mode-line-inactive ((t (:box (:line-width -1 :color "gainsboro") :foreground "gainsboro" :background "SteelBlue4" :family "Hermit")))) '(isearch ((t (:background "DodgerBlue1" :foreground "white")))) '(isearch-fail ((t (:background "RosyBrown1")))) '(lazy-highlight ((t (:foreground "DodgerBlue1" :box 2)))) @@ -55,16 +55,15 @@ '(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit")))) '(org-document-title ((t (:weight bold :height 2.0)))) '(org-footnote ((t (:inherit link)))) - '(org-tag ((t (:foreground "SteelBlue" :underline t :weight bold :family "Hermit")))) '(org-document-info-keyword ((t (:inherit org-meta-line)))) '(org-code ((t (:background "light grey" :foreground "black" :family "Hack")))) - '(org-checkbox-statistics-todo ((t (:foreground "tomato" :inherit org-checkbox)))) - '(org-checkbox-statistics-done ((t (:foreground "ForestGreen" :inherit org-checkbox)))) + '(org-checkbox-statistics-todo ((t (:inherit org-checkbox :foreground "tomato")))) + '(org-checkbox-statistics-done ((t (:inherit org-checkbox :foreground "ForestGreen")))) '(org-verbatim ((t (:inherit shadow)))) '(font-lock-doc-face ((t (:Family "Liberation Sans" :inherit font-lock-string-face)))) '(org-document-info ((t (:weight bold)))) '(org-table ((t (:foreground "SteelBlue" :inherit fixed-pitch)))) - '(org-block ((t (:family "Hermit")))) + '(org-block ((t (:height 0.8 :family "Hermit")))) '(org-special-keyword ((t (:inherit org-meta-line)))) '(org-level-1 ((t (:foreground "black" :weight bold :height 1.6)))) '(org-level-2 ((t (:foreground "gray30" :weight bold :height 1.4)))) @@ -74,12 +73,16 @@ '(org-level-6 ((t (:inherit org-level-5)))) '(org-level-7 ((t (:inherit org-level-5)))) '(org-level-8 ((t (:inherit org-level-5)))) - '(org-checkbox ((t (:inherit org-meta-line :weight bold)))) + '(org-checkbox ((t (:weight bold :inherit org-meta-line)))) '(org-todo ((t (:background "tomato" :foreground "White" :weight bold :height 1.2 :family "Hermit")))) '(org-done ((t (:background "ForestGreen" :foreground "White" :weight bold :height 1.2 :family "Hermit")))) '(org-date ((t (:inherit org-tag)))) '(Info-quoted ((t (:inherit org-block)))) '(org-priority ((t (:weight bold :inherit org-meta-line)))) - '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack"))))) + '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack")))) + '(powerline-active1 ((t (:family "Hack" :foreground "white" :background "grey17" :inherit mode-line)))) + '(powerline-active2 ((t (:inherit (mode-line) :foreground "white" :background "grey40")))) + '(powerline-inactive1 ((t (:inherit mode-line-inactive :background "grey11" :family "Hack")))) + '(powerline-inactive2 ((t (:inherit (mode-line-inactive) :background "grey20"))))) (provide-theme 'blendoit-light) -- cgit v1.2.3