Private
Public Access
fix(theme): robust get_color fallback and Solarized Dark table colors
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ table_border_light = [ 55, 56, 48]
|
||||
table_border_strong = [ 73, 72, 62]
|
||||
table_header_bg = [ 60, 61, 52]
|
||||
table_header_text = [255, 255, 255]
|
||||
table_row_bg = [ 0, 0, 0]
|
||||
table_row_bg = [ 39, 40, 34]
|
||||
table_row_bg_alt = [ 50, 51, 44]
|
||||
text = [248, 248, 242]
|
||||
text_disabled = [117, 113, 94]
|
||||
|
||||
Reference in New Issue
Block a user