Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/serika-light.toml')
| -rw-r--r-- | runtime/themes/serika-light.toml | 79 |
1 files changed, 27 insertions, 52 deletions
diff --git a/runtime/themes/serika-light.toml b/runtime/themes/serika-light.toml index ccc7cebf..99d4b7f1 100644 --- a/runtime/themes/serika-light.toml +++ b/runtime/themes/serika-light.toml @@ -11,7 +11,7 @@ "constant" = "purple" "number" = "purple" "string" = "fg" -"comment" = { fg = "grey2", modifiers = [ "italic" ] } +"comment" = "grey2" "variable" = "yellow" "variable.builtin" = "blue" "variable.parameter" = "yellow" @@ -21,7 +21,7 @@ "punctuation.delimiter" = "grey2" "punctuation.bracket" = "fg" "keyword" = "red" -"operator" = "grey2" +"operator" = "grey0" "function" = "green" "function.builtin" = "blue" "function.macro" = "aqua" @@ -33,65 +33,40 @@ "special" = "orange" "ui.background" = { bg = "bg0" } -"ui.background.separator" = { fg = "bg5" } -"ui.bufferline" = { fg = "grey1" } -"ui.bufferline.active" = { fg = "pale-yellow" } -"ui.bufferline.background" = { bg = "bg5" } -"ui.cursor" = { fg = "bg0", bg = "dark-red" } -"ui.cursor.match" = { fg = "pale-yellow", bg = "bg5" } -"ui.cursor.insert" = { fg = "fg", bg = "pale-yellow" } -"ui.cursor.select" = { fg = "fg", bg = "bg-yellow" } -"ui.cursor.primary" = { fg = "nasty-red", bg = "grey0" } -"ui.cursor.primary.match" = { fg = "grey2", bg = "pale-yellow" } -"ui.cursor.primary.insert" = { fg = "dark-red", bg = "yellow" } -"ui.cursor.primary.select" = { fg = "yellow", bg = "dark-red" } -"ui.linenr" = { fg = "yellow", modifiers = ["dim"] } -"ui.linenr.selected" = { fg = "fg", modifiers = ["dim"], underline.style = "line" } -"ui.cursorline" = { bg = "bg0", modifiers = ["dim"] } +"ui.cursor" = { fg = "bg0", bg = "fg" } +"ui.cursor.match" = { fg = "grey1", bg = "grey2" } +"ui.cursor.insert" = { fg = "bg0", bg = "bg_yellow" } +"ui.cursor.select" = { fg = "bg0", bg = "bg_yellow" } +"ui.linenr" = "yellow" +"ui.linenr.selected" = { fg = "fg", modifiers = ["bold", "underlined"] } +"ui.cursorline" = { bg = "bg01" } "ui.statusline" = { fg = "grey1", bg = "bg5" } -"ui.statusline.inactive" = { fg = "grey1", bg = "bg3" } -"ui.statusline.insert" = { fg = "blue" } -"ui.statusline.select" = { fg = "pale-yellow" } +"ui.statusline.inactive" = { fg = "grey2", bg = "bg1" } "ui.popup" = { fg = "bg0", bg = "bg5" } -"ui.picker.header" = { fg = "bg2", underline.style = "dashed" } -"ui.window" = { fg = "bg5", bg = "bg5" } +"ui.window" = { fg = "bg0", bg = "bg5" } "ui.help" = { fg = "bg0", bg = "bg5" } "ui.text" = "fg" "ui.text.focus" = "yellow" -"ui.text.inactive" = { fg = "fg", modifiers = [ "dim" ] } -"ui.text.directory" = "grey2" "ui.menu" = { fg = "bg0", bg = "bg3" } -"ui.menu.selected" = { fg = "bg0", bg = "bg-yellow" } -"ui.selection" = { bg = "grey0", modifiers = [ "dim" ] } -"ui.selection.prime" = { underline.style = "line" } -"ui.virtual.inlay-hint" = { fg = "grey2", modifiers = ["italic"] } -"ui.virtual.jump-label" = { fg = "nasty-red", modifiers = ["bold"] } -"ui.virtual.ruler" = { bg = "bg0", modifiers = ["dim"] } -"ui.virtual.whitespace" = { fg = "grey2", modifiers = [ "italic" ] } -"ui.virtual.wrap" = { fg = "grey2", modifiers = [ "italic" ] } +"ui.menu.selected" = { fg = "bg0", bg = "bg_yellow" } +"ui.selection" = { fg = "bg0", bg = "bg3" } +"ui.virtual.whitespace" = { fg = "bg2" } +"ui.virtual.ruler" = { bg = "bg01" } "hint" = "blue" "info" = "aqua" "warning" = "yellow" "error" = "nasty-red" +"diagnostic" = { fg = "nasty-red", modifiers = ["underlined"] } -"diagnostic" = { underline = { style = "curl", color = "purple" } } -"diagnostic.hint" = { underline = { style = "curl", color = "blue" } } -"diagnostic.info" = { underline = { style = "curl", color = "aqua" } } -"diagnostic.warning" = { underline = { style = "curl", color = "yellow" } } -"diagnostic.error" = { underline = { style = "curl", color = "nasty-red" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } - -"diff.plus" = { fg = "bg-green" } -"diff.delta" = { fg = "bg-blue" } +"diff.plus" = { fg = "bg_green" } +"diff.delta" = { fg = "bg_blue" } "diff.minus" = { fg = "nasty-red" } "markup.heading" = { fg = "purple", modifiers = ["bold"] } "markup.list" = "cyan" "markup.bold" = { fg = "orange", modifiers = ["bold"] } "markup.italic" = { fg = "yellow", modifiers = ["italic"] } -"markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link.url" = "cyan" "markup.link.text" = "pink" "markup.quote" = { fg = "yellow", modifiers = ["italic"] } @@ -99,17 +74,18 @@ [palette] -bg0 = "#d1d0c5" +bg0 = "#e1e1e3" +bg01 = "#eaeaec" bg1 = "#494c50" bg2 = "#55585e" bg3 = "#61656b" bg4 = "#6d7278" bg5 = "#797e86" -bg-visual = "#646669" -bg-red = "#7e2a33" -bg-green = "#86b365" -bg-blue = "#6a89af" -bg-yellow = "#e2b714" +bg_visual = "#646669" +bg_red = "#7e2a33" +bg_green = "#86b365" +bg_blue = "#6a89af" +bg_yellow = "#e2b714" fg = "#323437" red = "#621d28" @@ -117,11 +93,10 @@ nasty-red = "#da3333" dark-red = "#791717" orange = "#57320f" yellow = "#9a7d0e" -pale-yellow = "#e2b714" -green = "#3d5128" +green = "#3f4b34" aqua = "#455054" blue = "#3f5673" -purple = "#5a4066" +purple = "#534059" grey0 = "#aaaeb3" grey1 = "#e1e1e3" grey2 = "#646669" |