Skip to content

Commit

Permalink
theme(ayu_dark): Color inline hints like comments
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Apr 6, 2023
1 parent 47ecace commit 1c33e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/ayu_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"ui.text.info" = "foreground"
"ui.virtual.whitespace" = "dark_gray"
"ui.virtual.ruler" = { bg = "black" }
"ui.virtual.inlay-hint" = { fg = "#e6b450", bg = "#302a20" } # original bg #e6b45033
"ui.virtual.inlay-hint" = { fg = "gray" }
"ui.menu" = { fg = "foreground", bg = "black" }
"ui.menu.selected" = { bg = "gray", fg = "background" }
"ui.selection" = { bg = "dark_gray" }
Expand Down

0 comments on commit 1c33e12

Please sign in to comment.