|
44 | 44 | "sidebar_text": "rgb(242, 241, 244)", // Grey 100 |
45 | 45 | "sidebar_border": "transparent", |
46 | 46 |
|
47 | | - "button": "rgb(51, 47, 55)", // Grey 800 |
| 47 | + "button": "rgb(26, 23, 28)", // Grey 900 |
48 | 48 | "button_hover": "rgb(77, 73, 80)", // Grey 700 |
49 | 49 | "button_active": "rgb(101, 99, 105)", // Grey 600 |
50 | | - "button_primary": "rgba(130, 64, 181, 0.20)", // Primary 500, 20% |
51 | | - "button_primary_hover": "rgb(130, 64, 191, 0.30)", // Primary 500, 30% |
| 50 | + "button_primary": "rgba(130, 64, 191, 1.00)", // Primary 500 |
| 51 | + "button_primary_hover": "rgb(163, 99, 222, 1.00)", // Primary 600 |
52 | 52 | "button_primary_active": "rgb(130, 64, 191, 0.40)", // Primary 500, 40% |
53 | | - "button_primary_color": "rgb(218, 182, 251)", // Primary 200 |
| 53 | + "button_primary_color": "rgb(243, 230, 255)", // Primary 100 |
54 | 54 |
|
55 | 55 | "error_text_color": "rgb(255, 154, 162)", // TODO: We need red / error colors |
56 | 56 |
|
|
0 commit comments