-
- Downloads
Add theme.
Showing
- package.json 10 additions, 2 deletionspackage.json
- syntaxes/tlverilog.tmLanguage 381 additions, 369 deletionssyntaxes/tlverilog.tmLanguage
- themes/TLVerilog.tmTheme 289 additions, 0 deletionsthemes/TLVerilog.tmTheme
- themes/tlverilog-color-theme.json 12 additions, 0 deletionsthemes/tlverilog-color-theme.json
... | ... | @@ -11,7 +11,8 @@ |
"vscode": "^1.10.0" | ||
}, | ||
"categories": [ | ||
"Languages" | ||
"Languages", | ||
"Themes" | ||
], | ||
"contributes": { | ||
"languages": [{ | ||
... | ... | @@ -42,7 +43,14 @@ |
"commands": [{ | ||
"command": "extension.tlverilog.instantiateModule", | ||
"title": "System Verilog: Instantiate Module" | ||
}] | ||
}], | ||
"themes": [ | ||
{ | ||
"label": "TLVerilog", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/tlverilog-color-theme.json" | ||
} | ||
] | ||
}, | ||
"activationEvents": [ | ||
"onLanguage:tlverilog" | ||
... | ... |
themes/TLVerilog.tmTheme
0 → 100644
themes/tlverilog-color-theme.json
0 → 100644
Please sign in to comment