summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-10-21 10:29:07 -0400
committerbd <bdunahu@operationnull.com>2025-10-21 10:29:07 -0400
commit1e4230e64fa6bb844b4bcd6f86fe23d147540c9b (patch)
tree888070b4ce2ab6b2c14f674d4d9c6990d4b00a9c /.config
parenteae369c166c2115b04183b3f05c76e534b7d2f30 (diff)
switch to blue/purple/orange theme
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/bd--modeline.el2
-rw-r--r--.config/emacs/modules/bd--themes.el26
2 files changed, 14 insertions, 14 deletions
diff --git a/.config/emacs/modules/bd--modeline.el b/.config/emacs/modules/bd--modeline.el
index 2b38459..2ca7ccb 100644
--- a/.config/emacs/modules/bd--modeline.el
+++ b/.config/emacs/modules/bd--modeline.el
@@ -22,7 +22,7 @@
(defvar-local bd/buffer-identification-mode-line
'(:eval (format "%s" (propertize (buffer-name) 'face
(if (mode-line-window-selected-p)
- 'modus-themes-completion-match-1
+ 'modus-themes-fg-cyan-intense
'mode-line-inactive))))
"Formats the modeline-buffer-name.")
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el
index f4ef567..cd24cab 100644
--- a/.config/emacs/modules/bd--themes.el
+++ b/.config/emacs/modules/bd--themes.el
@@ -30,19 +30,19 @@ 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 "#090011")
+ '((bg-main "#000B0E") ;; primary
(bg-active bg-main)
(fg-main "#c6b7ad")
(fg-active fg-main)
- (fg-mode-line-active "#ed8dff")
- (bg-mode-line-active "#442c50")
- (fg-mode-line-inactive "#606060") ;; secondary
- (bg-mode-line-inactive "#232323") ;; secondary
+ (fg-mode-line-active "#008EA2")
+ (bg-mode-line-active "#012C31") ;; primary
+ (fg-mode-line-inactive "#8D6D91")
+ (bg-mode-line-inactive "#442c50") ;; secondary
(border-mode-line-active nil)
(border-mode-line-inactive nil)
(bg-tab-bar bg-main)
- (bg-tab-current "#5f4057")
- (bg-tab-other "#434343") ;; secondary
+ (bg-tab-current "#042429") ;; primary
+ (bg-tab-other "#100014") ;; secondary
(fg-heading-0 "#b2ebf2")
(fg-heading-1 "#98fb98")
@@ -50,24 +50,24 @@ and some other minor face changes."
(fg-heading-3 "#ff7f50")
(fg-heading-4 "#ffd700")
- (fg-prompt "#6434ff")
+ (fg-prompt "#FF4E00") ;; tertiary
(bg-prompt unspecified)
- (bg-region "#e14ced")
+ (bg-region "#E65C19") ;; tertiary
(fg-region "#fffff0")
- (bg-hl-line "#2e1932")
+ (bg-hl-line "#034852") ;; primary
(fg-line-number-active fg-main)
(fg-line-number-inactive "#a9a9a9")
(bg-line-number-active unspecified)
- (bg-line-number-inactive "#3e2e3b")
+ (bg-line-number-inactive "#0D5D62") ;; primary
(fringe bg-main)
- (cursor "#c41ea1")
+ (cursor "#FF5300") ;; tertiary
(fg-prose-verbatim "#af9fff")
- (bg-prose-block-contents "#323232") ;; secondary
+ (bg-prose-block-contents "#244449") ;; primary
(fg-prose-block-delimiter "#c6b7ad")
(bg-prose-block-delimiter bg-prose-block-contents)