aboutsummaryrefslogtreecommitdiff
path: root/contrib/themes/bogster.toml
diff options
context:
space:
mode:
authorGokul Soumya2021-06-14 14:01:17 +0000
committerBlaž Hrastnik2021-06-16 06:00:14 +0000
commitd1c8a74771b241ee0824853bd5e8229cb0ab4187 (patch)
tree583f5e890713384295c82930a1f531cf1a6693af /contrib/themes/bogster.toml
parent33a35b7589dbc35f43f8823b79591ca857bceeac (diff)
Add theme key for selected line number
Adds `ui.linenr.selected` which controls highlight of linu numbes which have cursors on. - Fallback to linenr if linenr.selected is missing - Update docs and themes - Add TODOs for themes with temporary linenr.selected
Diffstat (limited to 'contrib/themes/bogster.toml')
-rw-r--r--contrib/themes/bogster.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/themes/bogster.toml b/contrib/themes/bogster.toml
index 0fbafd23..205e464c 100644
--- a/contrib/themes/bogster.toml
+++ b/contrib/themes/bogster.toml
@@ -30,6 +30,7 @@
"ui.background" = { bg = "#161c23" }
"ui.linenr" = { fg = "#415367" }
+"ui.linenr.selected" = { fg = "#e5ded6" } # TODO
"ui.statusline" = { bg = "#232d38" }
"ui.popup" = { bg = "#232d38" }
"ui.window" = { bg = "#232d38" }