Several things...

This commit is contained in:
Michel Fedde 2025-04-13 16:32:48 +02:00
parent 076832e825
commit 6e54b0588b
15 changed files with 98 additions and 16 deletions

View file

@ -0,0 +1,37 @@
$background = rgb({background.rgb})
$foreground = rgb({foreground.rgb})
$color0 = rgb({color0.rgb})
$color1 = rgb({color1.rgb})
$color2 = rgb({color2.rgb})
$color3 = rgb({color3.rgb})
$color4 = rgb({color4.rgb})
$color5 = rgb({color5.rgb})
$color6 = rgb({color6.rgb})
$color7 = rgb({color7.rgb})
$color8 = rgb({color8.rgb})
$color9 = rgb({color9.rgb})
$color10 = rgb({color10.rgb})
$color11 = rgb({color11.rgb})
$color12 = rgb({color12.rgb})
$color13 = rgb({color13.rgb})
$color14 = rgb({color14.rgb})
$color15 = rgb({color15.rgb})
$background_rgb = {background.rgb}
$foreground_rgb = {foreground.rgb}
$color0_rgb = {color0.rgb}
$color1_rgb = {color1.rgb}
$color2_rgb = {color2.rgb}
$color3_rgb = {color3.rgb}
$color4_rgb = {color4.rgb}
$color5_rgb = {color5.rgb}
$color6_rgb = {color6.rgb}
$color7_rgb = {color7.rgb}
$color8_rgb = {color8.rgb}
$color9_rgb = {color9.rgb}
$color10_rgb = {color10.rgb}
$color11_rgb = {color11.rgb}
$color12_rgb = {color12.rgb}
$color13_rgb = {color13.rgb}
$color14_rgb = {color14.rgb}
$color15_rgb = {color15.rgb}

View file

@ -0,0 +1,20 @@
set default-bg \{background}
set default-fg \{foreground}
set completion-bg \{color8}
set completion-fg \{foreground}
set completion-highlight-bg \{color13}
set completion-highlight-fg \{background}
set inputbar-bg \{color8}
set inputbar-fg \{foreground}
set notification-bg \{foreground}
set notification-fg \{background}
set notification-error-bg \{color1}
set notification-error-fg \{foreground}
set notification-warning-bg \{color3}
set notification-warning-fg \{foreground}
set statusbar-bg \{color8}
set statusbar-fg \{foreground}