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" "ansible"
"color-highlight" "color-highlight"
"dockerfile" "dockerfile"
"material-icon-theme"
"html" "html"
"make" "make"
"material-icon-theme"
"nix" "nix"
"vue" "tokyo-night"
"toml" "toml"
"vue"
]; ];
userSettings = { userSettings = {
icon_theme = "Material Icon Theme"; icon_theme = "Material Icon Theme";
theme = "Base16 Tokyo Night Dark"; theme = lib.mkForce "Tokyo Night";
features = { features = {
edit_prediction_provider = "copilot"; edit_prediction_provider = "copilot";
}; };