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

Nord theme: Update ruler to set bg instead of fg (#7995)

This commit is contained in:
dastrukar 2023-08-19 05:34:35 +08:00 committed by GitHub
parent 18a79aa3bf
commit e4c95f65a6
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -125,7 +125,7 @@
# Virtual/invisable text
"ui.virtual.indent-guide" = "nord3"
"ui.virtual.inlay-hint" = { fg = "nord3", modifiers = ["italic"] }
"ui.virtual.ruler" = "nord3"
"ui.virtual.ruler" = { bg = "nord1" }
"ui.virtual.whitespace" = "nord3"
"ui.virtual.wrap" = "nord3"