aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorkyrime2022-05-22 01:24:51 +0000
committerGitHub2022-05-22 01:24:51 +0000
commitbfc4ff4dcfd9135924d90bb822f2e23ae9cb2420 (patch)
treec2c8f79a7ed7e1faea1a9f989c801de889893b4c /theme.toml
parent5c864922d88a88898ab7525f8ebd33f8f5096c59 (diff)
Add theme key for picker separator (#2523)
Co-authored-by: ky <>
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
index a0186e92..ecd4ebe5 100644
--- a/theme.toml
+++ b/theme.toml
@@ -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" }