feat: Initial commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "vscode-theme-lesbian-dark",
|
||||
"displayName": "Lesbian theme (dark)",
|
||||
"description": "A (dark) theme for Visual Studio Code, inspired by lesbian pride flags.",
|
||||
"version": "0.0.1",
|
||||
"engines": {
|
||||
"vscode": "^1.57.0"
|
||||
},
|
||||
"icon": "icon.png",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.pawly.dev/laika/vscode-lesbian-theme"
|
||||
},
|
||||
"homepage": "https://git.pawly.dev/laika/vscode-lesbian-theme",
|
||||
"author": {
|
||||
"name": "Laika Schmidt"
|
||||
},
|
||||
"categories": [
|
||||
"Themes"
|
||||
],
|
||||
"keywords": [
|
||||
"pride",
|
||||
"vscode",
|
||||
"lesbian",
|
||||
"lesbisch",
|
||||
"wlw",
|
||||
"sapphic",
|
||||
"lgbtq",
|
||||
"lsbtiq"
|
||||
],
|
||||
"license": "MIT",
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Lesbian (Dark)",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/lesbian-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user