Skip to content

Commit

Permalink
WIP VsCode theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslavvolkov committed Jan 14, 2023
1 parent 51bed5f commit 4590975
Show file tree
Hide file tree
Showing 11 changed files with 2,947 additions and 2,796 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"preLaunchTask": "npm",
"args": ["--extensionDevelopmentPath=${workspaceRoot}"]
}
]
Expand Down
205 changes: 205 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,211 @@
"editor.formatOnSave": true,
"editor.inlineSuggest.enabled": true,
"editor.lineNumbers": "on",
"editor.tokenColorCustomizations": {
"[Hiberbee]": {
"functions": "#92d923",
"keywords": "#ff638a",
"variables": "#9380ff",
"types": "#57d1eb",
"comments": "#FF0000",
"strings": "#ffd866",
"numbers": "#0078d7",
"textMateRules": [
{
"scope": "keyword.operator",
"settings": {
"foreground": "#ed005c"
}
},
{
"scope": "support.type.property-name",
"settings": {
"foreground": "#9380ff"
}
},
{
"scope": "support.constant",
"settings": {
"foreground": "#f25022"
}
},
{
"scope": "meta.type.annotation",
"settings": {
"foreground": "#ffb900"
}
},
{
"scope": "variable.parameter",
"settings": {
"foreground": "#ffc66d"
}
},
{
"scope": "support.type",
"settings": {
"foreground": "#ff638a"
}
},
{
"scope": "support.other",
"settings": {
"foreground": "#c16a97"
}
},
{
"scope": "keyword.operator.assignment",
"settings": {
"foreground": "#FD971F"
}
},
{
"scope": "keyword.operator.logical",
"settings": {
"foreground": "#ff638a"
}
},
{
"scope": "constant",
"settings": {
"foreground": "#f25022"
}
},
{
"scope": "entity.name.type",
"settings": {
"foreground": "#409cff"
}
},
{
"scope": "entity.other.inherited-class",
"settings": {
"foreground": "#5efbef"
}
},
{
"scope": "entity.name.tag",
"settings": {
"foreground": "#ff638a"
}
},
{
"scope": "entity.name.class",
"settings": {
"foreground": "#57d1eb"
}
},
{
"scope": "support.class",
"settings": {
"foreground": "#57d1eb"
}
},
{
"scope": "entity.name.method",
"settings": {
"foreground": "#b7e66e"
}
},
{
"scope": "keyword.operator.new",
"settings": {
"foreground": "#ed005c"
}
},
{
"scope": "entity.name.function",
"settings": {
"foreground": "#b7e66e"
}
},
{
"scope": "constant.other",
"settings": {
"foreground": "#aeafad"
}
},
{
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#00b294"
}
},
{
"scope": "entity.name.tag",
"settings": {
"foreground": "#ed005c"
}
},
{
"scope": "comment",
"settings": {
"foreground": "#8f8e8d"
}
},
{
"scope": "string.regexp",
"settings": {
"foreground": "#ffb900"
}
},
{
"scope": "meta.class",
"settings": {
"foreground": "#57d1eb"
}
},
{
"scope": "string.quoted.triple",
"settings": {
"foreground": "#ffb900"
}
},
{
"scope": "constant",
"settings": {
"foreground": "#f25022"
}
},
{
"scope": "variable.other",
"settings": {
"foreground": "#b6b3eb"
}
},
{
"scope": "punctuation.terminator",
"settings": {
"foreground": "#ed005c"
}
},
{
"scope": "meta.function-call",
"settings": {
"foreground": "#92d923"
}
},
{
"scope": "support.function",
"settings": {
"foreground": "#b7e66e"
}
},
{
"scope": "variable",
"settings": {
"foreground": "#b6b3eb"
}
},
{
"scope": "variable.name",
"settings": {
"foreground": "#b6b3eb"
}
}
]
}
},
"files.eol": "auto",
"workbench.colorTheme": "Hiberbee"
}
Binary file added .yarn/install-state.gz
Binary file not shown.
823 changes: 823 additions & 0 deletions .yarn/releases/yarn-3.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hiberbee Theme
# Hiberbee Themes

## IDE

Expand Down
Binary file removed hiberbee-vscode-theme-2023.1.14.vsix
Binary file not shown.
Loading

0 comments on commit 4590975

Please sign in to comment.