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 = [
|
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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue