From bdfde8c4a6715917eafe33d42d916ee7edb965e6 Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 14 Jun 2024 09:37:31 -0500 Subject: [PATCH] Fixes to emacs theming --- user/app/doom-emacs/config.el | 4 ++-- user/app/doom-emacs/doom.org | 4 ++-- user/app/doom-emacs/themes/doom-stylix-theme.el.mustache | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index de41ac5c..c268a10e 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -51,8 +51,8 @@ (add-hook 'marginalia-mode-hook #'all-the-icons-completion-marginalia-setup) (all-the-icons-completion-mode) -;; This makes non-main buffers dimmer, so you can focus on main buffers -(solaire-global-mode +1) +;; Lighter/darker backgrounds can get annoying +(solaire-global-mode -1) ;; Grammar tasing should be voluntary (setq writegood-mode nil) diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index 072b823a..7c7510bb 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -114,8 +114,8 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu (add-hook 'marginalia-mode-hook #'all-the-icons-completion-marginalia-setup) (all-the-icons-completion-mode) -;; This makes non-main buffers dimmer, so you can focus on main buffers -(solaire-global-mode +1) +;; Lighter/darker backgrounds can get annoying +(solaire-global-mode -1) ;; Grammar tasing should be voluntary (setq writegood-mode nil) diff --git a/user/app/doom-emacs/themes/doom-stylix-theme.el.mustache b/user/app/doom-emacs/themes/doom-stylix-theme.el.mustache index bfa7ec7e..e83b9796 100644 --- a/user/app/doom-emacs/themes/doom-stylix-theme.el.mustache +++ b/user/app/doom-emacs/themes/doom-stylix-theme.el.mustache @@ -68,7 +68,7 @@ Can be an integer to determine the exact padding." (grey base4) (red '("#{{base08-hex}}" "#ff6655" "red" )) - (orange '("#{{base08-hex}}" "#dd8844" "brightred" )) + (orange '("#{{base09-hex}}" "#dd8844" "brightred" )) (green '("#{{base0B-hex}}" "#99bb66" "green" )) (teal '("#{{base0C-hex}}" "#44b9b1" "brightgreen" )) (yellow '("#{{base0A-hex}}" "#ECBE7B" "yellow" ))