fix: invisible text in right-click menus

This is the only way, good contrast in switches or visible text in menus
This commit is contained in:
David Lapshin 2022-09-21 00:33:52 +03:00
parent ed8735c074
commit 46d8438c57
4 changed files with 12 additions and 12 deletions

View file

@ -1,9 +1,9 @@
{
"name": "Catppuccin Frappé",
"variables": {
"accent_color": "rgb(148, 156, 187)",
"accent_bg_color": "rgb(131, 139, 167)",
"accent_fg_color": "rgb(48, 52, 70)",
"accent_color": "rgb(81, 87, 109)",
"accent_bg_color": "rgb(65, 69, 89)",
"accent_fg_color": "rgb(198, 208, 245)",
"destructive_color": "rgb(234, 153, 156)",
"destructive_bg_color": "rgb(231, 130, 132)",
"destructive_fg_color": "rgb(198, 208, 245)",

View file

@ -1,9 +1,9 @@
{
"name": "Catppuccin Latte",
"variables": {
"accent_color": "rgb(124, 127, 147)",
"accent_bg_color": "rgb(140, 143, 161)",
"accent_fg_color": "rgb(239,241,245)",
"accent_color": "rgb(172, 176, 190)",
"accent_bg_color": "rgb(188, 192, 204)",
"accent_fg_color": "rgb(76, 79, 105)",
"destructive_color": "rgb(210, 15, 57)",
"destructive_bg_color": "rgb(230, 69, 83)",
"destructive_fg_color": "#eff1f5",

View file

@ -1,9 +1,9 @@
{
"name": "Catppuccin Macchiato",
"variables": {
"accent_color": "rgb(147, 154, 183)",
"accent_bg_color": "rgb(128, 135, 162)",
"accent_fg_color": "rgb(36, 39, 58)",
"accent_color": "rgb(91, 96, 120)",
"accent_bg_color": "rgb(73, 77, 100)",
"accent_fg_color": "rgb(202, 211, 245)",
"destructive_color": "rgb(238, 153, 160)",
"destructive_bg_color": "rgb(237, 135, 150)",
"destructive_fg_color": "rgb(202, 211, 245)",

View file

@ -1,9 +1,9 @@
{
"name": "Catppuccin Mocha",
"variables": {
"accent_color": "rgb(147, 153, 178)",
"accent_bg_color": "rgb(127, 132, 156)",
"accent_fg_color": "rgb(30, 30, 46)",
"accent_color": "rgb(88, 91, 112)",
"accent_bg_color": "rgb(69, 71, 90)",
"accent_fg_color": "rgb(205, 214, 244)",
"destructive_color": "rgb(238, 153, 160)",
"destructive_bg_color": "rgb(237, 135, 150)",
"destructive_fg_color": "rgb(205, 214, 244)",