Update dracula purple with changes for inline hints

feature/dracula-purple-theme
trivernis 1 year ago
parent 1d86a9bdcc
commit 8046381de4
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -40,6 +40,7 @@
"ui.window" = { fg = "foreground" } "ui.window" = { fg = "foreground" }
"ui.virtual.ruler" = { bg = "ruler" } "ui.virtual.ruler" = { bg = "ruler" }
"ui.virtual.indent-guide" = { fg = "ruler" } "ui.virtual.indent-guide" = { fg = "ruler" }
"ui.virtual" = { fg = "hint" }
"ui.statusline" = { fg = "foreground", bg = "background_dark" } "ui.statusline" = { fg = "foreground", bg = "background_dark" }
"ui.statusline.inactive" = { fg = "comment", bg = "background_dark" } "ui.statusline.inactive" = { fg = "comment", bg = "background_dark" }
@ -73,6 +74,7 @@ background_dark = "#2B1C3D"
foreground = "#f8f8f2" foreground = "#f8f8f2"
ruler = "#453254" ruler = "#453254"
comment = "#886C9C" comment = "#886C9C"
hint = "#8a56b0"
red = "#ff5555" red = "#ff5555"
orange = "#ffb86c" orange = "#ffb86c"
yellow = "#f1fa8c" yellow = "#f1fa8c"

