Define light theme
Well, we have a lot of dark themes, so in the interest of diversity I now support light themes.
This commit is contained in:
parent
5a60ab886e
commit
eb748071ca
1 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,12 @@
|
||||||
:font "Operator Mono Light"
|
:font "Operator Mono Light"
|
||||||
:wallpaper "geometric_dark_4k.jpg"
|
:wallpaper "geometric_dark_4k.jpg"
|
||||||
:colorscheme 'doom-vibrant))
|
:colorscheme 'doom-vibrant))
|
||||||
|
(dotted/new
|
||||||
|
"Lightness"
|
||||||
|
(make-theme
|
||||||
|
:font "Input Mono Medium"
|
||||||
|
:wallpaper "construction_paper_iceberg_4k.jpg"
|
||||||
|
:colorscheme 'doom-one-light))
|
||||||
(dotted/new
|
(dotted/new
|
||||||
"Edison Lightbulb"
|
"Edison Lightbulb"
|
||||||
(make-theme
|
(make-theme
|
||||||
|
|
Loading…
Reference in a new issue