From 927fa112ec049e5f40309ffdd57c314897e18bbc Mon Sep 17 00:00:00 2001
From: two-six <twopsix@gmail.com>
Date: Tue, 10 Jan 2023 22:59:12 +0100
Subject: [PATCH] Acme Theme - Add `ui.linenr` configuration (#5488)

---
 runtime/themes/acme.toml | 2 ++
 1 file changed, 2 insertions(+)

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"}