From d15538d9eaa55ffcc7b6f808fd95abd2775c67f8 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 5 Jun 2025 20:28:49 -0400 Subject: Minor theme changes, NSXIV font to MedievalSharp --- .config/emacs/modules/bd--themes.el | 16 ++++++++-------- .config/guix/modules/services/xorg.scm | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el index 69a1e5d..26931f5 100644 --- a/.config/emacs/modules/bd--themes.el +++ b/.config/emacs/modules/bd--themes.el @@ -26,20 +26,20 @@ and some other minor face changes." modus-themes-variable-pitch-ui t modus-themes-prompts '(bold) modus-themes-headings - '((0 variable-pitch regular 1.3) - (1 variable-pitch regular 1.2) - (2 variable-pitch regular 1.1) - (3 variable-pitch regular 1.0) - (t variable-pitch regular 1.0)) + '((0 variable-pitch regular 1.4) + (1 variable-pitch regular 1.4) + (2 variable-pitch regular 1.3) + (3 variable-pitch regular 1.2) + (t variable-pitch regular 1.2)) modus-themes-common-palette-overrides - '((bg-main "#1a1c30") + '((bg-main "#1a1c20") (bg-active bg-main) (fg-main "#cff0f6") (fg-active fg-main) (fg-mode-line-active "#a6accd") - (bg-mode-line-active "#3b3d62") + (bg-mode-line-active "#2b2d42") (fg-mode-line-inactive "#676E95") - (bg-mode-line-inactive "#282c3d") + (bg-mode-line-inactive "#181c2d") (border-mode-line-active nil) (border-mode-line-inactive nil) (bg-tab-bar bg-main) diff --git a/.config/guix/modules/services/xorg.scm b/.config/guix/modules/services/xorg.scm index c3e585f..0f28314 100644 --- a/.config/guix/modules/services/xorg.scm +++ b/.config/guix/modules/services/xorg.scm @@ -39,7 +39,7 @@ ,(plain-file "Xresources" " Nsxiv.window.background: #000000 Nsxiv.window.foreground: #FFFFFF -Nsxiv.bar.font: Terminus:size=9 +Nsxiv.bar.font: MedievalSharp:size=9 ")) (".xinitrc" ,(plain-file "xinitrc" " -- cgit v1.2.3