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
|
;; 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
|
||||||
|
|
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue