diff options
| -rw-r--r-- | README.md | 16 | ||||
| -rwxr-xr-x | scripts/take-screenshots.sh | 2 | ||||
| -rw-r--r-- | themes/alphare.jpg | bin | 31606 -> 29494 bytes | |||
| -rw-r--r-- | themes/archlinux.jpg | bin | 24141 -> 22763 bytes | |||
| -rw-r--r-- | themes/base16-tomorrow.jpg | bin | 23395 -> 22489 bytes | |||
| -rw-r--r-- | themes/breeze.jpg | bin | 0 -> 20952 bytes | |||
| -rw-r--r-- | themes/debian.jpg | bin | 21665 -> 20695 bytes | |||
| -rw-r--r-- | themes/deep-purple.jpg | bin | 24022 -> 22951 bytes | |||
| -rw-r--r-- | themes/default.jpg | bin | 27164 -> 26126 bytes | |||
| -rw-r--r-- | themes/flat-gray.jpg | bin | 19338 -> 18882 bytes | |||
| -rw-r--r-- | themes/google.jpg | bin | 0 -> 26635 bytes | |||
| -rw-r--r-- | themes/gruvbox.jpg | bin | 25047 -> 24089 bytes | |||
| -rw-r--r-- | themes/icelines.jpg | bin | 27368 -> 25506 bytes | |||
| -rw-r--r-- | themes/ion3 | 45 | ||||
| -rw-r--r-- | themes/ion3.jpg | bin | 0 -> 24810 bytes | |||
| -rw-r--r-- | themes/lime.jpg | bin | 22982 -> 21121 bytes | |||
| -rw-r--r-- | themes/mate.jpg | bin | 22100 -> 20876 bytes | |||
| -rw-r--r-- | themes/oceanic-next.jpg | bin | 24618 -> 23968 bytes | |||
| -rw-r--r-- | themes/okraits.jpg | bin | 23027 -> 20998 bytes | |||
| -rw-r--r-- | themes/purple.jpg | bin | 23979 -> 22670 bytes | |||
| -rw-r--r-- | themes/seti.jpg | bin | 24125 -> 22449 bytes | |||
| -rw-r--r-- | themes/slate.jpg | bin | 25348 -> 24258 bytes | |||
| -rw-r--r-- | themes/solarized.jpg | bin | 29047 -> 28053 bytes | |||
| -rw-r--r-- | themes/solarized_light.jpg | bin | 0 -> 22216 bytes | |||
| -rw-r--r-- | themes/tomorrow-night-80s.jpg | bin | 22269 -> 20677 bytes | |||
| -rw-r--r-- | themes/ubuntu.jpg | bin | 31033 -> 30192 bytes | |||
| -rw-r--r-- | themes/wc8 | 45 | ||||
| -rw-r--r-- | themes/wc8.jpg | bin | 0 -> 28083 bytes |
28 files changed, 107 insertions, 1 deletions
@@ -23,6 +23,9 @@ archlinux: base16-tomorrow:  +breeze: + + debian:  @@ -35,12 +38,18 @@ default: flat-gray:  +google: + + gruvbox:  icelines:  +ion3: + + lime:  @@ -65,8 +74,15 @@ slate: solarized:  +solarized_light: + + tomorrow-night-80s:  ubuntu:  + +wc8: + + diff --git a/scripts/take-screenshots.sh b/scripts/take-screenshots.sh index 77174cb..9b94706 100755 --- a/scripts/take-screenshots.sh +++ b/scripts/take-screenshots.sh @@ -13,7 +13,7 @@ echo "Get ready for screenshots (5s)..." sleep 5 for theme in $(ls ${theme_loc}|grep -v ".jpg") do - $i3_colors -r ${theme_loc}/${theme} + $i3_colors apply -r ${theme_loc}/${theme} sleep 2 # Wait for i3 reload scrot ${wai}/${theme}.png done diff --git a/themes/alphare.jpg b/themes/alphare.jpg Binary files differindex 768ad1a..d0b985a 100644 --- a/themes/alphare.jpg +++ b/themes/alphare.jpg diff --git a/themes/archlinux.jpg b/themes/archlinux.jpg Binary files differindex ae01182..2d53c84 100644 --- a/themes/archlinux.jpg +++ b/themes/archlinux.jpg diff --git a/themes/base16-tomorrow.jpg b/themes/base16-tomorrow.jpg Binary files differindex 2c43b3c..6b320ac 100644 --- a/themes/base16-tomorrow.jpg +++ b/themes/base16-tomorrow.jpg diff --git a/themes/breeze.jpg b/themes/breeze.jpg Binary files differnew file mode 100644 index 0000000..6282d5d --- /dev/null +++ b/themes/breeze.jpg diff --git a/themes/debian.jpg b/themes/debian.jpg Binary files differindex 4d99adc..83e81ec 100644 --- a/themes/debian.jpg +++ b/themes/debian.jpg diff --git a/themes/deep-purple.jpg b/themes/deep-purple.jpg Binary files differindex d37e2ff..43f93ed 100644 --- a/themes/deep-purple.jpg +++ b/themes/deep-purple.jpg diff --git a/themes/default.jpg b/themes/default.jpg Binary files differindex 6453735..46fa148 100644 --- a/themes/default.jpg +++ b/themes/default.jpg diff --git a/themes/flat-gray.jpg b/themes/flat-gray.jpg Binary files differindex 11b41ce..f2b0913 100644 --- a/themes/flat-gray.jpg +++ b/themes/flat-gray.jpg diff --git a/themes/google.jpg b/themes/google.jpg Binary files differnew file mode 100644 index 0000000..1d4ecee --- /dev/null +++ b/themes/google.jpg diff --git a/themes/gruvbox.jpg b/themes/gruvbox.jpg Binary files differindex ca499bb..38abeba 100644 --- a/themes/gruvbox.jpg +++ b/themes/gruvbox.jpg diff --git a/themes/icelines.jpg b/themes/icelines.jpg Binary files differindex e1a4612..ce26e6d 100644 --- a/themes/icelines.jpg +++ b/themes/icelines.jpg 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' + diff --git a/themes/ion3.jpg b/themes/ion3.jpg Binary files differnew file mode 100644 index 0000000..303fd5c --- /dev/null +++ b/themes/ion3.jpg diff --git a/themes/lime.jpg b/themes/lime.jpg Binary files differindex 2a19d43..f444046 100644 --- a/themes/lime.jpg +++ b/themes/lime.jpg diff --git a/themes/mate.jpg b/themes/mate.jpg Binary files differindex 7b7f369..ff84568 100644 --- a/themes/mate.jpg +++ b/themes/mate.jpg diff --git a/themes/oceanic-next.jpg b/themes/oceanic-next.jpg Binary files differindex 93773ff..75df591 100644 --- a/themes/oceanic-next.jpg +++ b/themes/oceanic-next.jpg diff --git a/themes/okraits.jpg b/themes/okraits.jpg Binary files differindex afbbeb0..a96c925 100644 --- a/themes/okraits.jpg +++ b/themes/okraits.jpg diff --git a/themes/purple.jpg b/themes/purple.jpg Binary files differindex 44c04f2..65eeb9f 100644 --- a/themes/purple.jpg +++ b/themes/purple.jpg diff --git a/themes/seti.jpg b/themes/seti.jpg Binary files differindex eb3ae6f..c6da146 100644 --- a/themes/seti.jpg +++ b/themes/seti.jpg diff --git a/themes/slate.jpg b/themes/slate.jpg Binary files differindex c6de2c6..46cb139 100644 --- a/themes/slate.jpg +++ b/themes/slate.jpg diff --git a/themes/solarized.jpg b/themes/solarized.jpg Binary files differindex 8be054d..dcceb61 100644 --- a/themes/solarized.jpg +++ b/themes/solarized.jpg diff --git a/themes/solarized_light.jpg b/themes/solarized_light.jpg Binary files differnew file mode 100644 index 0000000..014bb02 --- /dev/null +++ b/themes/solarized_light.jpg diff --git a/themes/tomorrow-night-80s.jpg b/themes/tomorrow-night-80s.jpg Binary files differindex aa2bf25..c17086a 100644 --- a/themes/tomorrow-night-80s.jpg +++ b/themes/tomorrow-night-80s.jpg diff --git a/themes/ubuntu.jpg b/themes/ubuntu.jpg Binary files differindex 009303a..8e1dccb 100644 --- a/themes/ubuntu.jpg +++ b/themes/ubuntu.jpg diff --git a/themes/wc8 b/themes/wc8 new file mode 100644 index 0000000..5f2323f --- /dev/null +++ b/themes/wc8 @@ -0,0 +1,45 @@ +bar_colors: + active_workspace: + background: '#555555' + border: '#555555' + text: '#D4CFB4' + background: '#D6CEC8' + focused_workspace: + background: '#2E5492' + border: '#2E5492' + text: '#ffffff' + inactive_workspace: + background: '#949494' + border: '#949494' + text: '#D4CFB4' + separator: '#D6CEC8' + statusline: '#000000' + urgent_workspace: + background: '#2E5492' + border: '#2E5492' + text: '#ffffff' +meta: + author: lasers + description: Windows classic 8 theme for i3wm +window_colors: + focused: + background: '#2E5492' + border: '#949494' + indicator: '#08226C' + text: '#ffffff' + focused_inactive: + background: '#848484' + border: '#949494' + indicator: '#292d2e' + text: '#D4CFB4' + unfocused: + background: '#848484' + border: '#949494' + indicator: '#292d2e' + text: '#D4CFB4' + urgent: + background: '#900000' + border: '#949494' + indicator: '#A65900' + text: '#ffffff' + diff --git a/themes/wc8.jpg b/themes/wc8.jpg Binary files differnew file mode 100644 index 0000000..0d2010c --- /dev/null +++ b/themes/wc8.jpg |
