Update themes+screenshots
16
README.md
|
@ -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:
|
||||

|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 22 KiB |
BIN
themes/breeze.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 18 KiB |
BIN
themes/google.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 25 KiB |
45
themes/ion3
Normal file
|
@ -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'
|
||||
|
BIN
themes/ion3.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
themes/lime.jpg
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 21 KiB |
BIN
themes/mate.jpg
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 22 KiB |
BIN
themes/seti.jpg
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 22 KiB |
BIN
themes/slate.jpg
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 27 KiB |
BIN
themes/solarized_light.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
45
themes/wc8
Normal file
|
@ -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'
|
||||
|
BIN
themes/wc8.jpg
Normal file
After Width: | Height: | Size: 27 KiB |