diff options
author | William Carroll <wpcarro@gmail.com> | 2019-12-23T11·32+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-06T15·25+0000 |
commit | 4e454f0466767c768d4594c90c6815c06466fe67 (patch) | |
tree | 7c07d2164b6be7c667a2d04c73147acb9e66968c /configs/shared/.emacs.d | |
parent | 7ae17daa981a6ac3f7d44c148867271a9dc71ada (diff) |
Define new Emacs theme
Defining "Shapely Patterns" theme... surely I can come up with better names than this... :/
Diffstat (limited to 'configs/shared/.emacs.d')
-rw-r--r-- | configs/shared/.emacs.d/wpc/themes.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/wpc/themes.el b/configs/shared/.emacs.d/wpc/themes.el index e7109deaa968..5e27dd11254f 100644 --- a/configs/shared/.emacs.d/wpc/themes.el +++ b/configs/shared/.emacs.d/wpc/themes.el @@ -73,6 +73,12 @@ :wallpaper "lego_manhattan.jpg" :colorscheme 'base16-atelier-sulphurpool)) (dotted/new + "Shapely Patterns" + (make-theme + :font "Operator Mono Light" + :wallpaper "geometric_dark_4k.jpg" + :colorscheme 'doom-vibrant)) + (dotted/new "Edison Lightbulb" (make-theme :font "Operator Mono Light" |