Private
Public Access
fix(theme): robust get_color fallback and Solarized Dark table colors
This commit is contained in:
@@ -68,7 +68,7 @@ table_border_light = [ 59, 66, 82]
|
||||
table_border_strong = [ 76, 86, 106]
|
||||
table_header_bg = [ 59, 66, 82]
|
||||
table_header_text = [255, 255, 255]
|
||||
table_row_bg = [ 0, 0, 0]
|
||||
table_row_bg = [ 36, 41, 49]
|
||||
table_row_bg_alt = [ 46, 52, 64]
|
||||
text = [216, 222, 233]
|
||||
text_disabled = [116, 128, 150]
|
||||
|
||||
Reference in New Issue
Block a user