Compare commits
No commits in common. "wip" and "master" have entirely different histories.
11
init.el
11
init.el
@ -531,18 +531,11 @@
|
|||||||
(use-package base16-theme
|
(use-package base16-theme
|
||||||
:defer)
|
:defer)
|
||||||
|
|
||||||
(use-package nordic-night-theme
|
|
||||||
:defer)
|
|
||||||
|
|
||||||
(use-package timu-macos-theme
|
|
||||||
:init
|
|
||||||
(setq timu-macos-flavour "light"))
|
|
||||||
|
|
||||||
(use-package faff-theme
|
(use-package faff-theme
|
||||||
:defer)
|
:defer)
|
||||||
|
|
||||||
(setq my-dark-theme 'nordic-night
|
(setq my-dark-theme 'base16-espresso
|
||||||
my-light-theme 'timu-macos)
|
my-light-theme 'base16-mexico-light)
|
||||||
|
|
||||||
(defun my-select-theme (theme)
|
(defun my-select-theme (theme)
|
||||||
(mapc #'disable-theme custom-enabled-themes)
|
(mapc #'disable-theme custom-enabled-themes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user