Skip to content

Commit

Permalink
fix: reordered catppuccin colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mohvn committed Nov 25, 2024
1 parent bb238e1 commit 694c8e1
Showing 1 changed file with 56 additions and 52 deletions.
108 changes: 56 additions & 52 deletions utils/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,18 @@ export const themes = {
42, 161, 152,
133, 153, 0],
"Catppuccin Latte": [
76, 79, 105,
92, 95, 119,
108, 111, 133,
124, 127, 147,
140, 143, 161,
156, 160, 176,
172, 176, 190,
188, 192, 204,
204, 208, 218,
239, 241, 245,
230, 233, 239,
220, 224, 232,
220, 138, 120,
221, 120, 120,
234, 118, 203,
Expand All @@ -99,20 +111,21 @@ export const themes = {
4, 165, 229,
32, 159, 181,
30, 102, 245,
114, 135, 253,
76, 79, 105,
92, 95, 119,
108, 111, 133,
124, 127, 147,
140, 143, 161,
156, 160, 176,
172, 176, 190,
188, 192, 204,
204, 208, 218,
239, 241, 245,
230, 233, 239,
220, 224, 232],
114, 135, 253
],
"Catppuccin Frappe": [
35, 38, 52,
41, 44, 60,
48, 52, 70,
65, 69, 89,
81, 87, 109,
98, 104, 128,
115, 121, 148,
131, 139, 167,
148, 156, 187,
165, 173, 206,
181, 191, 226,
198, 208, 245,
242, 213, 207,
238, 190, 190,
244, 184, 228,
Expand All @@ -126,20 +139,21 @@ export const themes = {
153, 209, 219,
133, 193, 220,
140, 170, 238,
186, 187, 241,
198, 208, 245,
181, 191, 226,
165, 173, 206,
148, 156, 187,
131, 139, 167,
115, 121, 148,
98, 104, 128,
81, 87, 109,
65, 69, 89,
48, 52, 70,
41, 44, 60,
35, 38, 52],
186, 187, 241
],
"Catppuccin Macchiato": [
24, 25, 38,
30, 32, 48,
36, 39, 58,
54, 58, 79,
73, 77, 100,
91, 96, 120,
110, 115, 141,
128, 135, 162,
147, 154, 183,
165, 173, 203,
184, 192, 224,
202, 211, 245,
244, 219, 214,
240, 198, 198,
245, 189, 230,
Expand All @@ -153,20 +167,21 @@ export const themes = {
145, 215, 227,
125, 196, 228,
138, 173, 244,
183, 189, 248,
202, 211, 245,
184, 192, 224,
165, 173, 203,
147, 154, 183,
128, 135, 162,
110, 115, 141,
91, 96, 120,
73, 77, 100,
54, 58, 79,
36, 39, 58,
30, 32, 48,
24, 25, 38],
183, 189, 248
],
"Catppuccin Mocha": [
17, 17, 27,
24, 24, 37,
30, 30, 46,
49, 50, 68,
69, 71, 90,
88, 91, 112,
108, 112, 134,
127, 132, 156,
147, 153, 178,
166, 173, 200,
186, 194, 222,
205, 214, 244,
245, 224, 220,
242, 205, 205,
245, 194, 231,
Expand All @@ -180,19 +195,8 @@ export const themes = {
137, 220, 235,
116, 199, 236,
137, 180, 250,
180, 190, 254,
205, 214, 244,
186, 194, 222,
166, 173, 200,
147, 153, 178,
127, 132, 156,
108, 112, 134,
88, 91, 112,
69, 71, 90,
49, 50, 68,
30, 30, 46,
24, 24, 37,
17, 17, 27],
180, 190, 254
],
"Dracula": [
40, 42, 54,
68, 71, 90,
Expand Down

0 comments on commit 694c8e1

Please sign in to comment.