diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-20 03:26:41 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-20 03:26:41 -0400 |
| commit | f0158f6b8460da2cfbfec596ae39b4b42953299f (patch) | |
| tree | 5874e370871470a088097258cec331cae1190e3c /scripts/theme-studio | |
| parent | 1c62e02962d679f2dc7361d9fb6b4d3286e47707 (diff) | |
| download | dotemacs-f0158f6b8460da2cfbfec596ae39b4b42953299f.tar.gz dotemacs-f0158f6b8460da2cfbfec596ae39b4b42953299f.zip | |
chore(theme-studio): save WIP.json working state
Diffstat (limited to 'scripts/theme-studio')
| -rw-r--r-- | scripts/theme-studio/WIP.json | 58 |
1 files changed, 45 insertions, 13 deletions
diff --git a/scripts/theme-studio/WIP.json b/scripts/theme-studio/WIP.json index f2423041d..7d12947c3 100644 --- a/scripts/theme-studio/WIP.json +++ b/scripts/theme-studio/WIP.json @@ -387,7 +387,22 @@ "sapphire" ], [ - "#50657a", + "#282f36", + "sky-4", + "sky" + ], + [ + "#425262", + "sky-3", + "sky" + ], + [ + "#5e7892", + "sky-2", + "sky" + ], + [ + "#7ba1c5", "sky-1", "sky" ], @@ -397,9 +412,24 @@ "sky" ], [ - "#adc8e6", + "#a2caf3", "sky+1", "sky" + ], + [ + "#aac9ea", + "sky+2", + "sky" + ], + [ + "#b1c7e1", + "sky+3", + "sky" + ], + [ + "#b8c6d9", + "sky+4", + "sky" ] ], "syntax": { @@ -1243,12 +1273,6 @@ "pkg:dashboard:dashboard-text-banner", "pkg:dashboard:dashboard-heading", "pkg:dashboard:dashboard-navigator", - "pkg:alert:alert-high-face", - "pkg:alert:alert-low-face", - "pkg:alert:alert-moderate-face", - "pkg:alert:alert-normal-face", - "pkg:alert:alert-trivial-face", - "pkg:alert:alert-urgent-face", "pkg:auto-dim-other-buffers:auto-dim-other-buffers", "pkg:auto-dim-other-buffers:auto-dim-other-buffers-hide", "pkg:calibredb:calibredb-search-header-library-name-face", @@ -1417,6 +1441,12 @@ "ui:mode-line-inactive", "ui:mode-line", "ui:mode-line-highlight", + "pkg:alert:alert-high-face", + "pkg:alert:alert-normal-face", + "pkg:alert:alert-trivial-face", + "pkg:alert:alert-urgent-face", + "pkg:alert:alert-moderate-face", + "pkg:alert:alert-low-face", "pkg:dashboard:dashboard-banner-logo-title" ], "packages": { @@ -3400,7 +3430,7 @@ "weight": "bold", "slant": "italic", "inherit": "default", - "height": 1.15, + "height": 1.3, "source": "user" }, "dashboard-text-banner": { @@ -5638,19 +5668,21 @@ }, "alert": { "alert-high-face": { - "fg": "#a85b42", + "fg": "#dab53d", "bg": null, + "weight": "bold", "inherit": null, "source": "user" }, "alert-low-face": { - "fg": "#67809c", + "fg": "#7ba1c5", "bg": null, + "weight": "bold", "inherit": null, "source": "user" }, "alert-moderate-face": { - "fg": "#e0c266", + "fg": "#a9be87", "bg": null, "inherit": null, "source": "user" @@ -5668,7 +5700,7 @@ "source": "user" }, "alert-urgent-face": { - "fg": "#a85b42", + "fg": "#cb6b4d", "bg": null, "inherit": null, "source": "user" |
