new nvim changes

This commit is contained in:
zoey 2025-09-05 09:26:03 -04:00
parent d14e84eae8
commit 6198cf14d4
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
11 changed files with 1115 additions and 663 deletions

View file

@ -27,35 +27,13 @@ in {
settings = {
window_padding_width = 20;
# background_opacity = "0.9";
background = colors.crust.hex;
foreground = colors.text.hex;
background_opacity = "0.9";
font_hinting = "slight";
cursor_trail = 3;
text_composition_strategy = "1.2 10";
# Normal colors
color0 = colors.surface1.hex; # black
color1 = colors.red.hex; # red
color2 = colors.green.hex; # green
color3 = colors.yellow.hex; # yellow
color4 = colors.blue.hex; # blue
color5 = colors.mauve.hex; # magenta
color6 = colors.teal.hex; # cyan
color7 = colors.text.hex; # white
# Bright colors
color8 = colors.surface2.hex; # bright black
color9 = colors.red.hex; # bright red
color10 = colors.green.hex; # bright green
color11 = colors.yellow.hex; # bright yellow
color12 = colors.blue.hex; # bright blue
color13 = colors.mauve.hex; # bright magenta
color14 = colors.teal.hex; # bright cyan
color15 = colors.text.hex; # bright white
};
};
};