change vscode
themes depending on system theme
This commit is contained in:
parent
0121c944ee
commit
a8ff1800e6
1 changed files with 3 additions and 1 deletions
|
@ -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" =
|
||||
|
|
Loading…
Add table
Reference in a new issue