From 1ac2241d2cdb99355f0d7c807c357864d17c1106 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:30:03 +0300 Subject: [PATCH] Lower main text intensity in Cappuccino theme --- default/content/themes/Cappuccino.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/content/themes/Cappuccino.json b/default/content/themes/Cappuccino.json index daf12dcd2..e895edbc5 100644 --- a/default/content/themes/Cappuccino.json +++ b/default/content/themes/Cappuccino.json @@ -1,7 +1,7 @@ { "name": "Cappuccino", "blur_strength": 3, - "main_text_color": "rgba(255, 255, 255, 1)", + "main_text_color": "rgba(235, 235, 235, 1)", "italics_text_color": "rgba(230, 210, 190, 1)", "underline_text_color": "rgba(205, 180, 160, 1)", "quote_text_color": "rgba(165, 140, 115, 1)",