Compare commits

...

2 Commits

Author SHA1 Message Date
2b3890c224 Add tokyo-night theme to zed 2025-09-23 22:33:06 -04:00
Dave Gallant
7b98bb9b91 Use Tokyo Night theme in zed 2025-09-23 21:01:53 -04:00

View File

@@ -427,16 +427,17 @@ in
"ansible"
"color-highlight"
"dockerfile"
"material-icon-theme"
"html"
"make"
"material-icon-theme"
"nix"
"vue"
"tokyo-night"
"toml"
"vue"
];
userSettings = {
icon_theme = "Material Icon Theme";
theme = "Base16 Tokyo Night Dark";
theme = lib.mkForce "Tokyo Night";
features = {
edit_prediction_provider = "copilot";
};