diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-05T14·15+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-05T14·15+0000 |
commit | 87f592750d495efc2447d89f9ceba039fa16f572 (patch) | |
tree | c1bff0f64bf9b5925c8e1b19ef3c7765d0141a8e /configs/shared/.gvcci/themes/lego_manhattan/json-scheme.json | |
parent | 32fb5b9a1b4b8eb8b7ced3ab2732734272b36d7e (diff) |
Drop support for gvcci
I supported gvcci before I switched to EXWM. Now that I'm using EXWM, I prefer keeping things simple and using Doom's solarized-light theme.
Diffstat (limited to 'configs/shared/.gvcci/themes/lego_manhattan/json-scheme.json')
-rw-r--r-- | configs/shared/.gvcci/themes/lego_manhattan/json-scheme.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/configs/shared/.gvcci/themes/lego_manhattan/json-scheme.json b/configs/shared/.gvcci/themes/lego_manhattan/json-scheme.json deleted file mode 100644 index c1185bffc6e6..000000000000 --- a/configs/shared/.gvcci/themes/lego_manhattan/json-scheme.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "GVCCI Color Scheme", - "author": "", - "color": [ - "#483e1e", - "#7f3508", - "#144a32", - "#7e6a09", - "#167584", - "#5a400e", - "#1f7778", - "#bdf4ee", - "#6d5d2c", - "#b84d0b", - "#207b53", - "#b79a0d", - "#1ea3b9", - "#8f6516", - "#2ba7a8", - "#f2fdfc" - ], - "foreground": "#400000", - "background": "#d5c699" -} |