summaryrefslogtreecommitdiff
path: root/themes/sd-compagnon-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'themes/sd-compagnon-theme.el')
-rw-r--r--themes/sd-compagnon-theme.el14
1 files changed, 9 insertions, 5 deletions
diff --git a/themes/sd-compagnon-theme.el b/themes/sd-compagnon-theme.el
index 3a4c9b1..8c8f756 100644
--- a/themes/sd-compagnon-theme.el
+++ b/themes/sd-compagnon-theme.el
@@ -1,5 +1,9 @@
(deftheme sd-compagnon
- "Created 2021-05-23.")
+ "Created 2021-06-20.")
+
+(custom-theme-set-variables
+ 'sd-compagnon
+ '(cursor-type 'bar))
(custom-theme-set-faces
'sd-compagnon
@@ -30,8 +34,8 @@
'(font-lock-variable-name-face ((t (:weight bold))))
'(font-lock-warning-face ((t (:inherit (error)))))
'(button ((t (:inherit link))))
- '(link ((t (:family "Compagnon Light Italic"))))
- '(link-visited ((t (:inherit link))))
+ '(link ((t (:foreground "green yellow" :family "Compagnon Light Italic"))))
+ '(link-visited ((t (:inherit link :foreground "yellow green"))))
'(fringe ((t (:background "gainsboro"))))
'(header-line ((t (:height 1.8 :weight bold :inherit org-meta-line))))
'(tooltip ((t (:background "old lace" :foreground "black" :family "Hermit"))))
@@ -74,7 +78,7 @@
'(custom-link ((t (:inherit fixed-pitch :background "burlywood1"))))
'(show-paren-match ((t (:background "aquamarine"))))
'(show-paren-mismatch ((t (:background "orange red" :foreground "white"))))
- '(default ((t (:inherit nil :extend nil :stipple nil :background "cornsilk" :foreground "black" :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"))))
- '(org-drawer ((t (:inherit org-block-begin-line)))))
+ '(org-drawer ((t (:inherit org-block-begin-line))))
+ '(default ((t (:inherit nil :extend nil :stipple nil :background "cornsilk" :foreground "black" :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")))))
(provide-theme 'sd-compagnon)
Copyright 2019--2024 Marius PETER