helix color adjustments
This commit is contained in:
@@ -212,7 +212,8 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "typst";
|
name = "typst";
|
||||||
language-servers = [ "language-tool" "tinymist" ];
|
language-servers = [ "tinymist" ];
|
||||||
|
# language-servers = [ "language-tool" "tinymist" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "markdown";
|
name = "markdown";
|
||||||
@@ -298,7 +299,7 @@
|
|||||||
base16 = with rice.color; {
|
base16 = with rice.color; {
|
||||||
"attributes" = foreground;
|
"attributes" = foreground;
|
||||||
"comment" = {
|
"comment" = {
|
||||||
fg = black.bright;
|
fg = subtle.base;
|
||||||
modifiers = [ "italic" ];
|
modifiers = [ "italic" ];
|
||||||
};
|
};
|
||||||
"constant" = accent.bright;
|
"constant" = accent.bright;
|
||||||
@@ -404,10 +405,10 @@
|
|||||||
bg = black.base;
|
bg = black.base;
|
||||||
};
|
};
|
||||||
"ui.selection" = {
|
"ui.selection" = {
|
||||||
bg = white.dark;
|
bg = accent.dark;
|
||||||
};
|
};
|
||||||
"ui.selection.primary" = {
|
"ui.selection.primary" = {
|
||||||
bg = black.bright;
|
bg = accent.dark;
|
||||||
};
|
};
|
||||||
"ui.statusline" = {
|
"ui.statusline" = {
|
||||||
fg = accent.bright;
|
fg = accent.bright;
|
||||||
|
|||||||
Reference in New Issue
Block a user