From 5ff047a45d2d3ccc3cd1331c1248f35f447cdab2 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 8 Jan 2023 17:34:09 +0100 Subject: sd-dark-theme. --- resources/themes/sd-dark-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/themes/sd-dark-theme.el b/resources/themes/sd-dark-theme.el index 2c59fa7..d23413d 100644 --- a/resources/themes/sd-dark-theme.el +++ b/resources/themes/sd-dark-theme.el @@ -8,7 +8,7 @@ '(erc-action-face ((t (:slant italic)))) '(erc-button ((t (:inherit link)))) '(erc-input-face ((t (:foreground "DarkOrchid4")))) - '(erc-nick-default-face ((t (:inherit org-meta-line :weight bold)))) + '(erc-nick-default-face ((t (:weight bold :inherit org-meta-line)))) '(erc-notice-face ((t (:inherit shadow)))) '(erc-timestamp-face ((t (:inherit org-meta-line)))) '(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown")))) @@ -30,7 +30,7 @@ '(font-lock-warning-face ((t (:inherit error)))) '(fringe ((t (:background "grey10")))) '(header-line ((t (:weight extra-bold :height 1.8 :family "Public Sans")))) - '(highlight ((t (:background "dim gray")))) + '(highlight ((t (:background "gray24")))) '(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown")))) '(isearch ((t (:background "DodgerBlue1" :foreground "white")))) '(isearch-fail ((t (:background "RosyBrown1")))) @@ -90,7 +90,7 @@ '(line-number ((t (:background "grey15" :foreground "LightSteelBlue3" :weight normal :height 0.8 :family "Hack")))) '(show-paren-match ((t (:inherit highlight)))) '(show-paren-mismatch ((t (:background "red" :foreground "grey20")))) - '(widget-field ((t (:extend t :background "LightSteelBlue2")))) - '(default ((t (:background "grey20" :foreground "white" :height 142 :family "Hack"))))) + '(widget-field ((t (:extend t :background "LightSteelBlue4")))) + '(default ((t (:background "gray16" :foreground "white" :height 142 :family "Hack"))))) (provide-theme 'sd-dark) -- cgit v1.2.3