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 /scripts/theme-studio/WIP.json | |
| 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 'scripts/theme-studio/WIP.json')
| -rw-r--r-- | scripts/theme-studio/WIP.json | 35 |
1 files changed, 18 insertions, 17 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": { |
