Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/sonokai.toml')
| -rw-r--r-- | runtime/themes/sonokai.toml | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/runtime/themes/sonokai.toml b/runtime/themes/sonokai.toml index 2097e91e..f60bd4db 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" @@ -48,12 +48,12 @@ "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" } @@ -63,9 +63,6 @@ "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,9 +70,8 @@ "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'] } @@ -86,20 +82,17 @@ error = { fg = 'red', bg = 'bg2', modifiers = ['bold'] } "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"] } [palette] black = "#181819" -bg_dim = "#222327" bg0 = "#2c2e34" bg1 = "#33353f" bg2 = "#363944" bg3 = "#3b3e48" -bg4 = "#414550" +bg4 = "#5C606A" bg5 = "#444852" bg_red = "#ff6077" diff_red = "#55393d" |