diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-30 08:11:14 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-30 08:11:14 -0400 |
| commit | b7e4c817dbe278831015b8b406d60a4f42ae5160 (patch) | |
| tree | b8893e4d1d76bc8c33bc02165de6f50e49f9938e /scripts/theme-studio/WIP.json | |
| parent | da5bff1deb1ee8428fe5f14f8c795cf1559f104a (diff) | |
| download | dotemacs-b7e4c817dbe278831015b8b406d60a4f42ae5160.tar.gz dotemacs-b7e4c817dbe278831015b8b406d60a4f42ae5160.zip | |
chore(theme-studio): commit WIP theme snapshot
Diffstat (limited to 'scripts/theme-studio/WIP.json')
| -rw-r--r-- | scripts/theme-studio/WIP.json | 136 |
1 files changed, 120 insertions, 16 deletions
diff --git a/scripts/theme-studio/WIP.json b/scripts/theme-studio/WIP.json index f30294dbc..5a54729bb 100644 --- a/scripts/theme-studio/WIP.json +++ b/scripts/theme-studio/WIP.json @@ -437,7 +437,7 @@ "sky" ], [ - "#5f8bf9", + "#5178db", "link", "link" ] @@ -1046,7 +1046,7 @@ "height": null }, "link": { - "fg": "#5f8bf9", + "fg": "#5178db", "bg": null, "distant-fg": null, "family": null, @@ -1571,7 +1571,16 @@ "pkg:nerd-icons:nerd-icons-red", "pkg:nerd-icons:nerd-icons-red-alt", "pkg:nerd-icons:nerd-icons-silver", - "pkg:nerd-icons:nerd-icons-yellow" + "pkg:nerd-icons:nerd-icons-yellow", + "pkg:nov-reading:cj/nov-reading-light", + "pkg:nov-reading:cj/nov-reading-dark", + "pkg:nov-reading:cj/nov-reading-sepia", + "pkg:nov-reading:cj/nov-reading-sepia-heading", + "pkg:nov-reading:cj/nov-reading-sepia-link", + "pkg:nov-reading:cj/nov-reading-dark-heading", + "pkg:nov-reading:cj/nov-reading-dark-link", + "pkg:nov-reading:cj/nov-reading-light-heading", + "pkg:nov-reading:cj/nov-reading-light-link" ], "packages": { "org-mode": { @@ -3564,18 +3573,6 @@ "inherit": null, "source": "user" }, - "eat-term-color-22": { - "fg": "#002f00", - "bg": null, - "inherit": null, - "source": "user" - }, - "eat-term-color-52": { - "fg": "#2f0000", - "bg": null, - "inherit": null, - "source": "user" - }, "eat-term-color-bright-black": { "fg": "#8e919a", "bg": null, @@ -3681,6 +3678,18 @@ "bg": null, "inherit": null, "source": "user" + }, + "eat-term-color-22": { + "fg": "#002f00", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-term-color-52": { + "fg": "#2f0000", + "bg": null, + "inherit": null, + "source": "user" } }, "auto-dim-other-buffers": { @@ -4503,6 +4512,75 @@ "source": "user" } }, + "nov-reading": { + "cj/nov-reading-sepia": { + "fg": "#ab8d2e", + "bg": null, + "inherit": null, + "source": "user" + }, + "cj/nov-reading-dark": { + "fg": "#7c838a", + "bg": null, + "inherit": null, + "source": "user" + }, + "cj/nov-reading-light": { + "fg": "#100f0f", + "bg": "#7c838a", + "inherit": null, + "source": "user" + }, + "cj/nov-reading-sepia-heading": { + "fg": "#54677d", + "bg": null, + "inherit": "cj/nov-reading-sepia", + "height": 1.2, + "source": "user" + }, + "cj/nov-reading-sepia-link": { + "fg": "#5178db", + "bg": null, + "underline": { + "color": null, + "style": "line" + }, + "inherit": null, + "source": "user" + }, + "cj/nov-reading-dark-heading": { + "fg": null, + "bg": null, + "inherit": null, + "source": "default" + }, + "cj/nov-reading-dark-link": { + "fg": "#5178db", + "bg": null, + "underline": { + "color": null, + "style": "line" + }, + "inherit": "cj/nov-reading-dark", + "source": "user" + }, + "cj/nov-reading-light-heading": { + "fg": null, + "bg": null, + "inherit": null, + "source": "default" + }, + "cj/nov-reading-light-link": { + "fg": "#5178db", + "bg": null, + "underline": { + "color": null, + "style": "line" + }, + "inherit": null, + "source": "user" + } + }, "erc": { "erc-header-line": { "fg": "#e4eaf8", @@ -5815,7 +5893,7 @@ "source": "user" }, "shr-link": { - "fg": "#5f8bf9", + "fg": "#5178db", "bg": null, "underline": { "style": "line", @@ -8678,6 +8756,32 @@ "source": "default" } }, + "wttrin": { + "wttrin-instructions": { + "fg": null, + "bg": null, + "inherit": null, + "source": "default" + }, + "wttrin-key": { + "fg": null, + "bg": null, + "inherit": null, + "source": "default" + }, + "wttrin-mode-line-stale": { + "fg": null, + "bg": null, + "inherit": null, + "source": "default" + }, + "wttrin-staleness-header": { + "fg": null, + "bg": null, + "inherit": null, + "source": "default" + } + }, "yasnippet": { "yas--field-debug-face": { "fg": null, |
