diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-08 17:04:45 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-08 17:04:45 -0400 |
| commit | 22494da413765d40a5c4ef4985024572307d22bc (patch) | |
| tree | e9b15a5e69a55e00f15eb905be95d34d10f408f7 /themes/ion3 | |
| parent | a81bdfc2814c2cb6a86c9bbb0db7feddefa2efef (diff) | |
Update themes+screenshots
Diffstat (limited to 'themes/ion3')
| -rw-r--r-- | themes/ion3 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/themes/ion3 b/themes/ion3 new file mode 100644 index 0000000..9164afb --- /dev/null +++ b/themes/ion3 @@ -0,0 +1,45 @@ +bar_colors: + active_workspace: + background: '#303030' + border: '#5F5F5F' + text: '#808080' + background: '#000000' + focused_workspace: + background: '#606070' + border: '#808090' + text: '#C0C0C5' + inactive_workspace: + background: '#303030' + border: '#5F5F5F' + text: '#808080' + separator: '#666666' + statusline: '#ffffff' + urgent_workspace: + background: '#900000' + border: '#2f343a' + text: '#ffffff' +meta: + author: okraits + url: http://okraits.de +window_colors: + focused: + background: '#606070' + border: '#808090' + indicator: '#2e9ef4' + text: '#C0C0C5' + focused_inactive: + background: '#303040' + border: '#5F5F6F' + indicator: '#484e50' + text: '#707075' + unfocused: + background: '#303030' + border: '#5F5F5F' + indicator: '#292d2e' + text: '#808080' + urgent: + background: '#900000' + border: '#2f343a' + indicator: '#900000' + text: '#ffffff' + |
