[awesome] use the solarized colors I should have used (+ useless icons)
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 137 B |
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 193 B After Width: | Height: | Size: 128 B |
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 121 B |
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 121 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 153 B |
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 193 B After Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 193 B After Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 123 B |
BIN
home/.config/awesome/icons/tags/1.png
Normal file
After Width: | Height: | Size: 117 B |
BIN
home/.config/awesome/icons/tags/2.png
Normal file
After Width: | Height: | Size: 122 B |
BIN
home/.config/awesome/icons/tags/3.png
Normal file
After Width: | Height: | Size: 126 B |
BIN
home/.config/awesome/icons/tags/4.png
Normal file
After Width: | Height: | Size: 137 B |
BIN
home/.config/awesome/icons/tags/5.png
Normal file
After Width: | Height: | Size: 139 B |
BIN
home/.config/awesome/icons/tags/6.png
Normal file
After Width: | Height: | Size: 134 B |
BIN
home/.config/awesome/icons/tags/7.png
Normal file
After Width: | Height: | Size: 130 B |
BIN
home/.config/awesome/icons/tags/8.png
Normal file
After Width: | Height: | Size: 134 B |
BIN
home/.config/awesome/icons/tags/9.png
Normal file
After Width: | Height: | Size: 134 B |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 137 B |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 139 B |
|
@ -13,14 +13,14 @@ local theme = {}
|
|||
theme.font = "Terminess Powerline 8"
|
||||
|
||||
theme.colors = {}
|
||||
theme.colors.base03 = "#fdf6e3"
|
||||
theme.colors.base02 = "#eee8d5"
|
||||
theme.colors.base01 = "#93a1a1"
|
||||
theme.colors.base00 = "#839496"
|
||||
theme.colors.base0 = "#657b83"
|
||||
theme.colors.base1 = "#586e75"
|
||||
theme.colors.base2 = "#073642"
|
||||
theme.colors.base3 = "#002b36"
|
||||
theme.colors.base03 = "#002b36"
|
||||
theme.colors.base02 = "#073642"
|
||||
theme.colors.base01 = "#586e75"
|
||||
theme.colors.base00 = "#657b83"
|
||||
theme.colors.base0 = "#839496"
|
||||
theme.colors.base1 = "#93a1a1"
|
||||
theme.colors.base2 = "#eee8d5"
|
||||
theme.colors.base3 = "#fdf6e3"
|
||||
theme.colors.yellow = "#b58900"
|
||||
theme.colors.orange = "#cb4b16"
|
||||
theme.colors.red = "#dc322f"
|
||||
|
@ -30,24 +30,25 @@ theme.colors.blue = "#268bd2"
|
|||
theme.colors.cyan = "#2aa198"
|
||||
theme.colors.green = "#859900"
|
||||
|
||||
theme.bg_normal = theme.colors.base3
|
||||
theme.bg_focus = theme.colors.base2
|
||||
theme.bg_normal = theme.colors.base03
|
||||
theme.bg_focus = theme.colors.base02
|
||||
theme.bg_urgent = theme.colors.red
|
||||
theme.bg_minimize = "#303030"
|
||||
theme.bg_systray = theme.bg_normal
|
||||
|
||||
theme.fg_normal = theme.colors.base02
|
||||
theme.fg_focus = theme.colors.base03
|
||||
theme.fg_urgent = theme.colors.base3
|
||||
theme.fg_minimize = "#ffffff"
|
||||
theme.fg_normal = theme.colors.base0
|
||||
theme.fg_focus = theme.colors.base1
|
||||
theme.fg_urgent = theme.fg_focus
|
||||
theme.fg_minimize = theme.colors.fg_normal
|
||||
|
||||
theme.taglist_font = "IPAGothic 10"
|
||||
theme.taglist_bg_focus = theme.colors.green
|
||||
theme.taglist_fg_focus = theme.colors.base2
|
||||
|
||||
theme.useless_gap = dpi(0)
|
||||
theme.border_width = 1
|
||||
theme.border_normal = theme.colors.base3
|
||||
theme.border_focus = theme.colors.base2
|
||||
theme.border_normal = theme.colors.base03
|
||||
theme.border_focus = theme.colors.base02
|
||||
|
||||
theme.tasklist_disable_icon = true
|
||||
|
||||
|
|