From 62a2cc14905c674e88f005a81f4edfd7cecce282 Mon Sep 17 00:00:00 2001 From: two-six Date: Sun, 4 Dec 2022 02:07:55 +0100 Subject: [PATCH 1/4] Update acme.toml --- runtime/themes/acme.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml index d3be695cb944..dd2799d37e06 100644 --- a/runtime/themes/acme.toml +++ b/runtime/themes/acme.toml @@ -22,6 +22,9 @@ "diagnostic.hint" = {bg="white", modifiers=["bold"]} "ui.bufferline" = { fg = "indent", bg = "acme_bar_bg" } "ui.bufferline.active" = { fg = "black", bg = "acme_bg" } +"diff.plus" = {fg = "green"} +"diff.delta" = {fg = "red"} +"diff.minus" = {fg = "acme_bar_bg"} [palette] white = "#ffffff" From 9dd4a7f66b8637a5f250cf8181df33429d8578a9 Mon Sep 17 00:00:00 2001 From: two-six Date: Sun, 4 Dec 2022 02:11:09 +0100 Subject: [PATCH 2/4] Update nord_light.toml --- runtime/themes/nord_light.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/themes/nord_light.toml b/runtime/themes/nord_light.toml index 5270fe34ea39..34575157a06c 100644 --- a/runtime/themes/nord_light.toml +++ b/runtime/themes/nord_light.toml @@ -58,6 +58,10 @@ "markup.link.text" = {fg="nord12"} "markup.quote" = {fg="nord3", modifiers=["italic"]} +"diff.plus" = {fg = "nord14"} +"diff.delta" = {fg = "nord11"} +"diff.minus" = {fg = "nord15"} + [palette] nord0 = "#2E3440" From e80f532a170833bd257f234bab66d7e070ab3ae9 Mon Sep 17 00:00:00 2001 From: two-six Date: Sun, 4 Dec 2022 13:14:19 +0100 Subject: [PATCH 3/4] Update runtime/themes/nord_light.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Blaž Hrastnik --- runtime/themes/nord_light.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/themes/nord_light.toml b/runtime/themes/nord_light.toml index 34575157a06c..eb947d034fc3 100644 --- a/runtime/themes/nord_light.toml +++ b/runtime/themes/nord_light.toml @@ -59,8 +59,8 @@ "markup.quote" = {fg="nord3", modifiers=["italic"]} "diff.plus" = {fg = "nord14"} -"diff.delta" = {fg = "nord11"} -"diff.minus" = {fg = "nord15"} +"diff.delta" = {fg = "nord13"} +"diff.minus" = {fg = "nord11"} [palette] From d361e03eed58675c3a53e7a7ac74dfce3eeaca14 Mon Sep 17 00:00:00 2001 From: two-six Date: Sun, 4 Dec 2022 13:16:11 +0100 Subject: [PATCH 4/4] Update acme.toml --- runtime/themes/acme.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml index dd2799d37e06..696a4a9b2633 100644 --- a/runtime/themes/acme.toml +++ b/runtime/themes/acme.toml @@ -23,8 +23,8 @@ "ui.bufferline" = { fg = "indent", bg = "acme_bar_bg" } "ui.bufferline.active" = { fg = "black", bg = "acme_bg" } "diff.plus" = {fg = "green"} -"diff.delta" = {fg = "red"} -"diff.minus" = {fg = "acme_bar_bg"} +"diff.delta" = {fg = "acme_bar_bg"} +"diff.minus" = {fg = "red"} [palette] white = "#ffffff"