summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-10-18 01:55:23 -0400
committerbd <bdunahu@operationnull.com>2025-10-18 01:55:23 -0400
commitfad362e853a10bdcbdd2b83d40ee96b34acfe7a7 (patch)
tree42de1284ce4a9a19294efa3c16243d8a6d1255df /.config
parent269b80668a952e3ef57049676c74d7103b159236 (diff)
swap green in theme for gray
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/bd--themes.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el
index 0771f22..f4ef567 100644
--- a/.config/emacs/modules/bd--themes.el
+++ b/.config/emacs/modules/bd--themes.el
@@ -36,13 +36,13 @@ and some other minor face changes."
(fg-active fg-main)
(fg-mode-line-active "#ed8dff")
(bg-mode-line-active "#442c50")
- (fg-mode-line-inactive "#a3bc0a")
- (bg-mode-line-inactive "#191d01")
+ (fg-mode-line-inactive "#606060") ;; secondary
+ (bg-mode-line-inactive "#232323") ;; secondary
(border-mode-line-active nil)
(border-mode-line-inactive nil)
(bg-tab-bar bg-main)
(bg-tab-current "#5f4057")
- (bg-tab-other "#282e03")
+ (bg-tab-other "#434343") ;; secondary
(fg-heading-0 "#b2ebf2")
(fg-heading-1 "#98fb98")
@@ -67,7 +67,7 @@ and some other minor face changes."
(cursor "#c41ea1")
(fg-prose-verbatim "#af9fff")
- (bg-prose-block-contents "#252b02")
+ (bg-prose-block-contents "#323232") ;; secondary
(fg-prose-block-delimiter "#c6b7ad")
(bg-prose-block-delimiter bg-prose-block-contents)