Add theme key for picker separator (#2523)

Co-authored-by: ky <>
This commit is contained in:
kyrime 2022-05-22 02:24:51 +01:00 committed by GitHub
parent 5c864922d8
commit bfc4ff4dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 36 deletions

View file

@ -43,6 +43,7 @@ label = "honey"
# concat (ERROR) @error.syntax and "MISSING ;" selectors for errors
"ui.background" = { bg = "midnight" }
"ui.background.separator" = { fg = "comet" }
"ui.linenr" = { fg = "comet" }
"ui.linenr.selected" = { fg = "lilac" }
"ui.statusline" = { fg = "lilac", bg = "revolver" }