Closed vbaswin closed 1 year ago
Similar to https://github.com/rose-pine/helix/pull/5#issuecomment-1548032044 but I wanted to add how you could get these changes locally if desired:
{
"workbench.colorCustomizations": {
"editorLineNumber.activeForeground": "#bebcd1",
"editorLineNumber.foreground": "#56536b"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": ["comment"],
"settings": {
"foreground": "#56536b",
"fontStyle": "italic"
}
}
]
}
}
we just need to place these in the settings.json file which can we found in command palette. 🙂