From 9ee329af73b58a0ae9c98ab7937bca82d68d1bec Mon Sep 17 00:00:00 2001 From: tukaloff Date: Mon, 8 Dec 2025 17:46:21 +0300 Subject: [PATCH] adjusted diff colors --- extras/opencode/kanso-ink.json | 8 ++++---- extras/opencode/kanso-mist.json | 8 ++++---- extras/opencode/kanso-pearl.json | 8 ++++---- extras/opencode/kanso-zen.json | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/extras/opencode/kanso-ink.json b/extras/opencode/kanso-ink.json index 8767f4b..7d1d03e 100644 --- a/extras/opencode/kanso-ink.json +++ b/extras/opencode/kanso-ink.json @@ -62,12 +62,12 @@ "light": "#1f1f26" }, "diffAdded": { - "dark": "#2B3328", - "light": "#2B3328" + "dark": "#76946A", + "light": "#76946A" }, "diffRemoved": { - "dark": "#43242B", - "light": "#43242B" + "dark": "#C34043", + "light": "#C34043" }, "diffContext": { "dark": "#1f1f26", diff --git a/extras/opencode/kanso-mist.json b/extras/opencode/kanso-mist.json index aa80498..5e666a7 100644 --- a/extras/opencode/kanso-mist.json +++ b/extras/opencode/kanso-mist.json @@ -62,12 +62,12 @@ "light": "#2a2c35" }, "diffAdded": { - "dark": "#2B3328", - "light": "#2B3328" + "dark": "#76946A", + "light": "#76946A" }, "diffRemoved": { - "dark": "#43242B", - "light": "#43242B" + "dark": "#C34043", + "light": "#C34043" }, "diffContext": { "dark": "#2a2c35", diff --git a/extras/opencode/kanso-pearl.json b/extras/opencode/kanso-pearl.json index 71d5df9..6950430 100644 --- a/extras/opencode/kanso-pearl.json +++ b/extras/opencode/kanso-pearl.json @@ -62,12 +62,12 @@ "light": "#e2e1df" }, "diffAdded": { - "dark": "#b7d0ae", - "light": "#b7d0ae" + "dark": "#6e915f", + "light": "#6e915f" }, "diffRemoved": { - "dark": "#d9a594", - "light": "#d9a594" + "dark": "#d7474b", + "light": "#d7474b" }, "diffContext": { "dark": "#e2e1df", diff --git a/extras/opencode/kanso-zen.json b/extras/opencode/kanso-zen.json index 5f575c6..f9bfaab 100644 --- a/extras/opencode/kanso-zen.json +++ b/extras/opencode/kanso-zen.json @@ -62,12 +62,12 @@ "light": "#1C1E25" }, "diffAdded": { - "dark": "#2B3328", - "light": "#2B3328" + "dark": "#76946A", + "light": "#76946A" }, "diffRemoved": { - "dark": "#43242B", - "light": "#43242B" + "dark": "#C34043", + "light": "#C34043" }, "diffContext": { "dark": "#1C1E25",