Pi66

walrs
pywal but if its Fast-Minimal-Simple
git clone https://git.pi66.xyz/walrs

templates/colors-vscode.json

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
{
    "editor.tokenColorCustomizations": {
       "functions":    "{color1}",
        "keywords":     "{color2}",
        "numbers":      "{color3}",
        "strings":      "{color4}",
        "types":        "{color5}",
        "variables":    "{color6}",
        "comments":     "{color8}"
    },
    "workbench.colorCustomizations": {
        "editor.background": "{background}"
    }
}