VSCode Adwaita theme

This commit is contained in:
2024-04-12 19:47:01 +01:00
parent f57d0d750c
commit 783a2a2f41

View File

@@ -440,6 +440,7 @@
ms-toolsai.jupyter ms-toolsai.jupyter
ms-python.python ms-python.python
arrterian.nix-env-selector arrterian.nix-env-selector
piousdeer.adwaita-theme
]); ]);
# Settings # Settings
@@ -465,8 +466,8 @@
"git.autofetch" = true; "git.autofetch" = true;
# Styling # Styling
"window.autoDetectColorScheme" = true; "window.autoDetectColorScheme" = true;
"workbench.preferredDarkColorTheme" = "Default Dark Modern"; "workbench.preferredDarkColorTheme" = "Adwaita Dark";
"workbench.preferredLightColorTheme" = "Default Light Modern"; "workbench.preferredLightColorTheme" = "Adwaita Light";
"workbench.iconTheme" = "material-icon-theme"; "workbench.iconTheme" = "material-icon-theme";
"material-icon-theme.activeIconPack" = "none"; "material-icon-theme.activeIconPack" = "none";
"material-icon-theme.folders.theme" = "classic"; "material-icon-theme.folders.theme" = "classic";