summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/bd--themes.el26
1 files changed, 7 insertions, 19 deletions
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el
index 26931f5..11d04f4 100644
--- a/.config/emacs/modules/bd--themes.el
+++ b/.config/emacs/modules/bd--themes.el
@@ -11,14 +11,12 @@
:hook
((modus-themes-post-load . bd/modus-set-faces))
:config
- ;; Disable all other themes to avoid awkward blending
(defun bd/modus-set-faces (&rest _)
"Blends the modeline with the echo area,
and some other minor face changes."
(modus-themes-with-colors
(custom-set-faces
- `(eshell-prompt ((,c :foreground ,fg-main :background ,bg-prose-block-contents :height 1.1 :extend t)))
- `(tab-bar-tab ((,c :box (:line-width 1 :style released-button)))))))
+ `(eshell-prompt ((,c :foreground ,fg-main :background ,bg-prose-block-contents :height 1.1 :extend t))))))
(setopt modus-themes-to-toggle '(modus-operandi-tinted modus-vivendi-tinted)
modus-themes-mixed-fonts t
modus-themes-italic-constructs t
@@ -32,14 +30,14 @@ and some other minor face changes."
(3 variable-pitch regular 1.2)
(t variable-pitch regular 1.2))
modus-themes-common-palette-overrides
- '((bg-main "#1a1c20")
+ '((bg-main "#141416")
(bg-active bg-main)
(fg-main "#cff0f6")
(fg-active fg-main)
(fg-mode-line-active "#a6accd")
- (bg-mode-line-active "#2b2d42")
+ (bg-mode-line-active "#2e2a42")
(fg-mode-line-inactive "#676E95")
- (bg-mode-line-inactive "#181c2d")
+ (bg-mode-line-inactive "#1f1f2f")
(border-mode-line-active nil)
(border-mode-line-inactive nil)
(bg-tab-bar bg-main)
@@ -74,7 +72,7 @@ and some other minor face changes."
(builtin "#a490ff")
(comment "#afa7b0")
(string "#50f2ca")
- (fnname "#d8bfd8")
+ (fnname "#d8afd8")
(type "#89c6f9")
(variable "#98fb98")
(docstring "#f0e68c")
@@ -106,18 +104,8 @@ to.")
:family "Iosevka"
:height 140)
(set-face-attribute 'modus-themes-ui-variable-pitch nil
- :family "MedievalSharp"
- :height 130)
-(mapc (lambda (x) (set-face-attribute x nil :family "MedievalSharp"))
- '(modus-themes-heading-0
- modus-themes-heading-1
- modus-themes-heading-2
- modus-themes-heading-3
- modus-themes-heading-4
- modus-themes-heading-5
- modus-themes-heading-6
- modus-themes-heading-7
- modus-themes-heading-8))
+ :family "Iosevka"
+ :height 110)
(provide 'bd--themes)