You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/catppuccin-vsc/package.json
+37-1Lines changed: 37 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,9 +106,45 @@
106
106
"sky",
107
107
"sapphire",
108
108
"blue",
109
-
"lavender"
109
+
"lavender",
110
+
"custom"
110
111
]
111
112
},
113
+
"catppuccin.customAccentColors": {
114
+
"scope": "application",
115
+
"type": "object",
116
+
"default": {
117
+
"all": "#cba6f7"
118
+
},
119
+
"description": "Custom accent colors as hex codes. Only used when `accentColor` is set to `custom`. Use `all` for all flavors or specify per flavor (`latte`, `frappe`, `macchiato`, `mocha`).",
120
+
"properties": {
121
+
"all": {
122
+
"type": "string",
123
+
"pattern": "^#[0-9A-Fa-f]{6}$",
124
+
"description": "Custom accent color for all flavors"
125
+
},
126
+
"latte": {
127
+
"type": "string",
128
+
"pattern": "^#[0-9A-Fa-f]{6}$",
129
+
"description": "Custom accent color for Latte flavor"
130
+
},
131
+
"frappe": {
132
+
"type": "string",
133
+
"pattern": "^#[0-9A-Fa-f]{6}$",
134
+
"description": "Custom accent color for Frappé flavor"
135
+
},
136
+
"macchiato": {
137
+
"type": "string",
138
+
"pattern": "^#[0-9A-Fa-f]{6}$",
139
+
"description": "Custom accent color for Macchiato flavor"
140
+
},
141
+
"mocha": {
142
+
"type": "string",
143
+
"pattern": "^#[0-9A-Fa-f]{6}$",
144
+
"description": "Custom accent color for Mocha flavor"
0 commit comments