mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-12-31 05:32:42 +00:00
48 lines
1.6 KiB
JSON
48 lines
1.6 KiB
JSON
{
|
|
"tabnine.experimentalAutoImports": true,
|
|
"editor.tokenColorCustomizations": {
|
|
"textMateRules": [
|
|
{
|
|
"name": "One Dark italic",
|
|
"scope": [
|
|
"comment",
|
|
"entity.other.attribute-name",
|
|
"keyword",
|
|
"markup.underline.link",
|
|
"storage.modifier",
|
|
"storage.type",
|
|
"string.url",
|
|
"variable.language.super",
|
|
"variable.language.this"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic"
|
|
}
|
|
},
|
|
{
|
|
"name": "One Dark italic reset",
|
|
"scope": [
|
|
"keyword.operator",
|
|
"keyword.other.type",
|
|
"storage.modifier.import",
|
|
"storage.modifier.package",
|
|
"storage.type.built-in",
|
|
"storage.type.function.arrow",
|
|
"storage.type.generic",
|
|
"storage.type.java",
|
|
"storage.type.primitive"
|
|
],
|
|
"settings": {
|
|
"fontStyle": ""
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"workbench.colorTheme": "Sweet Dracula",
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"kite.showWelcomeNotificationOnStartup": false,
|
|
"bracketPairColorizer.depreciation-notice": false,
|
|
"editor.fontFamily": "'JetBrainsMono NF'",
|
|
"workbench.enableExperiments": false,
|
|
"editor.language.brackets": false
|
|
} |