From 3f4ef4f4e1b1231882aac271210697c549e5a068 Mon Sep 17 00:00:00 2001 From: Motschen Date: Thu, 21 Oct 2021 17:58:18 +0200 Subject: [PATCH] Better red color scheme --- color.ini | 66 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/color.ini b/color.ini index 6f5a2a4..e9f054f 100644 --- a/color.ini +++ b/color.ini @@ -42,6 +42,40 @@ notification = ffffff notification-error = fb7c7c misc = f9f7f9 +[red-dark] +text = ffffff +subtext = ff0105 +main = 0c0e14 +sidebar = 0c0e14 +player = 0c0e14 +card = 1a181e +shadow = 1a181e +selected-row = a10003 +button = a10003 +button-active = a10003 +button-disabled = 302b36 +tab-active = a10003 +notification = 1a181e +notification-error = fb7c7c +misc = 0c0e14 + +[red-light] +text = 572920 +subtext = a9908b +main = faf7f6 +sidebar = faf7f6 +player = faf7f6 +card = ffffff +shadow = ffffff +selected-row = ff5966 +button = ff5966 +button-active = ff5966 +button-disabled = ffffff +tab-active = ff5966 +notification = ffffff +notification-error = fb7c7c +misc = faf7f6 + [blue-dark] text = bde6fb subtext = 6d8692 @@ -178,36 +212,4 @@ notification = ffffff notification-error = fb7c7c misc = faf8f7 -[red-dark] -text = fdb4b4 -subtext = 6d8692 -main = 271b1b -sidebar = 271b1b -player = 271b1b -card = 1e1515 -shadow = 1e1515 -selected-row = fdb4b4 -button = fdb4b4 -button-active = fdb4b4 -button-disabled = 372626 -tab-active = fdb4b4 -notification = 1e1515 -notification-error = fb7c7c -misc = 271b1b -[red-light] -text = 572920 -subtext = a9908b -main = faf7f6 -sidebar = faf7f6 -player = faf7f6 -card = ffffff -shadow = ffffff -selected-row = ff5966 -button = ff5966 -button-active = ff5966 -button-disabled = ffffff -tab-active = ff5966 -notification = ffffff -notification-error = fb7c7c -misc = faf7f6