arch_dotfiles/vscode/dark.json
2025-06-12 00:06:36 +09:00

49 lines
1.5 KiB
JSON

{
"workbench.colorTheme": "Rosé Pine",
"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.enabled": false,
"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
}