mirror of
https://github.com/davegallant/nix-config
synced 2025-10-03 14:26:02 +00:00
Use Tokyo Night theme in zed
This commit is contained in:
2
home.nix
2
home.nix
@@ -436,7 +436,7 @@ in
|
|||||||
];
|
];
|
||||||
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";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user