helix color adjustments

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-01-12 02:36:57 +01:00
parent f03e92a7ce
commit 9ce989abe1

View File

@@ -212,7 +212,8 @@
}
{
name = "typst";
language-servers = [ "language-tool" "tinymist" ];
language-servers = [ "tinymist" ];
# language-servers = [ "language-tool" "tinymist" ];
}
{
name = "markdown";
@@ -298,7 +299,7 @@
base16 = with rice.color; {
"attributes" = foreground;
"comment" = {
fg = black.bright;
fg = subtle.base;
modifiers = [ "italic" ];
};
"constant" = accent.bright;
@@ -404,10 +405,10 @@
bg = black.base;
};
"ui.selection" = {
bg = white.dark;
bg = accent.dark;
};
"ui.selection.primary" = {
bg = black.bright;
bg = accent.dark;
};
"ui.statusline" = {
fg = accent.bright;