diff options
author | Gokul Soumya | 2021-06-14 14:01:17 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-16 06:00:14 +0000 |
commit | d1c8a74771b241ee0824853bd5e8229cb0ab4187 (patch) | |
tree | 583f5e890713384295c82930a1f531cf1a6693af /contrib/themes/onedark.toml | |
parent | 33a35b7589dbc35f43f8823b79591ca857bceeac (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/onedark.toml')
-rw-r--r-- | contrib/themes/onedark.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/themes/onedark.toml b/contrib/themes/onedark.toml index ccf6a2cc..4c13a217 100644 --- a/contrib/themes/onedark.toml +++ b/contrib/themes/onedark.toml @@ -33,6 +33,7 @@ "ui.background" = { fg = "#ABB2BF", bg = "#282C34" } "ui.help" = { bg = "#3E4452" } "ui.linenr" = { fg = "#4B5263", modifiers = ['dim'] } +"ui.linenr.selected" = { fg = "#ABB2BF" } "ui.popup" = { bg = "#3E4452" } "ui.statusline" = { fg = "#ABB2BF", bg = "#2C323C" } "ui.selection" = { bg = "#3E4452" } |