Skip to content

Commit

Permalink
fix: correct color values after testing with whiskers
Browse files Browse the repository at this point in the history
I tested with the whiskers CLI tool a bit more and found which exact
colors cause it to break. I changed the rest of the colors back to match
the rest of the Carburetor theme.
  • Loading branch information
dacid44 committed Jul 17, 2024
1 parent 1185fe1 commit b3b90f8
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions whiskers/carburetor-whiskers.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"mocha": {
"rosewater": "fed7d9",
"flamingo": "feb3b8",
"pink": "fe7eb6",
"mauve": "d4bbfe",
"flamingo": "ffb3b8",
"pink": "ff7eb6",
"mauve": "d4bbff",
"red": "fa4d56",
"maroon": "fe8389",
"maroon": "ff8389",
"peach": "fe832b",
"yellow": "fddc69",
"green": "42be65",
"teal": "3ddbd9",
"sky": "82cffe",
"sapphire": "78a9fe",
"blue": "4589fe",
"lavender": "be95fe",
"sapphire": "78a9ff",
"blue": "4589ff",
"lavender": "be95ff",
"text": "f4f4f4",
"subtext1": "e0e0e0",
"subtext0": "c6c6c6",
Expand All @@ -29,19 +29,19 @@
},
"macchiato": {
"rosewater": "fed7d9",
"flamingo": "feb3b8",
"pink": "fe7eb6",
"flamingo": "ffb3b8",
"pink": "ff7eb6",
"red": "fa4d56",
"maroon": "fe8389",
"maroon": "ff8389",
"peach": "fe832b",
"yellow": "fddc69",
"green": "42be65",
"teal": "3ddbd9",
"sky": "82cffe",
"sapphire": "78a9fe",
"blue": "4589fe",
"lavender": "be95fe",
"mauve": "d4bbfe",
"sapphire": "78a9ff",
"blue": "4589ff",
"lavender": "be95ff",
"mauve": "d4bbff",
"text": "f2f4f8",
"subtext1": "dde1E6",
"subtext0": "c1c7cd",
Expand All @@ -57,19 +57,19 @@
},
"frappe": {
"rosewater": "fed7d9",
"flamingo": "feb3b8",
"pink": "fe7eb6",
"mauve": "d4bbfe",
"flamingo": "ffb3b8",
"pink": "ff7eb6",
"mauve": "d4bbff",
"red": "fa4d56",
"maroon": "fe8389",
"maroon": "ff8389",
"peach": "fe832b",
"yellow": "fddc69",
"green": "42be65",
"teal": "3ddbd9",
"sky": "82cffe",
"sapphire": "78a9fe",
"blue": "4589fe",
"lavender": "be95fe",
"sapphire": "78a9ff",
"blue": "4589ff",
"lavender": "be95ff",
"text": "f7f3f2",
"subtext1": "e5e0df",
"subtext0": "cac5c4",
Expand Down

0 comments on commit b3b90f8

Please sign in to comment.