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 | |
| parent | 123c17c42e420096a37f41664c71159481554cb6 (diff) | |
| download | dotemacs-5cca052ceafd635ac6be54e3e1d90b55e3dc25aa.tar.gz dotemacs-5cca052ceafd635ac6be54e3e1d90b55e3dc25aa.zip | |
chore(theme-studio): update WIP theme region, mode-line-highlight, pearl faces
| -rw-r--r-- | scripts/theme-studio/WIP.json | 35 | ||||
| -rw-r--r-- | themes/WIP-theme.el | 17 |
2 files changed, 27 insertions, 25 deletions
diff --git a/scripts/theme-studio/WIP.json b/scripts/theme-studio/WIP.json index 04d1ed088..ecfc56064 100644 --- a/scripts/theme-studio/WIP.json +++ b/scripts/theme-studio/WIP.json @@ -588,17 +588,13 @@ "strike": false }, "region": { - "fg": null, - "bg": "#363638", + "fg": "#100f0f", + "bg": "#ab8d2e", "bold": false, "italic": false, "underline": false, "strike": false, - "box": { - "style": "line", - "width": 1, - "color": "#4a4b4f" - } + "box": null }, "hl-line": { "fg": null, @@ -619,7 +615,7 @@ "box": null }, "mode-line": { - "fg": "#bac1c8", + "fg": "#cbd0d6", "bg": "#424f5e", "bold": false, "italic": false, @@ -639,11 +635,16 @@ "underline": false, "strike": false, "inherit": "mode-line", - "box": { - "style": "released", - "width": 1, - "color": "#0a0c0d" - } + "box": null + }, + "mode-line-highlight": { + "fg": "#e6ce88", + "bg": "#424f5e", + "bold": false, + "italic": false, + "underline": false, + "strike": false, + "box": null }, "fringe": { "fg": "#f3e7c5", @@ -801,7 +802,6 @@ "ui:isearch", "ui:hl-line", "ui:highlight", - "ui:region", "str", "esc", "re", @@ -1087,13 +1087,14 @@ "pkg:gnus:gnus-header-subject", "pkg:gnus:gnus-header-content", "pkg:gnus:gnus-header-newsgroups", - "ui:mode-line-inactive", - "ui:mode-line", "pkg:pearl:pearl-modified-highlight", "pkg:pearl:pearl-modified-local", "pkg:pearl:pearl-modified-unknown", "pkg:pearl:pearl-readonly-comment", - "pkg:pearl:pearl-editable-comment" + "pkg:pearl:pearl-editable-comment", + "ui:mode-line-inactive", + "ui:mode-line", + "ui:mode-line-highlight" ], "packages": { "org-mode": { 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)))) |
