Unnamed repository; edit this file 'description' to name the repository.
Acme Theme - Add `ui.linenr` configuration (#5488)
two-six 2023-01-11
parent 0374350 · commit 927fa11
-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"}