mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-12 05:45:59 +01:00
style(code-server): move manual settings to top of settings.json object
This commit is contained in:
parent
294e77e082
commit
4247784e4e
1 changed files with 11 additions and 11 deletions
|
|
@ -1,4 +1,14 @@
|
||||||
{
|
{
|
||||||
|
"editor.tokenColorCustomizations": {
|
||||||
|
"textMateRules": [
|
||||||
|
{
|
||||||
|
"scope": "meta.function-call.generic.python",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DCDCAA"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"workbench.colorTheme": "Default Dark Modern",
|
"workbench.colorTheme": "Default Dark Modern",
|
||||||
"keyboard.layout": "0000041D",
|
"keyboard.layout": "0000041D",
|
||||||
"editor.bracketPairColorization.enabled": false,
|
"editor.bracketPairColorization.enabled": false,
|
||||||
|
|
@ -22,15 +32,5 @@
|
||||||
"window.customMenuBarAltFocus": false,
|
"window.customMenuBarAltFocus": false,
|
||||||
"diffEditor.ignoreTrimWhitespace": false,
|
"diffEditor.ignoreTrimWhitespace": false,
|
||||||
"files.insertFinalNewline": true,
|
"files.insertFinalNewline": true,
|
||||||
"files.trimFinalNewlines": true,
|
"files.trimFinalNewlines": true
|
||||||
"editor.tokenColorCustomizations": {
|
|
||||||
"textMateRules": [
|
|
||||||
{
|
|
||||||
"scope": "meta.function-call.generic.python",
|
|
||||||
"settings": {
|
|
||||||
"foreground": "#DCDCAA"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue