VSCode Adwaita theme
This commit is contained in:
5
home.nix
5
home.nix
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user