Vscode: add catppuccin icon theme
This commit is contained in:
parent
79012f45de
commit
5b99e3cc56
1 changed files with 2 additions and 0 deletions
|
|
@ -8,12 +8,14 @@ let inputs = flakeSelf.inputs; in
|
||||||
extensions = with inputs.vscode-extensions.extensions.x86_64-linux.open-vsx; [
|
extensions = with inputs.vscode-extensions.extensions.x86_64-linux.open-vsx; [
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
pkgs.catppuccin-vsc
|
pkgs.catppuccin-vsc
|
||||||
|
catppuccin.catppuccin-vsc-icons
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
# VSCode doesn't like nested settings
|
# VSCode doesn't like nested settings
|
||||||
# https://stackoverflow.com/questions/74134436/is-it-possible-to-express-settings-in-vs-codes-settings-json-where-each-dot-sep
|
# https://stackoverflow.com/questions/74134436/is-it-possible-to-express-settings-in-vs-codes-settings-json-where-each-dot-sep
|
||||||
# TODO: write a function that unnests settings
|
# TODO: write a function that unnests settings
|
||||||
"workbench.colorTheme" = "Catppuccin Mocha";
|
"workbench.colorTheme" = "Catppuccin Mocha";
|
||||||
|
"workbench.iconTheme": "catppuccin-mocha"
|
||||||
"editor.fontFamily" = "JetBrainsMono Nerd Font";
|
"editor.fontFamily" = "JetBrainsMono Nerd Font";
|
||||||
"editor.semanticHighlighting.enabled" = true;
|
"editor.semanticHighlighting.enabled" = true;
|
||||||
"semanticHighlighting.enabled" = true;
|
"semanticHighlighting.enabled" = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue