diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-08 15:27:16 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-08 15:27:16 -0400 |
| commit | 5dc172040ffb50ee02a4fbf599353420d50714f9 (patch) | |
| tree | c7fa0b6c23b99025b3af701aac5269cfc1d0d5de /themes | |
| parent | 58a2941879e287cd38927f2f6a20e22dd7f670f5 (diff) | |
Handle variables while extracting theme
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/google | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/themes/google b/themes/google new file mode 100644 index 0000000..9cd4443 --- /dev/null +++ b/themes/google @@ -0,0 +1,44 @@ +bar_colors: + active_workspace: + background: '#2d2d2d' + border: '#414141' + text: '#ffffff' + background: '#2d2d2d' + focused_workspace: + background: '#2d76f6' + border: '#4183F6' + text: '#ffffff' + inactive_workspace: + background: '#2d2d2d' + border: '#414141' + text: '#bbbbbb' + separator: '#bbbbbb' + statusline: '#ffffff' + urgent_workspace: + background: '#ffc609' + border: '#FFCB21' + text: '#ffffff' +meta: + description: Generated From i3-colors +window_colors: + focused: + background: '#2d76f6' + border: '#4183F6' + indicator: '#d8442e' + text: '#ffffff' + focused_inactive: + background: '#bbbbbb' + border: '#C1C1C1' + indicator: '#009c58' + text: '#ffffff' + unfocused: + background: '#2d2d2d' + border: '#414141' + indicator: '#bbbbbb' + text: '#ffffff' + urgent: + background: '#ffc609' + border: '#FFCB21' + indicator: '#d8442e' + text: '#ffffff' + |
