forked from fabian/nix_config
zed:deuggo the zedditor theme uwu y other terminal shits
This commit is contained in:
parent
e4d2f83c9b
commit
d40c4b2413
2 changed files with 17 additions and 17 deletions
|
@ -15,10 +15,10 @@ in {
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
term = "xterm-256color";
|
term = "xterm-256color";
|
||||||
font = "JetBrains Mono:style=Medium:size=15";
|
font = "JetBrains Mono:style=Medium:size=12";
|
||||||
font-bold = "JetBrains Mono:style=Bold:size=15";
|
font-bold = "JetBrains Mono:style=Bold:size=12";
|
||||||
font-italic = "JetBrains Mono:style=Italic:size=15";
|
font-italic = "JetBrains Mono:style=Italic:size=12";
|
||||||
font-bold-italic = "JetBrains Mono:style=Bold Italic:size=15";
|
font-bold-italic = "JetBrains Mono:style=Bold Italic:size=12";
|
||||||
dpi-aware = "yes";
|
dpi-aware = "yes";
|
||||||
initial-window-size-pixels = "1200x600";
|
initial-window-size-pixels = "1200x600";
|
||||||
};
|
};
|
||||||
|
@ -29,15 +29,15 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
background = "000000";
|
background = "111111";
|
||||||
regular0 = "616161";
|
regular0 = "1E201E"; #black
|
||||||
regular1 = "ff4d51";
|
regular1 = "BE3144"; #red
|
||||||
regular2 = "35d450";
|
regular2 = "1F7D53"; #green
|
||||||
regular3 = "e9e836";
|
regular3 = "FEC260"; #yellow
|
||||||
regular4 = "5dc5f8";
|
regular4 = "065084"; #blue
|
||||||
regular5 = "feabf2";
|
regular5 = "940B92"; #magenta
|
||||||
regular6 = "24dfc4";
|
regular6 = "008B8B"; #cyan
|
||||||
regular7 = "ffffff";
|
regular7 = "D3DAD9"; #white
|
||||||
};
|
};
|
||||||
|
|
||||||
bell = {
|
bell = {
|
||||||
|
|
|
@ -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