From 62205b8548fd834c61d4b13f2fc889aec36b4590 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 13 Mar 2023 12:26:10 +0100 Subject: [PATCH] mixed dracula bubbles being wrong --- frontend/static/themes/_list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/static/themes/_list.json b/frontend/static/themes/_list.json index 82cb1ba39..c7d6b9115 100644 --- a/frontend/static/themes/_list.json +++ b/frontend/static/themes/_list.json @@ -149,9 +149,9 @@ { "name": "dracula", "bgColor": "#282a36", - "mainColor": "#f2f2f2", - "subColor": "#bd93f9", - "textColor": "#f2f2f2" + "mainColor": "#bd93f9", + "subColor": "#6272a4", + "textColor": "#f8f8f2" }, { "name": "nord",