1
0
Fork 0
forked from wry/wry

fix some bugs relating to tab behavior and border rendering

This commit is contained in:
kossLAN 2026-05-03 04:17:23 -04:00
parent f056727621
commit 206a5fb19e
No known key found for this signature in database
12 changed files with 240 additions and 172 deletions

View file

@ -450,6 +450,7 @@ colors! {
focused_inactive_title_text = (0xff, 0xff, 0xff),
separator = (0x33, 0x33, 0x33),
border = (0x3f, 0x47, 0x4a),
active_border = (0x28, 0x55, 0x77),
bar_background = (0x00, 0x00, 0x00),
bar_text = (0xff, 0xff, 0xff),
attention_requested_background = (0x23, 0x09, 0x2c),
@ -480,6 +481,7 @@ impl StaticText for ThemeColor {
ThemeColor::focused_inactive_title_text => "Title Text (focused, inactive)",
ThemeColor::separator => "Separator",
ThemeColor::border => "Border",
ThemeColor::active_border => "Border (active)",
ThemeColor::bar_background => "Bar Background",
ThemeColor::bar_text => "Bar Text",
ThemeColor::attention_requested_background => "Attention Requested",