You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.3 KiB
1.3 KiB
Themes
Configure a unified look and feel across the system with modern themes.
Setup
Config
High quality and modern colour themes are provides inside of Emacs via the doom-themes
3 package. Some of the themes can be further configured, see the documentation for more details.
(use-package doom-themes :init (load-theme 'doom-moonlight t))
Shortcuts
Create a custom keybinding for loading a theme with SPC t t
:
(dotfiles/leader "tt" '(counsel-load-theme t t :which-key "Theme"))