From 594e4375ab2a46bd11c7c10b07442537de8cd9cb Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 16 Feb 2023 10:25:04 +0300 Subject: [PATCH] added "turquoise" theme for lyrics Co-Authored-By: Aryan Donga #317 --- patches/patches.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/patches/patches.json b/patches/patches.json index 74bee48..82624e7 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -325,6 +325,14 @@ "hover": "#E5CB8B", "background": "#121212", "maxmatch": "#787878" + }, + "turquoise": { + "pasttext": "#00656aa0", + "current": "#01dfea", + "next": "#575757", + "hover": "#a97aff", + "background": "#121212", + "maxmatch": "#00656a" } } },