dracula theme: style wrap indicator like whitespace (#6414)

This commit is contained in:
Sebastian Zivota 2023-03-23 17:36:10 +01:00 committed by GitHub
parent 2904a10fb1
commit e399bbc379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@
"ui.text.focus" = { fg = "cyan" }
"ui.window" = { fg = "foreground" }
"ui.virtual.whitespace" = { fg = "subtle" }
"ui.virtual.wrap" = { fg = "subtle" }
"ui.virtual.ruler" = { bg = "background_dark"}
"error" = { fg = "red" }