This commit is contained in:
iFargle 2024-01-07 17:52:07 +09:00
parent 23cb266df2
commit cc31c44b76

View file

@ -13,13 +13,5 @@
# Themes # Themes
enkia.tokyo-night enkia.tokyo-night
]; ];
userSettings = {
# Theming:
"window.autoDetectColorScheme" = true;
"workbench.preferredLightColorTheme" = "Tokyo Night Light";
"workbench.preferredDarkColorTheme" = "Tokyo Night";
"workbench.colorTheme" = "Tokyo Night";
"workbench.iconTheme" = "";
};
}; };
} }