diff --git a/README.md b/README.md index b7765e7..974271a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ archlinux: base16-tomorrow: ![base16-tomorrow](themes/base16-tomorrow.jpg) +breeze: +![breeze](themes/breeze.jpg) + debian: ![debian](themes/debian.jpg) @@ -35,12 +38,18 @@ default: flat-gray: ![flat-gray](themes/flat-gray.jpg) +google: +![google](themes/google.jpg) + gruvbox: ![gruvbox](themes/gruvbox.jpg) icelines: ![icelines](themes/icelines.jpg) +ion3: +![ion3](themes/ion3.jpg) + lime: ![lime](themes/lime.jpg) @@ -65,8 +74,15 @@ slate: solarized: ![solarized](themes/solarized.jpg) +solarized_light: +![solarized_light](themes/solarized_light.jpg) + tomorrow-night-80s: ![tomorrow-night-80s](themes/tomorrow-night-80s.jpg) ubuntu: ![ubuntu](themes/ubuntu.jpg) + +wc8: +![wc8](themes/wc8.jpg) + 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 index 768ad1a..d0b985a 100644 Binary files a/themes/alphare.jpg and b/themes/alphare.jpg differ diff --git a/themes/archlinux.jpg b/themes/archlinux.jpg index ae01182..2d53c84 100644 Binary files a/themes/archlinux.jpg and b/themes/archlinux.jpg differ diff --git a/themes/base16-tomorrow.jpg b/themes/base16-tomorrow.jpg index 2c43b3c..6b320ac 100644 Binary files a/themes/base16-tomorrow.jpg and b/themes/base16-tomorrow.jpg differ diff --git a/themes/breeze.jpg b/themes/breeze.jpg new file mode 100644 index 0000000..6282d5d Binary files /dev/null and b/themes/breeze.jpg differ diff --git a/themes/debian.jpg b/themes/debian.jpg index 4d99adc..83e81ec 100644 Binary files a/themes/debian.jpg and b/themes/debian.jpg differ diff --git a/themes/deep-purple.jpg b/themes/deep-purple.jpg index d37e2ff..43f93ed 100644 Binary files a/themes/deep-purple.jpg and b/themes/deep-purple.jpg differ diff --git a/themes/default.jpg b/themes/default.jpg index 6453735..46fa148 100644 Binary files a/themes/default.jpg and b/themes/default.jpg differ diff --git a/themes/flat-gray.jpg b/themes/flat-gray.jpg index 11b41ce..f2b0913 100644 Binary files a/themes/flat-gray.jpg and b/themes/flat-gray.jpg differ diff --git a/themes/google.jpg b/themes/google.jpg new file mode 100644 index 0000000..1d4ecee Binary files /dev/null and b/themes/google.jpg differ diff --git a/themes/gruvbox.jpg b/themes/gruvbox.jpg index ca499bb..38abeba 100644 Binary files a/themes/gruvbox.jpg and b/themes/gruvbox.jpg differ diff --git a/themes/icelines.jpg b/themes/icelines.jpg index e1a4612..ce26e6d 100644 Binary files a/themes/icelines.jpg and b/themes/icelines.jpg differ 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 new file mode 100644 index 0000000..303fd5c Binary files /dev/null and b/themes/ion3.jpg differ diff --git a/themes/lime.jpg b/themes/lime.jpg index 2a19d43..f444046 100644 Binary files a/themes/lime.jpg and b/themes/lime.jpg differ diff --git a/themes/mate.jpg b/themes/mate.jpg index 7b7f369..ff84568 100644 Binary files a/themes/mate.jpg and b/themes/mate.jpg differ diff --git a/themes/oceanic-next.jpg b/themes/oceanic-next.jpg index 93773ff..75df591 100644 Binary files a/themes/oceanic-next.jpg and b/themes/oceanic-next.jpg differ diff --git a/themes/okraits.jpg b/themes/okraits.jpg index afbbeb0..a96c925 100644 Binary files a/themes/okraits.jpg and b/themes/okraits.jpg differ diff --git a/themes/purple.jpg b/themes/purple.jpg index 44c04f2..65eeb9f 100644 Binary files a/themes/purple.jpg and b/themes/purple.jpg differ diff --git a/themes/seti.jpg b/themes/seti.jpg index eb3ae6f..c6da146 100644 Binary files a/themes/seti.jpg and b/themes/seti.jpg differ diff --git a/themes/slate.jpg b/themes/slate.jpg index c6de2c6..46cb139 100644 Binary files a/themes/slate.jpg and b/themes/slate.jpg differ diff --git a/themes/solarized.jpg b/themes/solarized.jpg index 8be054d..dcceb61 100644 Binary files a/themes/solarized.jpg and b/themes/solarized.jpg differ diff --git a/themes/solarized_light.jpg b/themes/solarized_light.jpg new file mode 100644 index 0000000..014bb02 Binary files /dev/null and b/themes/solarized_light.jpg differ diff --git a/themes/tomorrow-night-80s.jpg b/themes/tomorrow-night-80s.jpg index aa2bf25..c17086a 100644 Binary files a/themes/tomorrow-night-80s.jpg and b/themes/tomorrow-night-80s.jpg differ diff --git a/themes/ubuntu.jpg b/themes/ubuntu.jpg index 009303a..8e1dccb 100644 Binary files a/themes/ubuntu.jpg and b/themes/ubuntu.jpg differ 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 new file mode 100644 index 0000000..0d2010c Binary files /dev/null and b/themes/wc8.jpg differ