mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Fixes to emacs theming
This commit is contained in:
parent
69cd0d6c89
commit
bdfde8c4a6
|
@ -51,8 +51,8 @@
|
||||||
(add-hook 'marginalia-mode-hook #'all-the-icons-completion-marginalia-setup)
|
(add-hook 'marginalia-mode-hook #'all-the-icons-completion-marginalia-setup)
|
||||||
(all-the-icons-completion-mode)
|
(all-the-icons-completion-mode)
|
||||||
|
|
||||||
;; This makes non-main buffers dimmer, so you can focus on main buffers
|
;; Lighter/darker backgrounds can get annoying
|
||||||
(solaire-global-mode +1)
|
(solaire-global-mode -1)
|
||||||
|
|
||||||
;; Grammar tasing should be voluntary
|
;; Grammar tasing should be voluntary
|
||||||
(setq writegood-mode nil)
|
(setq writegood-mode nil)
|
||||||
|
|
|
@ -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)
|
(add-hook 'marginalia-mode-hook #'all-the-icons-completion-marginalia-setup)
|
||||||
(all-the-icons-completion-mode)
|
(all-the-icons-completion-mode)
|
||||||
|
|
||||||
;; This makes non-main buffers dimmer, so you can focus on main buffers
|
;; Lighter/darker backgrounds can get annoying
|
||||||
(solaire-global-mode +1)
|
(solaire-global-mode -1)
|
||||||
|
|
||||||
;; Grammar tasing should be voluntary
|
;; Grammar tasing should be voluntary
|
||||||
(setq writegood-mode nil)
|
(setq writegood-mode nil)
|
||||||
|
|
|
@ -68,7 +68,7 @@ Can be an integer to determine the exact padding."
|
||||||
|
|
||||||
(grey base4)
|
(grey base4)
|
||||||
(red '("#{{base08-hex}}" "#ff6655" "red" ))
|
(red '("#{{base08-hex}}" "#ff6655" "red" ))
|
||||||
(orange '("#{{base08-hex}}" "#dd8844" "brightred" ))
|
(orange '("#{{base09-hex}}" "#dd8844" "brightred" ))
|
||||||
(green '("#{{base0B-hex}}" "#99bb66" "green" ))
|
(green '("#{{base0B-hex}}" "#99bb66" "green" ))
|
||||||
(teal '("#{{base0C-hex}}" "#44b9b1" "brightgreen" ))
|
(teal '("#{{base0C-hex}}" "#44b9b1" "brightgreen" ))
|
||||||
(yellow '("#{{base0A-hex}}" "#ECBE7B" "yellow" ))
|
(yellow '("#{{base0A-hex}}" "#ECBE7B" "yellow" ))
|
||||||
|
|
Loading…
Reference in a new issue