I showed you my source code, pls respond
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

Themes

Configure a unified look and feel across the system with modern themes.

Setup

Easily swap between system themes using the lxappearance1 tool. I tend to default to the arc-theme2 as it looks really good with most themes.

RUN apt install -y lxappearance

Config

High quality and modern colour themes are provides inside of Emacs via the doom-themes3 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"))

Footnotes