diff options
| -rw-r--r-- | scripts/theme-studio/WIP.json | 12 | ||||
| -rw-r--r-- | themes/WIP-theme.el | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/scripts/theme-studio/WIP.json b/scripts/theme-studio/WIP.json index 1756683ef..f30294dbc 100644 --- a/scripts/theme-studio/WIP.json +++ b/scripts/theme-studio/WIP.json @@ -3564,6 +3564,18 @@ "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, diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el index de69fe875..93184fe40 100644 --- a/themes/WIP-theme.el +++ b/themes/WIP-theme.el @@ -265,6 +265,8 @@ '(eat-term-color-magenta ((t (:foreground "#8255b5")))) '(eat-term-color-cyan ((t (:foreground "#88b2c3")))) '(eat-term-color-white ((t (:foreground "#bfc4d0")))) + '(eat-term-color-22 ((t (:foreground "#002f00")))) + '(eat-term-color-52 ((t (:foreground "#2f0000")))) '(eat-term-color-bright-black ((t (:foreground "#8e919a" :weight bold)))) '(eat-term-color-bright-red ((t (:foreground "#cb6b4d" :weight bold)))) '(eat-term-color-bright-green ((t (:foreground "#74932f" :weight bold)))) |
