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]
|
||||
|
||||
+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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -68,8 +68,8 @@ table_border_light = [ 40, 40, 40]
|
||||
table_border_strong = [ 60, 60, 60]
|
||||
table_header_bg = [ 7, 54, 66]
|
||||
table_header_text = [255, 255, 255]
|
||||
table_row_bg = [ 0, 0, 0]
|
||||
table_row_bg_alt = [ 10, 10, 10]
|
||||
table_row_bg = [ 0, 43, 54]
|
||||
table_row_bg_alt = [ 7, 54, 66]
|
||||
text = [147, 161, 161]
|
||||
text_disabled = [ 88, 110, 117]
|
||||
text_link = [ 60, 100, 150]
|
||||
|
||||
Reference in New Issue
Block a user