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/ubuntu | |
| parent | 602c70c5174b2c73600aa06fce915eaf8a1d8a26 (diff) | |
Add theme manager
Diffstat (limited to 'themes/ubuntu')
| -rw-r--r-- | themes/ubuntu | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/themes/ubuntu b/themes/ubuntu new file mode 100644 index 0000000..32389e1 --- /dev/null +++ b/themes/ubuntu @@ -0,0 +1,46 @@ +# vim: filetype=yaml +# TODO: use color aliases to make the theme more readable +--- +meta: + description: 'Ubuntu theme by lasers' +window_colors: + focused: + border: '#dd4814' + background: '#dd4814' + text: '#ffffff' + indicator: '#902a07' + focused_inactive: + border: '#5e2750' + background: '#5e2750' + text: '#aea79f' + indicator: '#5e2750' + unfocused: + border: '#5e2750' + background: '#5e2750' + text: '#aea79f' + indicator: '#5e2750' + urgent: + border: '#77216f' + background: '#77216f' + text: '#ffffff' + indicator: '#efb73e' +bar_colors: + separator: '#333333' + background: '#2c001e' + statusline: '#aea79f' + focused_workspace: + border: '#dd4814' + background: '#dd4814' + text: '#ffffff' + active_workspace: + border: '#902a07' + background: '#902a07' + text: '#aea79f' + inactive_workspace: + border: '#902a07' + background: '#902a07' + text: '#aea79f' + urgent_workspace: + border: '#77216f' + background: '#77216f' + text: '#ffffff' |
