mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
qt: for dark color scheme, fix yellow
This commit is contained in:
parent
1935d7d165
commit
426ab85ed6
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ class ColorScheme:
|
|||
dark_scheme = False
|
||||
|
||||
GREEN = ColorSchemeItem("#117c11", "#8af296")
|
||||
YELLOW = ColorSchemeItem("#ffff00", "#ffff00")
|
||||
YELLOW = ColorSchemeItem("#897b2a", "#ffff00")
|
||||
RED = ColorSchemeItem("#7c1111", "#f18c8c")
|
||||
BLUE = ColorSchemeItem("#123b7c", "#8cb3f2")
|
||||
DEFAULT = ColorSchemeItem("black", "white")
|
||||
|
|
Loading…
Add table
Reference in a new issue