mirror of
https://github.com/LucasVbr/dotfiles.git
synced 2026-05-13 17:12:10 +00:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "catppuccin-vsc",
|
|
"displayName": "Catppuccin for VSCode",
|
|
"publisher": "Catppuccin",
|
|
"description": "Soothing pastel theme for VSCode",
|
|
"version": "2.0.0",
|
|
"engines": {
|
|
"vscode": "^1.13.0"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Catppuccin Mocha",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/Catppuccin-mocha-color-theme.json"
|
|
},
|
|
{
|
|
"label": "Catppuccin Macchiato",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/Catppuccin-macchiato-color-theme.json"
|
|
},
|
|
{
|
|
"label": "Catppuccin Frappé",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/Catppuccin-frappe-color-theme.json"
|
|
},
|
|
{
|
|
"label": "Catppuccin Latte",
|
|
"uiTheme": "vs",
|
|
"path": "./themes/Catppuccin-latte-color-theme.json"
|
|
}
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/catppuccin/vscode.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/catppuccin/vscode/issues"
|
|
},
|
|
"icon": "icon.png",
|
|
"license": "MIT",
|
|
"__metadata": {
|
|
"publisherDisplayName": "Catppuccin",
|
|
"publisherId": "e7d2ed61-53e0-4dd4-afbe-f536c3bb4316",
|
|
"id": "69264e4d-cd3b-468a-8f2b-e69673c7d864",
|
|
"isPreReleaseVersion": false,
|
|
"targetPlatform": "undefined",
|
|
"isApplicationScoped": false,
|
|
"updated": false,
|
|
"preRelease": false,
|
|
"installedTimestamp": 1737998713065
|
|
}
|
|
} |