From 1f0321c1efd76716281ec6cbedd680007e0a1ee2 Mon Sep 17 00:00:00 2001
From: xero <x@xero.style>
Date: Sun, 6 Aug 2023 02:01:42 -0400
Subject: [PATCH] =?UTF-8?q?fix(blink-colors):=20=D1=8F=D1=94=D1=95=D1=94?=
 =?UTF-8?q?=D1=82=20=D0=BC=CE=B9=CE=B1=D1=95=D0=BC=CE=B1=20=C6=92=CF=83?=
 =?UTF-8?q?=D1=8F=D1=94g=D1=8F=CF=83=CF=85=CE=B7=E2=88=82=20=E2=98=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 blink/miasma.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blink/miasma.js b/blink/miasma.js
index f48f1072e..3923e01c7 100644
--- a/blink/miasma.js
+++ b/blink/miasma.js
@@ -21,4 +21,4 @@ t.prefs_.set('color-palette-overrides', [
 ]);
 t.prefs_.set('cursor-color', 'rgba(105, 168, 80, 0.5)');
 t.prefs_.set('background-color', '#222222');
-t.prefs_.set('foreground-color', '#D7C483');
+t.prefs_.set('foreground-color', '#c2c2b0');