diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-06 23:05:44 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-06 23:05:44 -0400 |
| commit | 71688839f0c3fb8107bbea27eb6cb1b4d8277e4a (patch) | |
| tree | c4fabc1bfdda72b65d4a62e36cbf891d9fed44ef /themes/flat-gray | |
| parent | 602c70c5174b2c73600aa06fce915eaf8a1d8a26 (diff) | |
Add theme manager
Diffstat (limited to 'themes/flat-gray')
| -rw-r--r-- | themes/flat-gray | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/themes/flat-gray b/themes/flat-gray new file mode 100644 index 0000000..964ffd0 --- /dev/null +++ b/themes/flat-gray @@ -0,0 +1,37 @@ +# vim: filetype=yaml +--- +meta: + description: flat gray based theme +colors: + darkslategrey: '#333333' + white: '#FFFFFF' + black: '#000000' + darkgray: '#AAAAAA' + black1: '#282828' +window_colors: + unfocused: + border: darkslategrey + background: darkslategrey + text: white + indicator: darkslategrey + focused_inactive: + border: darkslategrey + background: darkslategrey + text: white + indicator: black + focused: + border: black + background: black + text: white + indicator: black +bar_colors: + statusline: darkgray + background: darkslategrey + focused_workspace: + border: black1 + background: black1 + text: white + inactive_workspace: + border: darkslategrey + background: darkslategrey + text: darkgray |
