forked from fabian/nix_config
zed:deuggo the zedditor theme uwu
This commit is contained in:
parent
e4d2f83c9b
commit
77a1e74bbb
1 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ in {
|
|||
extensions = [
|
||||
"nix"
|
||||
"codebook"
|
||||
"vscode-dark-high-contrast"
|
||||
"one-dark"
|
||||
"catppuccin-icons"
|
||||
];
|
||||
extraPackages = with pkgs; [
|
||||
|
@ -23,8 +23,8 @@ in {
|
|||
userSettings = {
|
||||
disable_ai = true;
|
||||
theme = {
|
||||
dark = "VSCode Dark High Contrast";
|
||||
light = "VSCode Dark High Contrast";
|
||||
dark = "One Dark";
|
||||
light = "One Dark";
|
||||
};
|
||||
icon_theme = {
|
||||
dark = "Catppuccin Latte";
|
||||
|
@ -41,7 +41,7 @@ in {
|
|||
autosave = "on_focus_change";
|
||||
auto_update = false;
|
||||
buffer_font_family = "JetBrains Mono";
|
||||
buffer_font_size = 22;
|
||||
buffer_font_size = 16;
|
||||
hide_mouse = "never";
|
||||
minimap.show = "auto";
|
||||
tabs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue