aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/theme-studio/WIP.json106
-rw-r--r--themes/WIP-theme.el25
2 files changed, 126 insertions, 5 deletions
diff --git a/scripts/theme-studio/WIP.json b/scripts/theme-studio/WIP.json
index 7d12947c3..ea6b40cf5 100644
--- a/scripts/theme-studio/WIP.json
+++ b/scripts/theme-studio/WIP.json
@@ -3409,6 +3409,112 @@
"source": "default"
}
},
+ "ansi-color": {
+ "ansi-color-black": {
+ "fg": "#100f0f",
+ "bg": "#bfc4d0",
+ "inherit": null,
+ "source": "user"
+ },
+ "ansi-color-red": {
+ "fg": "#cb6b4d",
+ "bg": null,
+ "inherit": null,
+ "source": "user"
+ },
+ "ansi-color-green": {
+ "fg": "#8ea85e",
+ "bg": null,
+ "inherit": null,
+ "source": "user"
+ },
+ "ansi-color-yellow": {
+ "fg": "#e0c266",
+ "bg": null,
+ "inherit": null,
+ "source": "user"
+ },
+ "ansi-color-blue": {
+ "fg": "#899bb1",
+ "bg": null,
+ "inherit": null,
+ "source": "user"
+ },
+ "ansi-color-magenta": {
+ "fg": "#9f80c9",
+ "bg": null,
+ "inherit": null,
+ "source": "user"
+ },
+ "ansi-color-cyan": {
+ "fg": "#47a0b7",
+ "bg": null,
+ "inherit": null,
+ "source": "user"
+ },
+ "ansi-color-white": {
+ "fg": null,
+ "bg": null,
+ "inherit": null,
+ "source": "default"
+ },
+ "ansi-color-bright-black": {
+ "fg": "#363638",
+ "bg": null,
+ "weight": "bold",
+ "inherit": "ansi-color-black",
+ "source": "user"
+ },
+ "ansi-color-bright-red": {
+ "fg": null,
+ "bg": null,
+ "weight": "bold",
+ "inherit": "ansi-color-red",
+ "source": "user"
+ },
+ "ansi-color-bright-green": {
+ "fg": null,
+ "bg": null,
+ "weight": "bold",
+ "inherit": "ansi-color-green",
+ "source": "user"
+ },
+ "ansi-color-bright-yellow": {
+ "fg": null,
+ "bg": null,
+ "weight": "bold",
+ "inherit": "ansi-color-yellow",
+ "source": "user"
+ },
+ "ansi-color-bright-blue": {
+ "fg": null,
+ "bg": null,
+ "weight": "bold",
+ "inherit": "ansi-color-blue",
+ "source": "user"
+ },
+ "ansi-color-bright-magenta": {
+ "fg": null,
+ "bg": null,
+ "weight": "bold",
+ "inherit": "ansi-color-bright-magenta",
+ "source": "user"
+ },
+ "ansi-color-bright-cyan": {
+ "fg": null,
+ "bg": null,
+ "weight": "bold",
+ "inherit": "ansi-color-cyan",
+ "source": "user"
+ },
+ "ansi-color-bright-white": {
+ "fg": null,
+ "bg": null,
+ "weight": "bold",
+ "inherit": "ansi-color-bright-white",
+ "source": "user"
+ }
+ },
"auto-dim-other-buffers": {
"auto-dim-other-buffers": {
"fg": "#777980",
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el
index 5411cd4be..090b31e4a 100644
--- a/themes/WIP-theme.el
+++ b/themes/WIP-theme.el
@@ -260,9 +260,24 @@
'(ghostel-color-bright-magenta ((t (:foreground "#bea9dc"))))
'(ghostel-color-bright-cyan ((t (:foreground "#6ba9bd"))))
'(ghostel-color-bright-white ((t (:foreground "#edeff1"))))
+ '(ansi-color-black ((t (:foreground "#100f0f" :background "#bfc4d0"))))
+ '(ansi-color-red ((t (:foreground "#cb6b4d"))))
+ '(ansi-color-green ((t (:foreground "#8ea85e"))))
+ '(ansi-color-yellow ((t (:foreground "#e0c266"))))
+ '(ansi-color-blue ((t (:foreground "#899bb1"))))
+ '(ansi-color-magenta ((t (:foreground "#9f80c9"))))
+ '(ansi-color-cyan ((t (:foreground "#47a0b7"))))
+ '(ansi-color-bright-black ((t (:inherit ansi-color-black :foreground "#363638" :weight bold))))
+ '(ansi-color-bright-red ((t (:inherit ansi-color-red :weight bold))))
+ '(ansi-color-bright-green ((t (:inherit ansi-color-green :weight bold))))
+ '(ansi-color-bright-yellow ((t (:inherit ansi-color-yellow :weight bold))))
+ '(ansi-color-bright-blue ((t (:inherit ansi-color-blue :weight bold))))
+ '(ansi-color-bright-magenta ((t (:inherit ansi-color-bright-magenta :weight bold))))
+ '(ansi-color-bright-cyan ((t (:inherit ansi-color-cyan :weight bold))))
+ '(ansi-color-bright-white ((t (:inherit ansi-color-bright-white :weight bold))))
'(auto-dim-other-buffers ((t (:foreground "#777980"))))
'(auto-dim-other-buffers-hide ((t (:foreground "#0a0c0d"))))
- '(dashboard-banner-logo-title ((t (:inherit default :foreground "#dab53d" :background "#100f0f" :weight bold :slant italic :height 1.15))))
+ '(dashboard-banner-logo-title ((t (:inherit default :foreground "#dab53d" :background "#100f0f" :weight bold :slant italic :height 1.3))))
'(dashboard-text-banner ((t (:inherit default :foreground "#dab53d"))))
'(dashboard-heading ((t (:inherit font-lock-keyword-face :foreground "#67809c" :background "#100f0f" :weight bold :slant italic))))
'(dashboard-items-face ((t (:inherit widget-button))))
@@ -596,12 +611,12 @@
'(shr-sup ((t (:foreground "#a6aab4"))))
'(shr-abbreviation ((t (:foreground "#a6aab4" :slant italic))))
'(shr-sliced-image ((t (:foreground "#a6aab4"))))
- '(alert-high-face ((t (:foreground "#a85b42"))))
- '(alert-low-face ((t (:foreground "#67809c"))))
- '(alert-moderate-face ((t (:foreground "#e0c266"))))
+ '(alert-high-face ((t (:foreground "#dab53d" :weight bold))))
+ '(alert-low-face ((t (:foreground "#7ba1c5" :weight bold))))
+ '(alert-moderate-face ((t (:foreground "#a9be87"))))
'(alert-normal-face ((t (:foreground "#bac1c8"))))
'(alert-trivial-face ((t (:foreground "#9f80c9"))))
- '(alert-urgent-face ((t (:foreground "#a85b42"))))
+ '(alert-urgent-face ((t (:foreground "#cb6b4d"))))
'(company-echo ((t (:foreground "#bfc4d0" :background "#100f0f"))))
'(company-echo-common ((t (:foreground "#cb6b4d" :background "#100f0f"))))
'(company-preview ((t (:foreground "#bfc4d0" :background "#100f0f"))))