1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

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
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

@ -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" }

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