Modified style settings.

This commit is contained in:
Micheal Smith
2025-11-18 03:10:56 -06:00
parent 6f1750f82e
commit d97bc43e9d
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ the future.
:files ("*.el"))
:no-require t
:init
(customize-set-variable 'frame-background-mode 'dark)
(customize-set-variable 'frame-background-mode 'light)
(load-theme 'solarized t))
#+end_src