49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"workbench.colorTheme": "Rosé Pine Dawn",
|
|
"workbench.iconTheme": "rose-pine-icons",
|
|
"workbench.editor.empty.hint": "hidden",
|
|
"workbench.sideBar.location": "right",
|
|
"workbench.editor.enablePreview": false,
|
|
"workbench.editor.highlightModifiedTabs": true,
|
|
"workbench.editor.restoreViewState": false,
|
|
"workbench.startupEditor": "none",
|
|
"workbench.tree.indent": 20,
|
|
"editor.cursorSmoothCaretAnimation": "on",
|
|
"editor.fontFamily": "DankMono Nerd Font",
|
|
"editor.fontLigatures": true,
|
|
"editor.fontSize": 16,
|
|
"editor.formatOnSave": true,
|
|
"editor.lineHeight": 2,
|
|
"editor.minimap.showSlider": "always",
|
|
"editor.tokenColorCustomizations": {
|
|
"textMateRules": [
|
|
{
|
|
"scope": [
|
|
"comment",
|
|
"constant.language",
|
|
"keyword.control",
|
|
"keyword.operator.expression",
|
|
"keyword.other",
|
|
"keyword.operator.new",
|
|
"variable.language",
|
|
"entity.other.attribute-name",
|
|
"storage"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"storage.type.function.arrow"
|
|
],
|
|
"settings": {
|
|
"fontStyle": ""
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"files.autoSave": "onFocusChange",
|
|
"explorer.compactFolders": false,
|
|
"search.showLineNumbers": true
|
|
} |