This is my custom light theme, it’s a lot of blues, greens, and a bit of purple and brown. Feel free to open an issue if there’s a mode that looks ugly!
If you want to use it, it’s on MELPA, so you can use:
(use-package dakrone-light-theme
:ensure t
:init
(load-theme 'dakrone-light t))
Or, to run from source, check it out somewhere and use:
(when (file-exists-p "/path/to/dakrone-light-theme")
(add-to-list 'custom-theme-load-path
"/path/to/dakrone-light-theme")
(load-theme 'dakrone-light t))