Skip to content

Commit

Permalink
Update Serika themes for inlay-hints (#6344)
Browse files Browse the repository at this point in the history
  • Loading branch information
VuiMuich authored Mar 17, 2023
1 parent b20cf15 commit a07655d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/themes/serika-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"variable.property" = "yellow"
"label" = "aqua"
"punctuation" = "grey0"
"punctuation.delimiter" = "grey2"
"punctuation.delimiter" = "bg4"
"punctuation.bracket" = "fg"
"keyword" = "red"
"operator" = "grey0"
Expand Down Expand Up @@ -52,6 +52,7 @@
"ui.selection" = { bg = "bg3" }
"ui.virtual.whitespace" = "bg2"
"ui.virtual.ruler" = { bg = "grey2" }
"ui.virtual.inlay-hint" = { fg = "grey2", modifiers = ["italic"] }

"hint" = "blue"
"info" = "aqua"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/serika-light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"ui.selection" = { fg = "bg0", bg = "bg3" }
"ui.virtual.whitespace" = { fg = "bg2" }
"ui.virtual.ruler" = { bg = "bg01" }
"ui.virtual.inlay-hint" = { fg = "grey2", modifiers = ["italic"] }

"hint" = "blue"
"info" = "aqua"
Expand Down

0 comments on commit a07655d

Please sign in to comment.