| 1 |
# Author: Paul Graydon <untimely.creation97@proton.me> |
| 2 |
|
| 3 |
attribute = { fg = "cyan" } |
| 4 |
comment = { fg = "comment", modifiers = ["italic"] } |
| 5 |
"comment.block.documentation" = { fg = "yellow" } |
| 6 |
"comment.line.documentation" = { fg = "yellow" } |
| 7 |
constant = { fg = "orange" } |
| 8 |
"constant.builtin" = { fg = "aqua" } |
| 9 |
"constant.character" = { fg = "light-green" } |
| 10 |
"constant.character.escape" = { fg = "magenta" } |
| 11 |
constructor = { fg = "aqua" } |
| 12 |
function = { fg = "blue", modifiers = ["italic"] } |
| 13 |
"function.builtin" = { fg = "aqua" } |
| 14 |
"function.macro" = { fg = "cyan" } |
| 15 |
"function.special" = { fg = "cyan" } |
| 16 |
keyword = { fg = "purple", modifiers = ["italic"] } |
| 17 |
"keyword.control" = { fg = "magenta" } |
| 18 |
"keyword.control.import" = { fg = "cyan" } |
| 19 |
"keyword.control.return" = { fg = "purple", modifiers = ["italic"] } |
| 20 |
"keyword.directive" = { fg = "cyan" } |
| 21 |
"keyword.function" = { fg = "magenta" } |
| 22 |
"keyword.operator" = { fg = "magenta" } |
| 23 |
label = { fg = "blue" } |
| 24 |
namespace = { fg = "cyan" } |
| 25 |
operator = { fg = "turquoise" } |
| 26 |
punctuation = { fg = "turquoise" } |
| 27 |
special = { fg = "aqua" } |
| 28 |
string = { fg = "light-green" } |
| 29 |
"string.regexp" = { fg = "light-cyan" } |
| 30 |
"string.special" = { fg = "aqua" } |
| 31 |
tag = { fg = "magenta" } |
| 32 |
type = { fg = "aqua" } |
| 33 |
"type.builtin" = { fg = "aqua" } |
| 34 |
"type.enum.variant" = { fg = "orange" } |
| 35 |
variable = { fg = "fg" } |
| 36 |
"variable.builtin" = { fg = "red" } |
| 37 |
"variable.other.member" = { fg = "green" } |
| 38 |
"variable.parameter" = { fg = "yellow", modifiers = ["italic"] } |
| 39 |
|
| 40 |
"markup.bold" = { modifiers = ["bold"] } |
| 41 |
"markup.heading" = { fg = "blue", modifiers = ["bold"] } |
| 42 |
"markup.heading.completion" = { bg = "bg-menu", fg = "fg" } |
| 43 |
"markup.heading.hover" = { bg = "fg-selected" } |
| 44 |
"markup.italic" = { modifiers = ["italic"] } |
| 45 |
"markup.link" = { fg = "blue", underline = { style = "line" } } |
| 46 |
"markup.link.label" = { fg = "teal" } |
| 47 |
"markup.link.text" = { fg = "teal" } |
| 48 |
"markup.link.url" = { underline = { style = "line" } } |
| 49 |
"markup.list" = { fg = "orange", modifiers = ["bold"] } |
| 50 |
"markup.normal.completion" = { fg = "comment" } |
| 51 |
"markup.normal.hover" = { fg = "fg-dark" } |
| 52 |
"markup.raw" = { fg = "teal" } |
| 53 |
"markup.raw.inline" = { bg = "black", fg = "blue" } |
| 54 |
"markup.strikethrough" = { modifiers = ["crossed_out"] } |
| 55 |
|
| 56 |
"diff.delta" = { fg = "change" } |
| 57 |
"diff.delta.moved" = { fg = "blue" } |
| 58 |
"diff.minus" = { fg = "delete" } |
| 59 |
"diff.plus" = { fg = "add" } |
| 60 |
|
| 61 |
error = { fg = "error" } |
| 62 |
warning = { fg = "yellow" } |
| 63 |
info = { fg = "info" } |
| 64 |
hint = { fg = "hint" } |
| 65 |
"diagnostic.error" = { underline = { style = "curl", color = "error" } } |
| 66 |
"diagnostic.warning" = { underline = { style = "curl", color = "yellow"} } |
| 67 |
"diagnostic.info" = { underline = { style = "curl", color = "info"} } |
| 68 |
"diagnostic.hint" = { underline = { style = "curl", color = "hint" } } |
| 69 |
"diagnostic.unnecessary" = { modifiers = ["dim"] } |
| 70 |
"diagnostic.deprecated" = { modifiers = ["crossed_out"] } |
| 71 |
|
| 72 |
"ui.background" = { bg = "bg", fg = "fg" } |
| 73 |
"ui.cursor" = { modifiers = ["reversed"] } |
| 74 |
"ui.cursor.match" = { fg = "orange", modifiers = ["bold"] } |
| 75 |
"ui.cursorline.primary" = { bg = "bg-menu" } |
| 76 |
"ui.help" = { bg = "bg-menu", fg = "fg" } |
| 77 |
"ui.linenr" = { fg = "fg-gutter" } |
| 78 |
"ui.linenr.selected" = { fg = "fg-linenr" } |
| 79 |
"ui.menu" = { bg = "bg-menu", fg = "fg" } |
| 80 |
"ui.menu.selected" = { bg = "fg-selected" } |
| 81 |
"ui.popup" = { bg = "bg-menu", fg = "border-highlight" } |
| 82 |
"ui.selection" = { bg = "bg-selection" } |
| 83 |
"ui.selection.primary" = { bg = "bg-selection" } |
| 84 |
"ui.statusline" = { bg = "bg-menu", fg = "fg-dark" } |
| 85 |
"ui.statusline.inactive" = { bg = "bg-menu", fg = "fg-gutter" } |
| 86 |
"ui.statusline.normal" = { bg = "blue", fg = "bg", modifiers = ["bold"] } |
| 87 |
"ui.statusline.insert" = { bg = "light-green", fg = "bg", modifiers = ["bold"] } |
| 88 |
"ui.statusline.select" = { bg = "magenta", fg = "bg", modifiers = ["bold"] } |
| 89 |
"ui.text" = { fg = "fg" } |
| 90 |
"ui.text.focus" = { bg = "bg-focus" } |
| 91 |
"ui.text.inactive" = { fg = "comment", modifiers = ["italic"] } |
| 92 |
"ui.text.info" = { bg = "bg-menu", fg = "fg" } |
| 93 |
"ui.text.directory" = { fg = "cyan" } |
| 94 |
"ui.virtual.ruler" = { bg = "fg-gutter" } |
| 95 |
"ui.virtual.whitespace" = { fg = "fg-gutter" } |
| 96 |
"ui.virtual.inlay-hint" = { bg = "bg-inlay", fg = "teal" } |
| 97 |
"ui.virtual.jump-label" = { fg = "orange", modifiers = ["bold"] } |
| 98 |
"ui.window" = { fg = "border", modifiers = ["bold"] } |
| 99 |
|
| 100 |
[palette] |
| 101 |
red = "#f7768e" |
| 102 |
orange = "#ff9e64" |
| 103 |
yellow = "#e0af68" |
| 104 |
light-green = "#9ece6a" |
| 105 |
green = "#73daca" |
| 106 |
aqua = "#2ac3de" |
| 107 |
teal = "#1abc9c" |
| 108 |
turquoise = "#89ddff" |
| 109 |
light-cyan = "#b4f9f8" |
| 110 |
cyan = "#7dcfff" |
| 111 |
blue = "#7aa2f7" |
| 112 |
purple = "#9d7cd8" |
| 113 |
magenta = "#bb9af7" |
| 114 |
comment = "#565f89" |
| 115 |
black = "#414868" |
| 116 |
|
| 117 |
add = "#449dab" |
| 118 |
change = "#6183bb" |
| 119 |
delete = "#914c54" |
| 120 |
|
| 121 |
error = "#db4b4b" |
| 122 |
info = "#0db9d7" |
| 123 |
hint = "#1abc9c" |
| 124 |
|
| 125 |
fg = "#c0caf5" |
| 126 |
fg-dark = "#a9b1d6" |
| 127 |
fg-gutter = "#3b4261" |
| 128 |
fg-linenr = "#737aa2" |
| 129 |
fg-selected = "#343a55" |
| 130 |
border = "#15161e" |
| 131 |
border-highlight = "#27a1b9" |
| 132 |
bg = "#1a1b26" |
| 133 |
bg-inlay = "#1a2b32" |
| 134 |
bg-selection = "#283457" |
| 135 |
bg-menu = "#16161e" |
| 136 |
bg-focus = "#292e42" |
| 137 |
|