| 1 |
# Author : Sebastian Zivota <loewenheim@mailbox.org> |
| 2 |
# Author : Chirikumbrah |
| 3 |
|
| 4 |
"annotation" = { fg = "foreground" } |
| 5 |
|
| 6 |
"attribute" = { fg = "green", modifiers = ["italic"] } |
| 7 |
|
| 8 |
"comment" = { fg = "comment" } |
| 9 |
"comment.block" = { fg = "comment" } |
| 10 |
"comment.block.documentation" = { fg = "comment" } |
| 11 |
"comment.line" = { fg = "comment" } |
| 12 |
"comment.line.documentation" = { fg = "comment" } |
| 13 |
|
| 14 |
"constant" = { fg = "purple" } |
| 15 |
"constant.builtin" = { fg = "purple" } |
| 16 |
"constant.builtin.boolean" = { fg = "purple" } |
| 17 |
"constant.character" = { fg = "cyan" } |
| 18 |
"constant.character.escape" = { fg = "pink" } |
| 19 |
"constant.macro" = { fg = "purple" } |
| 20 |
"constant.numeric" = { fg = "purple" } |
| 21 |
"constructor" = { fg = "purple" } |
| 22 |
|
| 23 |
"definition" = { underline = { color = "cyan" } } |
| 24 |
|
| 25 |
"diagnostic" = { underline = { color = "orange", style = "curl" } } |
| 26 |
"diagnostic.hint" = { underline = { color = "purple", style = "curl" } } |
| 27 |
"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } } |
| 28 |
"diagnostic.error" = { underline = { color = "red", style = "curl" } } |
| 29 |
"diagnostic.info" = { underline = { color = "cyan", style = "curl" } } |
| 30 |
"diagnostic.unnecessary" = { modifiers = ["dim"] } |
| 31 |
"diagnostic.deprecated" = { modifiers = ["crossed_out"] } |
| 32 |
|
| 33 |
"error" = { fg = "red" } |
| 34 |
"hint" = { fg = "purple" } |
| 35 |
"info" = { fg = "cyan" } |
| 36 |
"warning" = { fg = "yellow" } |
| 37 |
|
| 38 |
"diff.delta" = { fg = "orange" } |
| 39 |
"diff.minus" = { fg = "red" } |
| 40 |
"diff.plus" = { fg = "green" } |
| 41 |
|
| 42 |
# d |
| 43 |
"function" = { fg = "green" } |
| 44 |
"function.builtin" = { fg = "green" } |
| 45 |
"function.call" = { fg = "green" } |
| 46 |
"function.macro" = { fg = "purple" } |
| 47 |
"function.method" = { fg = "green" } |
| 48 |
|
| 49 |
"keyword" = { fg = "pink" } |
| 50 |
"keyword.control.conditional" = { fg = "pink" } |
| 51 |
"keyword.control.exception" = { fg = "purple" } |
| 52 |
"keyword.control.import" = { fg = "pink" } |
| 53 |
"keyword.control.repeat" = { fg = "pink" } |
| 54 |
"keyword.directive" = { fg = "green" } |
| 55 |
"keyword.function" = { fg = "pink" } |
| 56 |
"keyword.operator" = { fg = "pink" } |
| 57 |
"keyword.return" = { fg = "pink" } |
| 58 |
"keyword.storage" = { fg = "pink" } |
| 59 |
"keyword.storage.modifier" = { fg = "pink" } |
| 60 |
"keyword.storage.type" = { fg = "cyan", modifiers = ["italic"] } |
| 61 |
|
| 62 |
"label" = { fg = "cyan" } |
| 63 |
|
| 64 |
"markup.bold" = { fg = "orange", modifiers = ["bold"] } |
| 65 |
"markup.heading" = { fg = "purple", modifiers = ["bold"] } |
| 66 |
"markup.italic" = { fg = "yellow", modifiers = ["italic"] } |
| 67 |
"markup.link.text" = { fg = "pink" } |
| 68 |
"markup.link.url" = { fg = "cyan" } |
| 69 |
"markup.list" = { fg = "cyan" } |
| 70 |
"markup.quote" = { fg = "yellow", modifiers = ["italic"] } |
| 71 |
"markup.raw" = { fg = "foreground" } |
| 72 |
"markup.strikethrough" = { modifiers = ["crossed_out"] } |
| 73 |
|
| 74 |
"punctuation" = { fg = "foreground" } |
| 75 |
"punctuation.bracket" = { fg = "foreground" } |
| 76 |
"punctuation.delimiter" = { fg = "foreground" } |
| 77 |
"punctuation.special" = { fg = "pink" } |
| 78 |
|
| 79 |
"special" = { fg = "pink" } |
| 80 |
|
| 81 |
"string" = { fg = "yellow" } |
| 82 |
"string.regexp" = { fg = "red" } |
| 83 |
"string.special" = { fg = "orange" } |
| 84 |
"string.symbol" = { fg = "yellow" } |
| 85 |
|
| 86 |
"tag" = { fg = "pink" } |
| 87 |
"tag.attribute" = { fg = "purple" } |
| 88 |
"tag.delimiter" = { fg = "foreground" } |
| 89 |
|
| 90 |
"type" = { fg = "cyan", modifiers = ["italic"] } |
| 91 |
"type.builtin" = { fg = "cyan" } |
| 92 |
"type.enum.variant" = { fg = "foreground", modifiers = ["italic"] } |
| 93 |
|
| 94 |
"ui.background" = { fg = "foreground", bg = "background" } |
| 95 |
"ui.cursor" = { fg = "background", bg = "purple", modifiers = ["dim"] } |
| 96 |
"ui.cursor.insert" = { fg = "background", bg = "green", modifiers = ["dim"] } |
| 97 |
"ui.cursor.match" = { fg = "foreground", bg = "grey" } |
| 98 |
"ui.cursor.normal" = { fg = "background", bg = "purple", modifiers = ["dim"] } |
| 99 |
"ui.cursor.primary.insert" = { fg = "background", bg = "green" } |
| 100 |
"ui.cursor.primary.normal" = { fg = "background", bg = "purple" } |
| 101 |
"ui.cursor.primary.select" = { fg = "background", bg = "cyan" } |
| 102 |
"ui.cursor.select" = { fg = "background", bg = "cyan", modifiers = ["dim"] } |
| 103 |
"ui.cursorline.primary" = { bg = "cursorline" } |
| 104 |
"ui.debug" = { fg = "red" } |
| 105 |
"ui.help" = { fg = "foreground", bg = "black" } |
| 106 |
"ui.highlight.frameline" = { fg = "background", bg = "red" } |
| 107 |
"ui.linenr" = { fg = "comment" } |
| 108 |
"ui.linenr.selected" = { fg = "foreground" } |
| 109 |
"ui.menu" = { fg = "foreground", bg = "current_line" } |
| 110 |
"ui.menu.scroll" = { fg = "foreground", bg = "current_line" } |
| 111 |
"ui.menu.selected" = { fg = "current_line", bg = "purple", modifiers = ["dim"] } |
| 112 |
"ui.popup" = { fg = "foreground", bg = "black" } |
| 113 |
"ui.selection" = { bg = "selection" } |
| 114 |
"ui.selection.primary" = { bg = "current_line" } |
| 115 |
"ui.statusline" = { fg = "foreground", bg = "darker" } |
| 116 |
"ui.statusline.inactive" = { fg = "comment", bg = "darker" } |
| 117 |
"ui.statusline.insert" = { fg = "black", bg = "green", modifiers = ["bold"] } |
| 118 |
"ui.statusline.normal" = { fg = "black", bg = "purple", modifiers = ["bold"] } |
| 119 |
"ui.statusline.select" = { fg = "black", bg = "cyan", modifiers = ["bold"] } |
| 120 |
"ui.text" = { fg = "foreground" } |
| 121 |
"ui.text.focus" = { fg = "cyan" } |
| 122 |
"ui.text.directory" = { fg = "cyan" } |
| 123 |
"ui.virtual.indent-guide" = { fg = "indent" } |
| 124 |
"ui.virtual.inlay-hint" = { fg = "cyan" } |
| 125 |
"ui.virtual.inlay-hint.parameter" = { fg = "cyan", modifiers = ["italic", "dim"] } |
| 126 |
"ui.virtual.inlay-hint.type" = { fg = "cyan", modifiers = ["italic", "dim"] } |
| 127 |
"ui.virtual.jump-label" = { fg = "pink", modifiers = ["bold"] } |
| 128 |
"ui.virtual.ruler" = { bg = "black" } |
| 129 |
"ui.virtual.whitespace" = { fg = "whitespace" } |
| 130 |
"ui.virtual.wrap" = { fg = "current_line" } |
| 131 |
"ui.window" = { fg = "foreground" } |
| 132 |
|
| 133 |
"variable" = { fg = "foreground" } |
| 134 |
"variable.builtin" = { fg = "purple", modifiers = ["italic"] } |
| 135 |
"variable.other" = { fg = "foreground" } |
| 136 |
"variable.other.member" = { fg = "foreground" } |
| 137 |
"variable.parameter" = { fg = "orange", modifiers = ["italic"] } |
| 138 |
|
| 139 |
|
| 140 |
[palette] |
| 141 |
background = "#282A36" |
| 142 |
black = "#191A21" |
| 143 |
comment = "#6272A4" |
| 144 |
current_line = "#44475a" |
| 145 |
cursorline = "#2d303e" |
| 146 |
cyan = "#8be9fd" |
| 147 |
darker = "#222430" |
| 148 |
foreground = "#f8f8f2" |
| 149 |
green = "#50fa7b" |
| 150 |
grey = "#666771" |
| 151 |
indent = "#56596a" |
| 152 |
orange = "#ffb86c" |
| 153 |
pink = "#ff79c6" |
| 154 |
purple = "#BD93F9" |
| 155 |
red = "#ff5555" |
| 156 |
selection = "#363848" |
| 157 |
whitespace = "#586693" |
| 158 |
yellow = "#f1fa8c" |
| 159 |
|
| 160 |
|