Skip to content
Snippets Groups Projects
Commit b39dc190 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fixes.

parent 614b3949
Branches
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
"themes": [
{
"label": "TLVerilog",
"uiTheme": "vs-dark",
"uiTheme": "vs",
"path": "./themes/tlverilog-color-theme.json"
}
]
......
{
"name": "TL-Verilog",
"$schema": "vscode://schemas/color-theme",
"name": "TL Verilog",
"type": "light",
"colors": {
"editor.background": "#ffffff",
"editor.background": "#FFFFFF",
"editor.foreground": "#000000",
"editor.inactiveSelectionBackground": "#e5ebf1",
"editor.selectionHighlightBackground": "#add6ff4d",
"editorIndentGuide.background": "#d3d3d3",
"editorSuggestWidget.background": "#f3f3f3",
"activityBarBadge.background": "#007acc",
"sideBarTitle.foreground": "#6f6f6f"
"editor.inactiveSelectionBackground": "#E5EBF1",
"editorIndentGuide.background": "#D3D3D3",
"editor.selectionHighlightBackground": "#ADD6FF4D",
"editorSuggestWidget.background": "#F3F3F3",
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#6F6F6F"
},
"tokenColors": [{
"settings": {
......@@ -329,6 +330,16 @@
"foreground": "#0000ff"
}
},
{
"name": "Reset JavaScript string interpolation expression",
"scope": [
"meta.template.expression.js",
"meta.template.expression.ts"
],
"settings": {
"foreground": "#000000"
}
},
{
"scope": [
"support.constant.property-value",
......@@ -535,30 +546,6 @@
"settings": {
"foreground": "#0451a5"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#316bcd"
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#cd9731"
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#cd3131"
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#800080"
}
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment