Merge pull request #335 from conradolandia/light_palette

Improve light palette so there is better contrast between hovered and selected states
This commit is contained in:
Carlos Cordoba
2023-10-24 12:17:48 -04:00
committed by GitHub
+4 -4
View File
@@ -11,10 +11,10 @@ class Gray:
B70 = '#788D9C'
B80 = '#9DA9B5'
B90 = '#ACB1B6'
B100 = '#B9BDC1'
B110 = '#C9CDD0'
B120 = '#CED1D4'
B130 = '#E0E1E3'
B100 = '#B4B8BC'
B110 = '#C0C4C8'
B120 = '#D2D5D8'
B130 = '#DFE1E2'
B140 = '#FAFAFA'
B150 = '#FFFFFF'