fix(theme): robust get_color fallback and Solarized Dark table colors

This commit is contained in:
ed
2026-06-05 01:01:03 -04:00
parent 98acc12811
commit 3ed2b3966c
5 changed files with 30 additions and 13 deletions
+2 -2
View File
@@ -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]