Change theme to doom-one

This commit is contained in:
coolneng 2022-09-12 01:03:53 +02:00
parent b1b1edbcaf
commit c9b615a241
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 3 additions and 3 deletions

4
+ui.el
View File

@ -2,13 +2,13 @@
;; Appearance settings
;; Set Font and theme
(setq doom-font (font-spec :family "Iosevka Medium" :size 26)
doom-theme 'doom-nord)
doom-theme 'doom-one)
;; Display Magit status in fullscreen
(after! magit
(setq magit-display-buffer-function #'magit-display-buffer-fullframe-status-v1))
;; Match pdf-tools colors to the theme and fit to page by default
(after! pdf-tools
(setq pdf-view-midnight-colors '("#ECEFF4" . "#2E3440"))
(setq pdf-view-midnight-colors '("#BBC2CF" . "#282C34"))
(setq-default pdf-view-display-size 'fit-width)
(add-hook 'pdf-tools-enabled-hook 'pdf-view-midnight-minor-mode))
;; Customize modeline

View File

@ -105,7 +105,7 @@
:after magit
:preface
(setq
magit-delta-default-dark-theme "Nord"
magit-delta-default-dark-theme "OneHalfDark"
magit-delta-default-light-theme "OneHalfLight")
:config
(magit-delta-mode))