Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/acme.toml')
-rw-r--r--runtime/themes/acme.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml
index 195e0635..e1785f4a 100644
--- a/runtime/themes/acme.toml
+++ b/runtime/themes/acme.toml
@@ -2,8 +2,6 @@
"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"}
@@ -12,8 +10,6 @@
"ui.virtual.ruler" = { bg = "acme_bar_bg" }
"ui.cursor.match" = {bg="acme_bar_bg"}
"ui.cursor" = {bg="cursor", fg="white"}
-"ui.debug" = {fg="orange"}
-"ui.highlight.frameline" = {bg="#da8581"}
"string" = "red"
"comment" = "green"
"ui.help" = {fg="black", bg="acme_bg"}
@@ -24,9 +20,7 @@
"diagnostic.error" = {bg="red", fg="white", modifiers=["bold"]}
"diagnostic.warning" = {bg="orange", fg="black", modifiers=["bold"]}
"diagnostic.hint" = {fg="gray", modifiers=["bold"]}
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
-"ui.bufferline" = { fg = "black", bg = "acme_bar_bg" }
+"ui.bufferline" = { fg = "indent", bg = "acme_bar_bg" }
"ui.bufferline.active" = { fg = "black", bg = "acme_bg" }
"diff.plus" = {fg = "green"}
"diff.delta" = {fg = "acme_bar_bg"}