diff --git a/README.md b/README.md index c22fc88..4a8629f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Simple Python i3 colors manager.
git clone https://gitlab.com/manzerbredes/i3-colors ./i3-colors/src/i3-colors.py -h -**Notes:** Some of the themes come from [i3-style project](https://github.com/altdesktop/i3-style) +**Notes:** Some of the themes come from [i3-style project](https://github.com/altdesktop/i3-style) and [j4-make-config](https://github.com/okraits/j4-make-config) ### Screenshots diff --git a/TODO.org b/TODO.org index 4e3ba3c..d253459 100644 --- a/TODO.org +++ b/TODO.org @@ -9,12 +9,15 @@ - [ ] Improve yaml theme loader reliability - [X] Allow several metadata -- Theme applying algorithm [1/3]: +- Theme applying algorithm [1/4]: - [ ] Improve efficiency - [ ] Bugs may appear here! Found them... - [ ] Assume that theme to apply is well formated (checked in YAML Theme Parser) - [X] If there is no "colors" field in "bar" section, we still need to apply theme +- Theme Extracttion [0/1]: + - [ ] Handle variable usage + - General [1/2]: - [ ] Improve user API - [X] Allow -r option (restart i3) diff --git a/themes/breeze b/themes/breeze new file mode 100644 index 0000000..d1f78cf --- /dev/null +++ b/themes/breeze @@ -0,0 +1,49 @@ +bar_colors: + active_workspace: + background: '#4b4f54' + border: '#4b4f54' + text: '#dfe0e3' + background: '#464b4f' + focused_workspace: + background: '#3c82a4' + border: '#3c82a4' + text: '#eff0f1' + inactive_workspace: + background: '#4b4f54' + border: '#4b4f54' + text: '#dfe0e3' + separator: '#bfc2c4' + statusline: '#eff0f1' + urgent_workspace: + background: '#3daee9' + border: '#3daee9' + text: '#eff0f1' +meta: + author: okraits + url: https://github.com/okraits/j4-make-config +window_colors: + focused: + background: '#475057' + border: '#475057' + child_border: '#475057' + indicator: '#bdc3c7' + text: '#eff0f1' + focused_inactive: + background: '#7f8c8d' + border: '#7f8c8d' + child_border: '#7f8c8d' + indicator: '#bdc3c7' + text: '#eff0f1' + unfocused: + background: '#eff0f1' + border: '#eff0f1' + child_border: '#eff0f1' + indicator: '#bdc3c7' + text: '#bdc3c7' + urgent: + background: '#3daee9' + border: '#3daee9' + child_border: '#3daee9' + indicator: '#bdc3c7' + text: '#eff0f1' +