diff options
author | colin <colin@cicadas.surf> | 2023-01-22 12:29:39 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-01-22 12:29:39 -0800 |
commit | 792d147f3405f0963179a51d62921ce054bb392f (patch) | |
tree | 24ae34a47db1fa7a90c2fde038622dd3b4196a37 | |
parent | 5846842b3a94e119b9e930d6fd9e126a2de0cf1e (diff) |
Add soloarized theme
-rw-r--r-- | init-el.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init-el.org b/init-el.org index 3c54b91..7b10363 100644 --- a/init-el.org +++ b/init-el.org @@ -586,6 +586,7 @@ New in emacs 28, native compilation can be enabled: (setq my-installed-themes '(gruvbox-theme dracula-theme + solarized-theme modus-themes shanty-themes)) @@ -608,6 +609,8 @@ New in emacs 28, native compilation can be enabled: '(modus-operandi shanty-themes-light gruvbox-light-hard + solarized-light + solarized-dark dracula gruvbox-dark-medium shanty-themes-dark |