Private
Public Access
fix(theme): robust get_color fallback and Solarized Dark table colors
This commit is contained in:
@@ -68,8 +68,8 @@ table_border_light = [ 50, 47, 42]
|
||||
table_border_strong = [ 70, 65, 55]
|
||||
table_header_bg = [ 55, 50, 38]
|
||||
table_header_text = [255, 255, 255]
|
||||
table_row_bg = [ 0, 0, 0]
|
||||
table_row_bg_alt = [ 40, 38, 34]
|
||||
table_row_bg = [ 34, 32, 28]
|
||||
table_row_bg_alt = [ 45, 42, 38]
|
||||
text = [200, 200, 200]
|
||||
text_disabled = [130, 130, 120]
|
||||
text_link = [ 60, 100, 150]
|
||||
|
||||
Reference in New Issue
Block a user