diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/WIP-theme.el | 64 |
1 files changed, 42 insertions, 22 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el index 5411cd4be..0a6b31efe 100644 --- a/themes/WIP-theme.el +++ b/themes/WIP-theme.el @@ -41,7 +41,7 @@ '(highlight ((t (:foreground "#eddba7" :weight bold)))) '(mode-line ((t (:foreground "#cbd0d6" :background "#424f5e" :box (:line-width 1 :color "#a9b2bb"))))) '(mode-line-highlight ((t (:foreground "#e6ce88" :background "#424f5e")))) - '(mode-line-inactive ((t (:inherit mode-line :foreground "#100f0f" :background "#100f0f")))) + '(mode-line-inactive ((t (:inherit mode-line :foreground "#100f0f" :background "#100f0f" :height 2 :box (:line-width 1 :color "#54677d"))))) '(fringe ((t (:foreground "#f3e7c5" :background "#100f0f" :weight bold)))) '(line-number ((t (:foreground "#54677d" :background "#100f0f")))) '(line-number-current-line ((t (:foreground "#e6ce88" :background "#100f0f")))) @@ -50,12 +50,12 @@ '(lazy-highlight ((t (:background "#4a4b4f")))) '(isearch-fail ((t (:foreground "#cb6b4d" :background "#100f0f" :weight bold)))) '(show-paren-match ((t (:foreground "#100f0f" :background "#74932f")))) - '(show-paren-mismatch ((t (:foreground "#ffffff" :background "#cb6b4d")))) - '(link ((t (:foreground "#6191c7" :background "#100f0f" :underline t)))) + '(show-paren-mismatch ((t (:foreground "#edeff1" :background "#cb6b4d")))) + '(link ((t (:foreground "#0000ee" :background "#100f0f" :underline t)))) '(error ((t (:foreground "#cb6b4d" :background "#100f0f" :weight bold)))) '(warning ((t (:foreground "#ab8d2e" :background "#100f0f" :weight bold)))) '(success ((t (:foreground "#74932f" :background "#100f0f" :weight bold)))) - '(vertical-border ((t (:foreground "#424f5e" :background "#100f0f")))) + '(vertical-border ((t (:foreground "#4a4b4f" :background "#100f0f")))) '(org-document-title ((t (:foreground "#ab8d2e" :background "#100f0f" :weight bold :height 1.2)))) '(org-document-info ((t (:foreground "#ab8d2e" :background "#100f0f" :height 1.15)))) '(org-document-info-keyword ((t (:foreground "#7c838a" :background "#100f0f")))) @@ -202,7 +202,7 @@ '(mu4e-contact-face ((t (:inherit fixed-pitch :foreground "#e6ce88")))) '(mu4e-special-header-value-face ((t (:foreground "#cbd0d6")))) '(mu4e-url-number-face ((t (:foreground "#cb6b4d" :weight bold)))) - '(mu4e-link-face ((t (:foreground "#6191c7" :underline t)))) + '(mu4e-link-face ((t (:foreground "#0000ee" :underline t)))) '(mu4e-footer-face ((t (:foreground "#8e919a")))) '(mu4e-region-code ((t (:foreground "#9f80c9")))) '(mu4e-system-face ((t (:foreground "#cb6b4d" :slant italic)))) @@ -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.25)))) '(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)))) @@ -272,14 +287,13 @@ '(dashboard-footer-icon-face ((t (:inherit dashboard-footer-face)))) '(lsp-signature-face ((t (:foreground "#a9b2bb")))) '(lsp-signature-highlight-function-argument ((t (:foreground "#dab53d" :weight bold)))) - '(lsp-signature-posframe ((t (:background "#1a1714")))) '(lsp-face-highlight-read ((t (:background "#264364")))) '(lsp-face-highlight-write ((t (:background "#3d2f4a")))) '(lsp-face-highlight-textual ((t (:background "#2f343a")))) '(lsp-face-rename ((t (:background "#2f343a" :weight bold)))) '(lsp-rename-placeholder-face ((t (:foreground "#dab53d" :weight bold)))) - '(lsp-inlay-hint-face ((t (:foreground "#5e6770" :slant italic)))) - '(lsp-inlay-hint-parameter-face ((t (:foreground "#838d97" :slant italic)))) + '(lsp-inlay-hint-face ((t (:foreground "#777980" :slant italic)))) + '(lsp-inlay-hint-parameter-face ((t (:foreground "#8e919a" :slant italic)))) '(lsp-inlay-hint-type-face ((t (:foreground "#5d9b86" :slant italic)))) '(lsp-details-face ((t (:foreground "#5e6770" :slant italic)))) '(lsp-installation-buffer-face ((t (:foreground "#e4eaf8")))) @@ -588,20 +602,25 @@ '(shr-h5 ((t (:foreground "#777980" :weight bold)))) '(shr-h6 ((t (:foreground "#606267" :weight bold)))) '(shr-text ((t (:foreground "#bfc4d0")))) - '(shr-link ((t (:foreground "#6191c7" :underline t)))) - '(shr-selected-link ((t (:foreground "#dab53d" :weight bold :underline t)))) + '(shr-link ((t (:foreground "#5f8bf9" :underline t)))) + '(shr-selected-link ((t (:foreground "#777980" :weight bold :underline t)))) '(shr-code ((t (:foreground "#cb6b4d")))) '(shr-mark ((t (:foreground "#100f0f" :background "#dab53d")))) - '(shr-strike-through ((t (:foreground "#a6aab4" :strike-through t)))) + '(shr-strike-through ((t (:foreground "#8e919a" :strike-through t)))) '(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")))) + '(twentyfortyeight-face-1024 ((t (:foreground "#a9be87")))) + '(twentyfortyeight-face-2 ((t (:foreground "#100f0f")))) + '(twentyfortyeight-face-2048 ((t (:foreground "#dab53d" :weight bold :slant italic)))) + '(twentyfortyeight-face-256 ((t (:foreground "#47a0b7")))) + '(twentyfortyeight-face-512 ((t (:foreground "#9f80c9")))) + '(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")))) @@ -640,9 +659,10 @@ '(emms-playlist-selected-face ((t (:foreground "#e6ce88" :weight bold)))) '(emms-playlist-track-face ((t (:foreground "#cbd0d6")))) '(flyspell-correct-highlight-face ((t (:inherit isearch :background "#363638")))) - '(malyon-face-bold ((t (:inherit bold :weight bold)))) + '(json-mode-object-name-face ((t (:foreground "#e0c266")))) + '(malyon-face-bold ((t (:inherit bold :foreground "#788da6" :weight bold)))) '(malyon-face-error ((t (:inherit error :foreground "#cb6b4d" :weight bold)))) - '(malyon-face-italic ((t (:inherit italic :foreground "#bfc4d0" :slant italic)))) + '(malyon-face-italic ((t (:inherit italic :foreground "#67809c" :slant italic)))) '(malyon-face-plain ((t (:inherit default)))) '(malyon-face-reverse ((t (:inherit default :foreground "#100f0f" :background "#bfc4d0")))) '(marginalia-archive ((t (:inherit warning)))) @@ -751,10 +771,10 @@ '(nerd-icons-red-alt ((t (:foreground "#843031")))) '(nerd-icons-silver ((t (:foreground "#716e68")))) '(nerd-icons-yellow ((t (:foreground "#ffcc0e")))) - '(orderless-match-face-0 ((t (:foreground "#223fbf" :weight bold)))) - '(orderless-match-face-1 ((t (:foreground "#8f0075" :weight bold)))) - '(orderless-match-face-2 ((t (:foreground "#145a00" :weight bold)))) - '(orderless-match-face-3 ((t (:foreground "#804000" :weight bold)))) + '(orderless-match-face-0 ((t (:foreground "#cbd0d6" :weight bold :slant italic)))) + '(orderless-match-face-1 ((t (:foreground "#c99990" :weight bold :slant italic)))) + '(orderless-match-face-2 ((t (:foreground "#c5d4ae" :weight bold :slant italic)))) + '(orderless-match-face-3 ((t (:foreground "#bea9dc" :weight bold :slant italic)))) '(org-superstar-first ((t (:inherit org-warning)))) '(org-superstar-item ((t (:inherit default)))) '(org-superstar-leading ((t (:inherit default :foreground "#bebebe")))) |
