danth / stylix

System-wide colorscheming and typography for NixOS
https://stylix.danth.me/
MIT License
1.18k stars 143 forks source link

VSCODE: add font size settings #509

Open no-mood opened 2 months ago

no-mood commented 2 months ago

Currently, the HM VS Code module sets the font but not its size. There are many options we can set, here is an example:

    "customPresentationMode.overrides": {
        "debug.console.fontSize": 26,
        "editor.fontSize": 26,
        "markdown.preview.fontSize": 26,
        "terminal.integrated.fontSize": 26,
    },
    "debug.console.fontSize": 16,
    "editor.fontSize": 16,
    "markdown.preview.fontSize": 16,
    "terminal.integrated.fontSize": 16,

We could set them according to the four types

trueNAHO commented 2 months ago

Feel free to open a PR.