Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/sonokai.toml')
| -rw-r--r-- | runtime/themes/sonokai.toml | 46 |
1 files changed, 16 insertions, 30 deletions
diff --git a/runtime/themes/sonokai.toml b/runtime/themes/sonokai.toml index 2097e91e..18417f00 100644 --- a/runtime/themes/sonokai.toml +++ b/runtime/themes/sonokai.toml @@ -6,24 +6,24 @@ # License: MIT License "type" = "blue" -"constant" = "fg" -"constant.builtin" = "purple" +"constant" = "purple" "constant.numeric" = "purple" "constant.character.escape" = "orange" "string" = "yellow" "comment" = "grey" "variable" = "fg" -"variable.builtin" = "purple" +"variable.builtin" = "orange" "variable.parameter" = "fg" -"variable.other.member" = "orange" -"label" = "red" +"variable.other.member" = "fg" +"label" = "orange" "punctuation" = "grey" -"punctuation.special" = "yellow" +"punctuation.delimiter" = "grey" +"punctuation.bracket" = "fg" "keyword" = "red" -"operator" = "red" +"operator" = "orange" "function" = "green" -"function.builtin" = "green" -"function.macro" = "green" +"function.builtin" = "blue" +"function.macro" = "purple" "tag" = "yellow" "namespace" = "blue" "attribute" = "purple" @@ -41,31 +41,26 @@ "markup.list" = "red" "markup.bold" = { modifiers = ["bold"] } "markup.italic" = { modifiers = ["italic"] } -"markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link.url" = { fg = "blue", modifiers = ["underlined"] } "markup.link.text" = "purple" "markup.quote" = "grey" "markup.raw" = "green" "diff.plus" = "green" -"diff.delta" = "blue" +"diff.delta" = "orange" "diff.minus" = "red" "ui.background" = { bg = "bg0" } "ui.cursor" = { modifiers = ['reversed'] } -"ui.cursor.match" = { bg = "bg4" } +"ui.cursor.match" = { fg = "orange", bg = "diff_yellow" } "ui.cursor.insert" = { fg = "black", bg = "grey" } "ui.cursor.select" = { fg = "bg0", bg = "blue" } -"ui.selection" = { bg = "bg5" } -"ui.selection.primary" = { bg = "bg4" } +"ui.selection" = { bg = "bg4" } "ui.linenr" = "grey" "ui.linenr.selected" = "fg" "ui.cursorline.primary" = { bg = "bg1" } "ui.statusline" = { fg = "fg", bg = "bg3" } "ui.statusline.inactive" = { fg = "grey", bg = "bg1" } -"ui.statusline.normal" = { fg = "bg0", bg = "blue", modifiers = ["bold"] } -"ui.statusline.insert" = { fg = "bg0", bg = "green", modifiers = ["bold"] } -"ui.statusline.select" = { fg = "bg0", bg = "purple", modifiers = ["bold"] } "ui.popup" = { fg = "grey", bg = "bg2" } "ui.window" = { fg = "grey", bg = "bg0" } "ui.help" = { fg = "fg", bg = "bg1" } @@ -73,34 +68,25 @@ "ui.text.focus" = "green" "ui.menu" = { fg = "fg", bg = "bg2" } "ui.menu.selected" = { fg = "bg0", bg = "green" } -"ui.virtual.whitespace" = "bg4" -"ui.virtual.ruler" = { bg = "bg3" } -"ui.virtual.inlay-hint" = { fg = "grey_dim" } +"ui.virtual.whitespace" = { fg = "grey_dim" } +"ui.virtual.ruler" = { bg = "grey_dim" } info = { fg = 'green', bg = 'bg2' } hint = { fg = 'blue', bg = 'bg2', modifiers = ['bold'] } warning = { fg = 'yellow', bg = 'bg2', modifiers = ['bold'] } error = { fg = 'red', bg = 'bg2', modifiers = ['bold'] } - -"diagnostic.info" = { underline = { style = "curl", color = "green" } } -"diagnostic.hint" = { underline = { style = "curl", color = "blue" } } -"diagnostic.warning" = { underline = { style = "curl", color = "yellow" } } -"diagnostic.error" = { underline = { style = "curl", color = "red" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } +diagnostic = { modifiers = ['underlined'] } [palette] black = "#181819" -bg_dim = "#222327" bg0 = "#2c2e34" bg1 = "#33353f" bg2 = "#363944" bg3 = "#3b3e48" -bg4 = "#414550" -bg5 = "#444852" +bg4 = "#545862" bg_red = "#ff6077" diff_red = "#55393d" bg_green = "#a7df78" |