aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authortwo-six2023-01-10 21:59:12 +0000
committerGitHub2023-01-10 21:59:12 +0000
commit927fa112ec049e5f40309ffdd57c314897e18bbc (patch)
treeae019453ea3bfbcffb5d45beed7f03eb102cb49d /runtime/themes
parent0374350225c1d56a5d2c78b23bc393005733618b (diff)
Acme Theme - Add `ui.linenr` configuration (#5488)
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/acme.toml2
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"}