From d1c8a74771b241ee0824853bd5e8229cb0ab4187 Mon Sep 17 00:00:00 2001 From: Gokul Soumya Date: Mon, 14 Jun 2021 19:31:17 +0530 Subject: 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 --- theme.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml index fd5572a6..903a5e26 100644 --- a/theme.toml +++ b/theme.toml @@ -40,6 +40,7 @@ "ui.background" = { bg = "#3b224c" } # midnight "ui.linenr" = { fg = "#5a5977" } # comet +"ui.linenr.selected" = { fg = "#dbbfef" } # lilac "ui.statusline" = { bg = "#281733" } # revolver "ui.popup" = { bg = "#281733" } # revolver "ui.window" = { bg = "#452859" } # bossa nova -- cgit v1.2.3-70-g09d2