zed:deuggo the zedditor theme uwu

This commit is contained in:
chem 2025-08-27 23:52:41 -06:00
parent e4d2f83c9b
commit 77a1e74bbb

View file

@ -14,7 +14,7 @@ in {
extensions = [ extensions = [
"nix" "nix"
"codebook" "codebook"
"vscode-dark-high-contrast" "one-dark"
"catppuccin-icons" "catppuccin-icons"
]; ];
extraPackages = with pkgs; [ extraPackages = with pkgs; [
@ -23,8 +23,8 @@ in {
userSettings = { userSettings = {
disable_ai = true; disable_ai = true;
theme = { theme = {
dark = "VSCode Dark High Contrast"; dark = "One Dark";
light = "VSCode Dark High Contrast"; light = "One Dark";
}; };
icon_theme = { icon_theme = {
dark = "Catppuccin Latte"; dark = "Catppuccin Latte";
@ -41,7 +41,7 @@ in {
autosave = "on_focus_change"; autosave = "on_focus_change";
auto_update = false; auto_update = false;
buffer_font_family = "JetBrains Mono"; buffer_font_family = "JetBrains Mono";
buffer_font_size = 22; buffer_font_size = 16;
hide_mouse = "never"; hide_mouse = "never";
minimap.show = "auto"; minimap.show = "auto";
tabs = { tabs = {