change vscode themes depending on system theme

This commit is contained in:
cswimr 2025-01-23 14:55:38 -06:00
parent 0121c944ee
commit a8ff1800e6
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -406,7 +406,9 @@ rec {
"git.replaceTagsWhenPull" = true;
"redhat.telemetry.enabled" = true;
"editor.fontSize" = 14;
"workbench.colorTheme" = "Catppuccin Mocha";
"window.detectColorScheme" = true;
"workbench.preferredLightColorTheme" = "Catppuccin Latte";
"workbench.preferredDarkColorTheme" = "Catppuccin Mocha";
"editor.codeLensFontFamily" =
"'ComicCodeLigatures Nerd Font', 'Comic Code Ligatures', 'FiraCode Nerd Font'";
"editor.inlayHints.fontFamily" =