The font size of the menu items is a bit larger than I would like it to be. I had a look at lxappearance but could not find a setting that would allow me to change that font.
yes lxapperance has not that detailed settings… you can try something in /.config/gtk-3.0/settings.ini could be also that ~/.gtkrc-2.0 is needed
seems gtk3 and after do not take such options from settings.ini and it needs the gtk.css file to be edited for it… i can check that later
Yes, you are correct. vscode is an Electron app, I did not think that mattered. I thought there might be a setting that I can set to apply the font size globally in my system
I am not familiar with QTile but in plasma the menu in vscode is controlled by the “General” font size option. Making that font bigger or smaller will effect that menu. Of course, it also changes a bunch of other text all over the place.
It is worth noting that you may have to restart vscode for font size changes to take effect.
you could try qt5ct.
install it and set the font size with it.
there is also gtk settings:
~/.config/gtk-3.0/settings.ini
and in the same folder you can have a gtk.css with more detailed options.
After editing ~/.config/gtk-3.0/settings.ini and changing the gtk-font-name variable the menu items changed in vscode (and also other apps such as xfce4-terminal`