My personal emacs configuration

theme: Add naysayer-theme...

...but leave it commented out, in case I ever decide to switch from doom-one.

Maybe this is too much useless information, but while I quite enjoy the naysayer
theme, and find it rather soothing and easy on my eyes, my entire desktop is
themed using doom-one.

+5 -1
+5 -1
init.el
··· 100 100 (doom-themes-org-config) 101 101 (load-theme 'doom-one t)) 102 102 103 + ;; (use-package naysayer-theme 104 + ;; :ensure t 105 + ;; :config (load-theme 'naysayer t)) 106 + 103 107 ;; Flycheck -- Syntax checking 104 108 (use-package flycheck 105 109 :ensure t ··· 186 190 ;; Your init file should contain only one such instance. 187 191 ;; If there is more than one, they won't work right. 188 192 '(package-selected-packages 189 - '(zig-mode zig-mod doom-modeline yasnippet yaml-mode use-package tree-sitter-langs telephone-line sexy-monochrome-theme rustic protobuf-mode projectile powerline modus-operandi-theme magit lua-mode lsp-mode gruvbox-theme go-mode git-gutter-fringe flymake-pest flymake-lua flycheck erlang dracula-theme doom-themes dockerfile-mode cyberpunk-theme cyberpunk-2019-theme cue-mode cql-mode company-terraform cargo auto-complete apparmor-mode apache-mode ansible))) 193 + '(naysayer-theme zig-mode zig-mod doom-modeline yasnippet yaml-mode use-package tree-sitter-langs telephone-line sexy-monochrome-theme rustic protobuf-mode projectile powerline modus-operandi-theme magit lua-mode lsp-mode gruvbox-theme go-mode git-gutter-fringe flymake-pest flymake-lua flycheck erlang dracula-theme doom-themes dockerfile-mode cyberpunk-theme cyberpunk-2019-theme cue-mode cql-mode company-terraform cargo auto-complete apparmor-mode apache-mode ansible))) 190 194 (custom-set-faces 191 195 ;; custom-set-faces was added by Custom. 192 196 ;; If you edit it by hand, you could mess it up, so be careful.