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/seti | |
| parent | 602c70c5174b2c73600aa06fce915eaf8a1d8a26 (diff) | |
Add theme manager
Diffstat (limited to 'themes/seti')
| -rw-r--r-- | themes/seti | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/themes/seti b/themes/seti new file mode 100644 index 0000000..571dd34 --- /dev/null +++ b/themes/seti @@ -0,0 +1,58 @@ +# vim: filetype=yaml +--- +meta: + description: 'seti theme by Jody Ribton - based on the seti Atom theme at https://atom.io/themes/seti-ui' +colors: + blue: '#4F99D3' + green: '#9FCA56' + yellow: '#DCCD69' + red: '#CE4045' + orange: '#FF8315' + purple: '#A074C4' + grey: '#1f2326' + white: '#FFFFFF' + dull_white: '#AAAAAA' + base: '#151718' +window_colors: + focused: + border: 'blue' + background: 'blue' + text: 'base' + indicator: 'green' + focused_inactive: + border: 'green' + background: 'green' + text: 'base' + indicator: 'purple' + unfocused: + border: 'grey' + background: 'grey' + text: 'dull_white' + indicator: 'purple' + urgent: + border: 'red' + background: 'red' + text: 'white' + indicator: 'yellow' +bar_colors: + separator: 'dull_white' + background: 'grey' + statusline: 'white' + focused_workspace: + border: 'green' + background: 'green' + text: 'base' + active_workspace: + border: 'yellow' + background: 'yellow' + text: 'base' + inactive_workspace: + border: 'grey' + background: 'grey' + text: 'dull_white' + urgent_workspace: + border: 'red' + background: 'red' + text: 'white' + + |
