feat(theme): fix table row backgrounds and hub text contrast

This commit is contained in:
ed
2026-06-05 00:52:28 -04:00
parent e3f8a2b517
commit 98acc12811
10 changed files with 23 additions and 8 deletions
+1
View File
@@ -67,6 +67,7 @@ tab_selected_overline = [100, 100, 100]
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]
text = [147, 161, 161]