This commit is contained in:
2026-03-31 20:07:15 -05:00
parent 297b993992
commit 59a6dc79f0
15 changed files with 229 additions and 187 deletions

View File

@@ -1,18 +0,0 @@
$foregroundCol = 0xff{foreground.strip}
$backgroundCol = 0xff{background.strip}
$color0 = 0xff{color0.strip}
$color1 = 0xff{color1.strip}
$color2 = 0xff{color2.strip}
$color3 = 0xff{color3.strip}
$color4 = 0xff{color4.strip}
$color5 = 0xff{color5.strip}
$color6 = 0xff{color6.strip}
$color7 = 0xff{color7.strip}
$color8 = 0xff{color8.strip}
$color9 = 0xff{color9.strip}
$color10 = 0xff{color10.strip}
$color11 = 0xff{color11.strip}
$color12 = 0xff{color12.strip}
$color13 = 0xff{color13.strip}
$color14 = 0xff{color14.strip}
$color15 = 0xff{color15.strip}

View File

@@ -0,0 +1,18 @@
set -g @background {background}
set -g @foreground {foreground}
set -g @color0 {color0}
set -g @color1 {color1}
set -g @color2 {color2}
set -g @color3 {color3}
set -g @color4 {color4}
set -g @color5 {color5}
set -g @color6 {color6}
set -g @color7 {color7}
set -g @color8 {color8}
set -g @color9 {color9}
set -g @color10 {color10}
set -g @color11 {color11}
set -g @color12 {color12}
set -g @color13 {color13}
set -g @color14 {color14}
set -g @color15 {color15}