From b90bcd4f2574c1585f3f7d79f160bccea72073dd Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 2 Jan 2022 17:50:52 +0100 Subject: Installing Guix fr now! --- resources/themes/sd-compagnon-dark-theme.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'resources/themes/sd-compagnon-dark-theme.el') diff --git a/resources/themes/sd-compagnon-dark-theme.el b/resources/themes/sd-compagnon-dark-theme.el index 7f75094..8cded72 100644 --- a/resources/themes/sd-compagnon-dark-theme.el +++ b/resources/themes/sd-compagnon-dark-theme.el @@ -1,5 +1,5 @@ (deftheme sd-compagnon-dark - "Created 2021-07-07.") + "Created 2021-12-20.") (custom-theme-set-variables 'sd-compagnon-dark @@ -12,7 +12,7 @@ '(variable-pitch ((t (:family "Compagnon Roman")))) '(escape-glyph ((t (:foreground "orange")))) '(homoglyph ((t (:foreground "cyan")))) - '(minibuffer-prompt ((t (:inherit (org-meta-line))))) + '(minibuffer-prompt ((t (:inherit org-meta-line)))) '(highlight ((t (:box (:line-width 2 :color "medium spring green") :background "sea green")))) '(region ((t (:extend t :background "medium sea green")))) '(shadow ((t (:foreground "light slate gray")))) @@ -33,13 +33,13 @@ '(font-lock-type-face ((t (:foreground "orchid2")))) '(font-lock-variable-name-face ((t (:weight bold)))) '(font-lock-warning-face ((t (:inherit (error))))) - '(button ((t (:foundry "Compagnon Light")))) + '(button ((t (:box (:line-width 2 :color "slate gray" :style released-button) :foundry "Compagnon Light")))) '(link ((t (:foreground "green yellow" :family "Compagnon Light Italic")))) '(link-visited ((t (:inherit link :foreground "yellow green")))) '(fringe ((t (:background "gainsboro")))) '(header-line ((t (:inherit org-meta-line :weight bold :height 1.8)))) - '(tooltip ((t (:background "white smoke" :foreground "sea green" :family "Hermit")))) - '(mode-line ((t (:inherit org-meta-line :box (:line-width -1 :style released-button))))) + '(tooltip ((t (:background "white smoke" :foreground "sea green" :family "Compagnon Medium")))) + '(mode-line ((t (:box (:line-width 2 :style released-button) :inherit org-meta-line)))) '(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))))) @@ -80,6 +80,6 @@ '(show-paren-mismatch ((t (:background "orange red" :foreground "white")))) '(org-drawer ((t (:inherit org-block-begin-line)))) '(org-agenda-structure ((t (:foreground "Green Yellow")))) - '(default ((t (:inherit nil :extend nil :stipple nil :background "gray15" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight semi-bold :height 142 :width normal :foundry "UKWN" :family "Compagnon Medium"))))) + '(default ((t (:inherit nil :extend nil :stipple nil :background "gray15" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight semi-bold :height 142 :width normal :family "Compagnon Medium"))))) (provide-theme 'sd-compagnon-dark) -- cgit v1.2.3