Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# name = "Ashokai Urple"
# author = "TeriyakiBomb"
# version = "1.0.0"

inherits = "ashokai"

[palette]
bg0 = "#211D2A"
bg1 = "#322750"
bg2 = "#49385D"
bg3 = "#4B3E64"
fg0 = "#EFEAFF"
helptext = "#9485b9"
helpbg = "#130F1C"
grey = "#70697D"
grey1 = "#667E99"
red = "#FF5D5D"
yellow = "#FBC664"
green = "#7AEA92"
blue = "#7AC3FF"
blue2 = "#4E6A97"
lightblue = "#B0DDD2"
aqua = "#5DB1B1"
orange = "#FF9647"
purple = "#9983D7"
magenta = "#F94786"
pink = "#E06798"

diffgreen = "#5B7753"

line_number = "#5D5E72"
line_number_selected = "#7262A6"
comment = "#565775"

cursor = "#746F7F"
cursorline = "#2B2437"
selection = "#493A77"
ember" = "light-green" "constant.character.escape" = "light-cyan" "function" = "light-blue" "constructor" = "light-blue" "special" = "light-blue" "keyword" = "light-magenta" "label" = "light-magenta" "namespace" = "light-magenta" "markup.heading" = "light-blue" "markup.list" = "light-red" "markup.bold" = { fg = "light-yellow", modifiers = ["bold"] } "markup.italic" = { fg = "light-magenta", modifiers = ["italic"] } "markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link.url" = { fg = "yellow", modifiers = ["underlined"] } "markup.link.text" = "light-red" "markup.quote" = "light-cyan" "markup.raw" = "light-green" "diff.plus" = "light-green" "diff.delta" = "yellow" "diff.minus" = "light-red" "diagnostic" = { modifiers = ["underlined"] } "ui.gutter" = { bg = "black" } "info" = "light-blue" "hint" = "gray" "debug" = "gray" "warning" = "yellow" "error" = "light-red"