New: Updated active item color
This commit is contained in:
parent
9eec520249
commit
7b80a191a7
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@
|
|||
--highlightOutlineColor: rgb(37, 99, 235);
|
||||
--textColor: rgb(209, 213, 219);
|
||||
--dimTextColor: rgb(156, 163, 175);
|
||||
--activeColorAlpha: rgba(144, 81, 169, 0.9);
|
||||
--activeColor: rgb(144, 81, 169);
|
||||
--activeColorAlpha: rgba(119, 91, 244, 0.9);
|
||||
--activeColor: rgb(119, 91, 244);
|
||||
--tableBodyColor: rgb(31 41 55 / 1);
|
||||
--uiAccentColor: rgb(117 111 226);
|
||||
--backgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPoint));
|
||||
|
|
|
|||
Loading…
Reference in a new issue