Update base16_transparent.toml ui.linenr (#13080)

This commit is contained in:
Constantin Angheloiu 2025-03-12 16:18:40 +02:00 committed by GitHub
parent 8df58b2e17
commit 9bd3cecd49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@
"ui.menu" = { fg = "white" }
"ui.menu.selected" = { modifiers = ["reversed"] }
"ui.menu.scroll" = { fg = "light-gray" }
"ui.linenr" = { fg = "light-gray" }
"ui.linenr" = { modifiers = ["dim"] }
"ui.linenr.selected" = { fg = "white", modifiers = ["bold"] }
"ui.popup" = { fg = "white" }
"ui.window" = { fg = "gray" }