SXHKD experimentation, vesktop added, audio profile switching utility, shchemes installer, etc.

This commit is contained in:
2024-08-12 05:52:19 -06:00
parent 0cdbfbd9bd
commit 0a0a444a2d
27 changed files with 1390 additions and 111 deletions

View File

@@ -17,48 +17,48 @@ font_size 11.5
#START SHCHEMES BLOCK : shchemes create_theme kitty
# Base16 - kitty color config
# Scheme by
visual_bell_color #171921
visual_bell_color #161413
background #1C1E26
foreground #CBCED0
selection_background #CBCED0
selection_foreground #1C1E26
url_color #26BBD9
cursor #26BBD9
cursor_text_color #1C1E26
active_border_color #6F6F70
inactive_border_color #232530
active_tab_background #1C1E26
active_tab_foreground #CBCED0
inactive_tab_background #232530
inactive_tab_foreground #9DA0A2
background #1b1918
foreground #a8a19f
selection_background #a8a19f
selection_foreground #1b1918
url_color #407ee7
cursor #407ee7
cursor_text_color #1b1918
active_border_color #766e6b
inactive_border_color #2c2421
active_tab_background #1b1918
active_tab_foreground #a8a19f
inactive_tab_background #2c2421
inactive_tab_foreground #9c9491
# Normal
color0 #1C1E26
color1 #E95678
color2 #29D398
color3 #FAC29A
color4 #26BBD9
color5 #EE64AC
color6 #59E1E3
color7 #CBCED0
color0 #1b1918
color1 #f22c40
color2 #7b9726
color3 #c38418
color4 #407ee7
color5 #6666ea
color6 #3d97b8
color7 #a8a19f
# Bright (same as Normal except 8/15)
color8 #6F6F70
color9 #E95678
color10 #29D398
color11 #FAC29A
color12 #26BBD9
color13 #EE64AC
color14 #59E1E3
color15 #E3E6EE
color8 #766e6b
color9 #f22c40
color10 #7b9726
color11 #c38418
color12 #407ee7
color13 #6666ea
color14 #3d97b8
color15 #f1efee
# Other (like base16-shell)
color16 #FAB795
color17 #F09383
color18 #232530
color19 #2E303E
color20 #9DA0A2
color21 #DCDFE4
color16 #df5320
color17 #c33ff3
color18 #2c2421
color19 #68615e
color20 #9c9491
color21 #e6e2e0
#END SHCHEMES BLOCK