programs/zed: use new colorscheme
Anirudh Oppiliappan x@icyphox.sh
Sun, 12 Jan 2025 20:32:11 +0200
1 files changed,
5 insertions(+),
1 deletions(-)
jump to
M
programs/zed/settings.nix
→
programs/zed/settings.nix
@@ -9,7 +9,11 @@ metrics = false;
}; base_keymap = "VSCode"; buffer_font_size = 15; - theme = "Icy Light"; + theme = { + mode = "system"; + light = "Warm Icy Light"; + dark = "Warm Icy Dark"; + }; buffer_font_family = if isDarwin then "SF Mono" else "Input"; buffer_font_weight = 500; ui_font_family = if isDarwin then "System Font" else "Inter";