diff options
author | two-six | 2023-01-10 21:59:12 +0000 |
---|---|---|
committer | GitHub | 2023-01-10 21:59:12 +0000 |
commit | 927fa112ec049e5f40309ffdd57c314897e18bbc (patch) | |
tree | ae019453ea3bfbcffb5d45beed7f03eb102cb49d /runtime/themes | |
parent | 0374350225c1d56a5d2c78b23bc393005733618b (diff) |
Acme Theme - Add `ui.linenr` configuration (#5488)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/acme.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml index 7ac410bc..e1d66ff8 100644 --- a/runtime/themes/acme.toml +++ b/runtime/themes/acme.toml @@ -2,6 +2,8 @@ "ui.background" = {bg="acme_bg"} "ui.text" = "black" +"ui.linenr" = {bg="acme_bg", fg="black"} +"ui.linenr.selected" = {bg="acme_bg", fg="black"} "ui.selection" = {bg="selected"} "ui.cursorline" = {bg="acme_bar_bg"} "ui.statusline" = {fg="black", bg="acme_bar_bg"} |