diff --git a/.local/share/code-server/User/settings.json b/.local/share/code-server/User/settings.json index f5e255a..af3e855 100644 --- a/.local/share/code-server/User/settings.json +++ b/.local/share/code-server/User/settings.json @@ -1,4 +1,14 @@ { + "editor.tokenColorCustomizations": { + "textMateRules": [ + { + "scope": "meta.function-call.generic.python", + "settings": { + "foreground": "#DCDCAA" + } + } + ] + }, "workbench.colorTheme": "Default Dark Modern", "keyboard.layout": "0000041D", "editor.bracketPairColorization.enabled": false, @@ -22,15 +32,5 @@ "window.customMenuBarAltFocus": false, "diffEditor.ignoreTrimWhitespace": false, "files.insertFinalNewline": true, - "files.trimFinalNewlines": true, - "editor.tokenColorCustomizations": { - "textMateRules": [ - { - "scope": "meta.function-call.generic.python", - "settings": { - "foreground": "#DCDCAA" - } - } - ] - } + "files.trimFinalNewlines": true }