diff options
author | Thanos Apollo <[email protected]> | 2024-01-31 04:05:42 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-31 04:05:42 +0200 |
commit | 8e5afe31ad566c81558caa024c7d8e97c298fcb7 (patch) | |
tree | f6f5dbf471f60685ce8886eab87d1760023555a8 /.emacs.d/init.el | |
parent | 7d4a6dd8ef0181ca0cbe49d7b6177d926f8920e4 (diff) |
emacs:(modus-themes) Add subtle lavender custom
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3545b2b..5f4d471 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -163,8 +163,8 @@ (string "#86B187") (border-mode-line-active unspecified) (border-mode-line-inactive unspecified) - (bg-mode-line-active "#2f2f2f") - (bg-mode-line-inactive "1D1D1D") + (bg-mode-line-active "#433F4f") ;; subtle lavender + (bg-mode-line-inactive "#1D1D1D") ;; set fg from badger theme (fg-mode-line-active "#F6F3E8") (bg-hl-line bg-dim) |