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 ;; Appearance settings
;; Set Font and theme ;; Set Font and theme
(setq doom-font (font-spec :family "Iosevka Medium" :size 26) (setq doom-font (font-spec :family "Iosevka Medium" :size 26)
doom-theme 'doom-nord) doom-theme 'doom-one)
;; Display Magit status in fullscreen ;; Display Magit status in fullscreen
(after! magit (after! magit
(setq magit-display-buffer-function #'magit-display-buffer-fullframe-status-v1)) (setq magit-display-buffer-function #'magit-display-buffer-fullframe-status-v1))
;; Match pdf-tools colors to the theme and fit to page by default ;; Match pdf-tools colors to the theme and fit to page by default
(after! pdf-tools (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) (setq-default pdf-view-display-size 'fit-width)
(add-hook 'pdf-tools-enabled-hook 'pdf-view-midnight-minor-mode)) (add-hook 'pdf-tools-enabled-hook 'pdf-view-midnight-minor-mode))
;; Customize modeline ;; Customize modeline

View File

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