fix: catppuccin switches contrast

This commit is contained in:
David Lapshin 2022-09-20 21:02:54 +03:00
parent 0083dbe516
commit 0e8962ccf0
4 changed files with 15 additions and 15 deletions

View file

@ -1,9 +1,9 @@
{
"name": "Catppuccin Frappé",
"variables": {
"accent_color": "rgb(98, 104, 128)",
"accent_bg_color": "rgb(81, 87, 109)",
"accent_fg_color": "rgb(198, 208, 245)",
"accent_color": "rgb(148, 156, 187)",
"accent_bg_color": "rgb(131, 139, 167)",
"accent_fg_color": "rgb(48, 52, 70)",
"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(172, 176, 190)",
"accent_bg_color": "rgb(188, 192, 204)",
"accent_fg_color": "rgb(76, 79, 105)",
"accent_color": "rgb(124, 127, 147)",
"accent_bg_color": "rgb(140, 143, 161)",
"accent_fg_color": "rgb(239,241,245)",
"destructive_color": "rgb(210, 15, 57)",
"destructive_bg_color": "rgb(230, 69, 83)",
"destructive_fg_color": "#eff1f5",
@ -105,4 +105,4 @@
"gtk3": ""
},
"plugins": {}
}
}

View file

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

View file

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