Use Tokyo Night theme in zed

This commit is contained in:
Dave Gallant
2025-09-23 20:57:05 -04:00
parent df3e6e4f66
commit 7b98bb9b91

View File

@@ -436,7 +436,7 @@ in
];
userSettings = {
icon_theme = "Material Icon Theme";
theme = "Base16 Tokyo Night Dark";
theme = lib.mkForce "Tokyo Night";
features = {
edit_prediction_provider = "copilot";
};