helix color ++
This commit is contained in:
@@ -45,52 +45,52 @@
|
||||
}];
|
||||
themes = {
|
||||
base16 = with rice.color; {
|
||||
"attributes" = blue.base;
|
||||
"attributes" = blue.bright;
|
||||
"comment" = {
|
||||
"fg" = white.dark;
|
||||
"modifiers" = [ "italic" ];
|
||||
};
|
||||
"constant" = cyan.base;
|
||||
"constant" = cyan.bright;
|
||||
"constant.character.escape" = yellow.bright;
|
||||
"constant.numeric" = blue.base;
|
||||
"constructor" = magenta.base;
|
||||
"constant.numeric" = blue.bright;
|
||||
"constructor" = magenta.bright;
|
||||
"debug" = yellow.dark;
|
||||
"diagnostic.modifiers" = [ "underlined" ];
|
||||
"diff.delta" = blue.base;
|
||||
"diff.minus" = red.base;
|
||||
"diff.plus" = green.base;
|
||||
"error" = red.base;
|
||||
"function" = cyan.base;
|
||||
"diff.delta" = blue.bright;
|
||||
"diff.minus" = red.bright;
|
||||
"diff.plus" = green.bright;
|
||||
"error" = red.bright;
|
||||
"function" = cyan.bright;
|
||||
"hint" = yellow.dark;
|
||||
"info" = cyan.base;
|
||||
"info" = cyan.bright;
|
||||
"keyword" = cyan.bright;
|
||||
"label" = cyan.bright;
|
||||
"namespace" = cyan.bright;
|
||||
"operator" = magenta.dark;
|
||||
"special" = cyan.base;
|
||||
"string" = green.base;
|
||||
"type" = green.base;
|
||||
"variable" = red.base;
|
||||
"variableother.member" = green.base;
|
||||
"warning" = blue.base;
|
||||
"operator" = magenta.bright;
|
||||
"special" = cyan.bright;
|
||||
"string" = green.bright;
|
||||
"type" = green.bright;
|
||||
"variable" = blue.bright;
|
||||
"variableother.member" = green.base;
|
||||
"warning" = blue.bright;
|
||||
|
||||
"markup.bold" = {
|
||||
"fg" = green.base;
|
||||
"fg" = green.bright;
|
||||
"modifiers" = [ "bold" ];
|
||||
};
|
||||
"markup.heading" = cyan.base;
|
||||
"markup.heading" = cyan.bright;
|
||||
"italic" = {
|
||||
"fg" = cyan.bright;
|
||||
"modifiers" = [ "italic" ];
|
||||
};
|
||||
"markup.linktext" = red.base;
|
||||
"markup.linktext" = red.bright;
|
||||
"markup.linkurl" = {
|
||||
"fg" = blue.base;
|
||||
"fg" = blue.bright;
|
||||
"modifiers" = [ "underlined" ];
|
||||
};
|
||||
"markup.list" = red.base;
|
||||
"markup.quote" = magenta.base;
|
||||
"markup.raw" = green.base;
|
||||
"markup.list" = red.bright;
|
||||
"markup.quote" = magenta.bright;
|
||||
"markup.raw" = green.bright;
|
||||
"markup.strikethrough" = {
|
||||
"modifiers" = [ "crossed_out" ];
|
||||
};
|
||||
@@ -108,79 +108,71 @@
|
||||
"underline" = { style = "curl"; };
|
||||
};
|
||||
|
||||
"ui.background" = {
|
||||
"ui.background" = { # general background of the editor window
|
||||
"bg" = background;
|
||||
};
|
||||
"ui.bufferline" = {
|
||||
"ui.bufferline" = { # the top line ("tab"-line)
|
||||
"fg" = magenta.base;
|
||||
"bg" = background;
|
||||
"bg" = black.base;
|
||||
};
|
||||
"ui.bufferline.active" = {
|
||||
"ui.bufferline.active" = { # the active "tab"
|
||||
"fg" = background;
|
||||
"bg" = magenta.dark;
|
||||
"bg" = magenta.base;
|
||||
"modifiers" = [ "bold" ];
|
||||
};
|
||||
"ui.cursor" = {
|
||||
};
|
||||
"ui.cursor" = { # the cursor in Normal mode
|
||||
"fg" = white.base;
|
||||
"modifiers" = [ "reversed" ];
|
||||
};
|
||||
"ui.cursor.insert" = {
|
||||
"fg" = green.base;
|
||||
"modifiers" = [ "reversed" ];
|
||||
"ui.cursorline.primary" = { # the line on which the cursor is on
|
||||
"bg" = black.base;
|
||||
};
|
||||
"ui.cursorline.primary" = {
|
||||
"bg" = black.bright;
|
||||
};
|
||||
"ui.cursor.match" = {
|
||||
"fg" = green.base;
|
||||
"modifiers" = [ "reversed" ];
|
||||
};
|
||||
"ui.cursor.select" = {
|
||||
"fg" = green.base;
|
||||
"ui.cursor.match" = { # Matching bracket etc.
|
||||
"bg" = green.dark;
|
||||
"modifiers" = [ "reversed" ];
|
||||
};
|
||||
"ui.gutter" = {
|
||||
"bg" = black.bright;
|
||||
"bg" = black.base;
|
||||
};
|
||||
"ui.help" = {
|
||||
"fg" = cyan.base;
|
||||
"bg" = background;
|
||||
"bg" = black.base;
|
||||
};
|
||||
"ui.linenr" = {
|
||||
"fg" = yellow.dark;
|
||||
"bg" = black.bright;
|
||||
"fg" = white.dark;
|
||||
"bg" = black.base;
|
||||
};
|
||||
"ui.linenr.selected" = {
|
||||
"fg" = blue.dark;
|
||||
"bg" = background;
|
||||
"fg" = blue.bright;
|
||||
"modifiers" = [ "bold" ];
|
||||
};
|
||||
"ui.menu" = {
|
||||
"fg" = magenta.dark;
|
||||
"bg" = background;
|
||||
"fg" = magenta.base;
|
||||
"bg" = black.base;
|
||||
};
|
||||
"ui.menu.scroll" = {
|
||||
"fg" = yellow.dark;
|
||||
"bg" = background;
|
||||
};
|
||||
"ui.menu.selected" = {
|
||||
"fg" = red.dark;
|
||||
"fg" = red.base;
|
||||
"bg" = blue.dark;
|
||||
};
|
||||
"ui.popup" = {
|
||||
"bg" = grey.dark;
|
||||
"bg" = black.base;
|
||||
};
|
||||
"ui.selection" = {
|
||||
"bg" = grey.base;
|
||||
"bg" = white.dark;
|
||||
};
|
||||
"ui.selection.primary" = {
|
||||
"bg" = grey.base;
|
||||
"bg" = black.bright;
|
||||
};
|
||||
"ui.statusline" = {
|
||||
"fg" = blue.bright;
|
||||
# "bg" = black.base;
|
||||
};
|
||||
"ui.statusline.inactive" = {
|
||||
"fg" = yellow.bright;
|
||||
"fg" = red.bright;
|
||||
"bg" = red.dark;
|
||||
};
|
||||
"ui.statusline.insert" = {
|
||||
@@ -195,13 +187,13 @@
|
||||
"fg" = cyan.bright;
|
||||
"bg" = cyan.dark;
|
||||
};
|
||||
"ui.text" = magenta.dark;
|
||||
"ui.text.focus" = magenta.dark;
|
||||
"ui.text" = magenta.base;
|
||||
"ui.text.focus" = cyan.base;
|
||||
"ui.virtual.indent-guide" = {
|
||||
"fg" = grey.dark;
|
||||
"fg" = black.bright;
|
||||
};
|
||||
"ui.virtual.inlay-hint" = {
|
||||
"fg" = grey.dark;
|
||||
"fg" = black.bright;
|
||||
};
|
||||
"ui.virtual.ruler" = {
|
||||
"bg" = background;
|
||||
|
||||
Reference in New Issue
Block a user