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/deep-purple | |
| parent | 602c70c5174b2c73600aa06fce915eaf8a1d8a26 (diff) | |
Add theme manager
Diffstat (limited to 'themes/deep-purple')
| -rw-r--r-- | themes/deep-purple | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/themes/deep-purple b/themes/deep-purple new file mode 100644 index 0000000..7474fa3 --- /dev/null +++ b/themes/deep-purple @@ -0,0 +1,60 @@ +# vim: filetype=yaml +--- +meta: + description: 'Inspired by the Purple and Default themes. By jcpst <http://jcpst.com>' +bar_colors: + separator: dimgrey + background: black + statusline: white + focused_workspace: + border: indigo + background: indigo + text: white + active_workspace: + border: darkslategrey + background: dimgray + text: white + inactive_workspace: + border: black + background: black + text: gray + urgent_workspace: + border: darkslategray + background: darkred + text: white +colors: + dimgrey: '#666666' + black: '#000000' + white: '#ffffff' + indigo: '#551a8b' + darkslategrey: '#333333' + dimgray: '#5f676a' + gray: '#888888' + darkslategray: '#2f343a' + darkred: '#900000' + midnightblue: '#3b1261' + indigo1: '#662b9c' + darkslategrey1: '#484e50' + black1: '#222222' + darkslategray1: '#292d2e' +window_colors: + focused: + border: midnightblue + background: midnightblue + text: white + indicator: indigo1 + focused_inactive: + border: darkslategrey + background: dimgray + text: white + indicator: darkslategrey1 + unfocused: + border: black1 + background: black1 + text: gray + indicator: darkslategray1 + urgent: + border: darkslategray + background: darkred + text: white + indicator: darkred |
