diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-18 20:45:15 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-18 20:45:15 -0500 |
| commit | 5cca052ceafd635ac6be54e3e1d90b55e3dc25aa (patch) | |
| tree | 5aa60502d163a9f5b081338cd0b40979e90a9047 /themes | |
| parent | 123c17c42e420096a37f41664c71159481554cb6 (diff) | |
| download | dotemacs-5cca052ceafd635ac6be54e3e1d90b55e3dc25aa.tar.gz dotemacs-5cca052ceafd635ac6be54e3e1d90b55e3dc25aa.zip | |
chore(theme-studio): update WIP theme region, mode-line-highlight, pearl faces
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/WIP-theme.el | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el index 00c689474..5f4bda2ae 100644 --- a/themes/WIP-theme.el +++ b/themes/WIP-theme.el @@ -36,11 +36,12 @@ '(font-lock-delimiter-face ((t (:foreground "#dce0e3")))) '(font-lock-misc-punctuation-face ((t (:foreground "#dce0e3")))) '(cursor ((t (:foreground "#100f0f" :background "#bac1c8")))) - '(region ((t (:background "#363638" :box (:line-width 1 :color "#4a4b4f"))))) + '(region ((t (:foreground "#100f0f" :background "#ab8d2e")))) '(hl-line ((t (:background "#222223")))) '(highlight ((t (:foreground "#eddba7" :weight bold)))) - '(mode-line ((t (:foreground "#bac1c8" :background "#424f5e" :box (:line-width 1 :color "#a9b2bb"))))) - '(mode-line-inactive ((t (:foreground "#100f0f" :background "#100f0f" :box (:line-width 1 :style released-button :color "#0a0c0d"))))) + '(mode-line ((t (:foreground "#cbd0d6" :background "#424f5e" :box (:line-width 1 :color "#a9b2bb"))))) + '(mode-line-inactive ((t (:foreground "#100f0f" :background "#100f0f")))) + '(mode-line-highlight ((t (:foreground "#e6ce88" :background "#424f5e")))) '(fringe ((t (:foreground "#f3e7c5" :background "#100f0f" :weight bold)))) '(line-number ((t (:foreground "#54677d" :background "#100f0f")))) '(line-number-current-line ((t (:foreground "#e6ce88" :background "#100f0f")))) @@ -427,11 +428,11 @@ '(signel-other-msg-face ((t (:foreground "#dab53d")))) '(signel-error-face ((t (:foreground "#cb6b4d")))) '(pearl-preamble-summary ((t (:foreground "#67809c" :weight bold :slant italic)))) - '(pearl-editable-comment ((t (:foreground "#cbd0d6" :background "#374712")))) - '(pearl-readonly-comment ((t (:foreground "#100f0f" :background "#777980" :weight bold)))) - '(pearl-modified-highlight ((t (:foreground "#74932f" :weight bold)))) - '(pearl-modified-local ((t (:foreground "#dab53d")))) - '(pearl-modified-unknown ((t (:foreground "#74932f")))) + '(pearl-editable-comment ((t (:foreground "#dce0e3" :background "#374712")))) + '(pearl-readonly-comment ((t (:foreground "#edeff1" :background "#424f5e")))) + '(pearl-modified-highlight ((t (:foreground "#dab53d" :slant italic)))) + '(pearl-modified-local ((t (:foreground "#dab53d" :slant italic)))) + '(pearl-modified-unknown ((t (:foreground "#dab53d" :slant italic)))) '(slack-room-info-title-face ((t (:foreground "#e4eaf8" :weight bold)))) '(slack-room-info-title-room-name-face ((t (:foreground "#dab53d" :weight bold)))) '(slack-room-info-section-title-face ((t (:foreground "#e4eaf8" :weight bold)))) |
