fix some bugs relating to tab behavior and border rendering
This commit is contained in:
parent
f056727621
commit
206a5fb19e
12 changed files with 240 additions and 172 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue