Change theme to doom-one
This commit is contained in:
parent
b1b1edbcaf
commit
c9b615a241
4
+ui.el
4
+ui.el
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue