It seems keywords are always "bold" in my VS Code and I can't change it, see in the image below the keywords like "class", "extends" etc
I tried to override the fontStyle for the theme but no luck:
"editor.tokenColorCustomizations": {
"[Darcula Theme from IntelliJ]": {
"keywords": {
"fontStyle": ""
}
},
},
I also have "editor.fontWeight": "normal"
but it still doesn't affect the keywords...
Any idea how to solve this? Thx.
CodePudding user response:
Code from https://www.rosettacode.org/wiki/Greatest_element_of_a_list#Java