Browse Source

Synchronized colors

master
Julio Biason 1 year ago
parent
commit
252d8b0048
  1. 2
      emacs.d/init.el

2
emacs.d/init.el

@ -104,7 +104,7 @@
:ensure t
:config (setq doom-themes-enable-bold t
doom-themes-enable-italic t)
(load-theme 'doom-monokai-spectrum t))
(load-theme 'doom-ayu-dark t))
;; highlights the current line
(use-package hlinum

Loading…
Cancel
Save