@ -1,107 +1,84 @@
attribute = "lilac" # Author : Sam Sartor <me@samsartor.com>, Trivernis <trivernis@pm.me>
keyword = "almond" # A port of https://github.com/bceskavich/dracula-at-night
"keyword.directive" = "lilac" # -- preprocessor comments (#if in C) "comment" = { fg = "comment" }
namespace = "lilac" "constant" = { fg = "purple" }
punctuation = "lavender" "constant.character.escape" = { fg = "pink" }
"punctuation.delimiter" = "lavender" "function" = { fg = "green" }
operator = "lilac" "keyword" = { fg = "pink" }
special = "honey" "operator" = { fg = "pink" }
"variable.other.member" = "white" "special" = { fg = "yellow" }
variable = "lavender" "punctuation" = { fg = "foreground" }
# variable = "almond" # TODO: metavariables only "string" = { fg = "yellow" }
# "variable.parameter" = { fg = "lavender", modifiers = ["underlined"] } "string.regexp" = { fg = "red" }
"variable.parameter" = { fg = "lavender" } "tag" = { fg = "pink" }
"variable.builtin" = "mint" "attribute" = { fg = "cyan" }
type = "white" "type" = { fg = "cyan", modifiers = ["italic"] }
"type.builtin" = "white" # TODO: distinguish? "type.enum.variant" = { fg = "foreground", modifiers = ["italic"] }
constructor = "lilac" "variable" = { fg = "foreground" }
function = "white" "variable.builtin" = { fg = "cyan", modifiers = ["italic"] }
"function.macro" = "lilac" "variable.parameter" = { fg ="orange", modifiers = ["italic"] }
"function.builtin" = "white"
tag = "almond"
comment = "sirocco"
constant = "white"
"constant.builtin" = "white"
string = "silver"
"constant.numeric" = "chamois"
"constant.character.escape" = "honey"
# used for lifetimes
label = "honey"
"markup.heading" = "lilac" "diff.plus" = { fg = "green" }
"markup.bold" = { modifiers = ["bold"] } "diff.delta" = { fg = "orange" }
"markup.italic" = { modifiers = ["italic"] } "diff.minus" = { fg = "red" }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = { fg = "silver", modifiers = ["underlined"] }
"markup.link.text" = "almond"
"markup.raw" = "almond"
"diff.plus" = "#35bf86" "ui.background" = { fg = "foreground", bg = "background" }
"diff.minus" = "#f22c86" "ui.cursor" = { fg = "background", bg = "orange", modifiers = ["dim"] }
"diff.delta" = "#6f44f0" "ui.cursor.match" = { fg = "green", modifiers = ["underlined"] }
"ui.cursor.primary" = { fg = "background", bg = "cyan", modifier = ["dim"] }
"ui.cursorline" = {bg = "background_dark"}
"ui.help" = { fg = "foreground", bg = "background_dark" }
"ui.linenr" = { fg = "comment" }
"ui.linenr.selected" = { fg = "foreground" }
"ui.menu" = { fg = "foreground", bg = "background_dark" }
"ui.menu.selected" = { fg = "cyan", bg = "background_dark" }
"ui.popup" = { fg = "foreground", bg = "background_dark" }
"ui.selection" = { fg = "background", bg = "purple", modifiers = ["dim"] }
"ui.selection.primary" = { fg = "background", bg = "pink" }
"ui.text" = { fg = "foreground" }
"ui.text.focus" = { fg = "cyan" }
"ui.window" = { fg = "foreground" }
"ui.virtual.ruler" = { bg = "ruler" }
"ui.virtual.indent-guide" = { fg = "ruler" }
"ui.virtual" = { fg = "hint" }
# TODO: diferentiate doc comment "ui.statusline" = { fg = "foreground", bg = "background_dark" }
# concat (ERROR) @error.syntax and "MISSING ;" selectors for errors "ui.statusline.inactive" = { fg = "comment", bg = "background_dark" }
"ui.statusline.normal" = { fg = "background_dark", bg = "purple"}
"ui.statusline.insert" = { fg = "background_dark", bg = "pink"}
"ui.statusline.select" = { fg = "background_dark", bg = "cyan"}
"ui.background" = { bg = "midnight" } "error" = { fg = "red" }
"ui.background.separator" = { fg = "comet" } "warning" = { fg = "cyan" }
"ui.linenr" = { fg = "comet" }
"ui.linenr.selected" = { fg = "lilac" }
"ui.statusline" = { fg = "lilac", bg = "revolver" }
"ui.statusline.inactive" = { fg = "lavender", bg = "revolver" }
"ui.popup" = { bg = "revolver" }
"ui.window" = { fg = "bossanova" }
"ui.help" = { bg = "#7958DC", fg = "#171452" }
"ui.text" = { fg = "lavender" } "markup.heading" = { fg = "purple", modifiers = ["bold"] }
"ui.text.focus" = { fg = "white" } "markup.list" = "cyan"
"ui.text.inactive" = "sirocco" "markup.bold" = { fg = "orange", modifiers = ["bold"] }
"ui.virtual" = { fg = "comet" } "markup.italic" = { fg = "yellow", modifiers = ["italic"] }
"markup.link.url" = "cyan"
"markup.link.text" = "pink"
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
"markup.raw" = { fg = "foreground" }
"ui.virtual.indent-guide" = { fg = "comet" } "ui.explorer.file" = { fg = "foreground" }
"ui.explorer.dir" = { fg = "cyan" }
"ui.explorer.exe" = { fg = "foreground" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "comment" }
"ui.selection" = { bg = "#540099" } rainbow = ["#7c5ea3", "#9c5b95", "#9c5e80", "#6b4466"]
"ui.selection.primary" = { bg = "#540099" }
# TODO: namespace ui.cursor as ui.selection.cursor?
"ui.cursor.select" = { bg = "delta" }
"ui.cursor.insert" = { bg = "white" }
"ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursorline.primary" = { bg = "bossanova" }
"ui.highlight" = { bg = "bossanova" }
"ui.highlight.frameline" = { bg = "#634450" }
"ui.debug" = { fg = "#634450" }
"ui.debug.breakpoint" = { fg = "apricot" }
"ui.menu" = { fg = "lavender", bg = "revolver" }
"ui.menu.selected" = { fg = "revolver", bg = "white" }
"ui.menu.scroll" = { fg = "lavender", bg = "comet" }
"diagnostic.hint" = { underline = { color = "silver", style = "curl" } }
"diagnostic.info" = { underline = { color = "delta", style = "curl" } }
"diagnostic.warning" = { underline = { color = "lightning", style = "curl" } }
"diagnostic.error" = { underline = { color = "apricot", style = "curl" } }
warning = "lightning"
error = "apricot"
info = "delta"
hint = "silver"
[palette] [palette]
white = "#ffffff" background = "#3A2A4D"
lilac = "#dbbfef" background_dark = "#2B1C3D"
lavender = "#a4a0e8" foreground = "#f8f8f2"
comet = "#5a5977" ruler = "#453254"
bossanova = "#452859" comment = "#886C9C"
midnight = "#3b224c" hint = "#8a56b0"
revolver = "#281733" red = "#ff5555"
orange = "#ffb86c"
silver = "#cccccc" yellow = "#f1fa8c"
sirocco = "#697C81" green = "#50fa7b"
mint = "#9ff28f" purple = "#bd93f9"
almond = "#eccdba" cyan = "#8be9fd"
chamois = "#E8DCA0" pink = "#ff79c6"
honey = "#efba5d"
apricot = "#f47868"
lightning = "#ffcd1c"
delta = "#6F44F0"
Loading…
Cancel
Save