mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
hc theme - improve colors (inspired by high contrast ms word)
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
"$schema": "vscode://schemas/color-theme",
|
||||
"name": "Dark High Contrast",
|
||||
"include": "./hc_black_defaults.json",
|
||||
"colors": {
|
||||
"selection.background": "#008000",
|
||||
"statusBar.background": "#008000",
|
||||
"editor.selectionBackground": "#FFFFFF"
|
||||
},
|
||||
"tokenColors": [
|
||||
{
|
||||
"name": "Function declarations",
|
||||
|
||||
Reference in New Issue
Block a user