Add inlay-hint style for solarized themes. (#6327)

This uses the same color as comments, which is a light gray in both dark and light.
I think it also looks nice with italics.
This commit is contained in:
Ryan Roden-Corrent 2023-03-15 21:54:47 -04:00 committed by GitHub
parent fb56a4bb75
commit aae8f72e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
"ui.background" = { bg = "base03" }
"ui.virtual.whitespace" = { fg = "base01" }
"ui.virtual.inlay-hint" = { fg = "base01", modifiers = ["italic"] }
# 行号栏
"ui.linenr" = { fg = "base0", bg = "base02" }

View File

@ -42,6 +42,7 @@
"ui.background" = { bg = "base03" }
"ui.virtual.whitespace" = { fg = "base01" }
"ui.virtual.inlay-hint" = { fg = "base01", modifiers = ["italic"] }
# 行号栏
# line number column