Private
Public Access
feat(theme): standardize all themes with intelligent row backgrounds and human names
This commit is contained in:
+2
-2
@@ -68,8 +68,8 @@ table_border_light = [ 40, 40, 40]
|
||||
table_border_strong = [ 60, 60, 60]
|
||||
table_header_bg = [ 50, 70, 80]
|
||||
table_header_text = [255, 255, 255]
|
||||
table_row_bg = [ 0, 0, 0]
|
||||
table_row_bg_alt = [ 10, 10, 10]
|
||||
table_row_bg = [ 40, 47, 49]
|
||||
table_row_bg_alt = [ 24, 32, 30]
|
||||
text = [255, 255, 255]
|
||||
text_disabled = [208, 208, 208]
|
||||
text_link = [ 60, 100, 150]
|
||||
|
||||
Reference in New Issue
Block a user