Implemented solarized theme.

This commit is contained in:
Sheldon Lee 2022-01-18 18:39:26 +08:00
parent 0ced8dab87
commit be9383d307

View File

@ -1,7 +1,22 @@
### Variables
#
# Colors
set $background
set $base03 #002b36
set $base02 #073642
set $base01 #586e75
set $base00 #657b83
set $base0 #839496
set $base1 #93a1a1
set $base2 #eee8d5
set $base3 #fdf6e3
set $yellow #b58900
set $orange #cb4b16
set $red #dc322f
set $magenta #d33682
set $violet #6c71c4
set $blue #268bd2
set $cyan #2aa198
set $green #859900
# Logo key. Use Mod1 for Alt.
set $mod Mod4
# Home row direction keys, like vim
@ -187,7 +202,7 @@ bindsym $mod+g mode "gaming"
#
# Status Bar:
#
font pango:SourceCodePro 11px
font pango:SourceCodePro SemiBold 11px
bar {
position top
@ -196,18 +211,31 @@ bar {
status_command slstatus -s
colors {
background #002b36
# statusline #839496
# focused_workspace #cb4b1g #002b36 #839496
# inactive_workspace #859900 #002b36 #839496
# urgent_workspace #2aa198 #d33682 #dc322f
background $base03
statusline $base0
separator $base0
focused_workspace $orange $base02 $cyan
inactive_workspace $base02 $base03 $base0
urgent_workspace $cyan $red $base03
}
font pango:SourceCodePro 11px
font pango:SourceCodePro SemiBold 11px
tray_output primary
}
bindsym $mod+Control+h gaps horizontal current plus 200
bindsym $mod+Control+l gaps horizontal current minus 200
#
# Window Colors:
#
client.focused $base01 $green $base03 $blue $cyan
client.focused_inactive $base0 $base02 $base0 $blue $base0
client.unfocused $base01 $base03 $base01 $blue $base01
client.urgent $base03 $red $base0 $red $red
client.placeholder #000000 $base01 $base0 #000000 $base01
client.background $base03
bindsym $mod+Control+h gaps horizontal current plus 100
bindsym $mod+Control+l gaps horizontal current minus 100
bindsym $mod+shift+f gaps horizontal current toggle 400
smart_gaps inverse_outer
@ -227,4 +255,4 @@ assign [class="Steam"] 4:t
exec --no-startup-id fcitx5 -d
exec --no-startup-id dunst
exec ~/.config/wm_scripts/setwallpaper.sh
exec ~/.config/wm_scripts/autostart.sh