i need to make myself a colorscheme later
This commit is contained in:
parent
6de5ea0ffc
commit
5adf086adc
1 changed files with 6 additions and 2 deletions
|
@ -206,9 +206,13 @@ kept-old-versions 5)
|
||||||
;; (load-theme 'ef-maris-dark t))
|
;; (load-theme 'ef-maris-dark t))
|
||||||
|
|
||||||
|
|
||||||
(use-package modus-themes
|
;; (use-package modus-themes
|
||||||
|
;; :config
|
||||||
|
;; (load-theme 'modus-vivendi t))
|
||||||
|
|
||||||
|
(use-package jetbrains-darcula-theme
|
||||||
:config
|
:config
|
||||||
(load-theme 'modus-vivendi t))
|
(load-theme 'jetbrains-darcula t))
|
||||||
|
|
||||||
;; emacsclient things
|
;; emacsclient things
|
||||||
(setq frame-resize-pixelwise t)
|
(setq frame-resize-pixelwise t)
|
||||||
|
|
Loading…
Reference in a new issue