From 2ccc3db9502504657fbeac54b9f90d5da500ab3d Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Sat, 28 Oct 2023 00:16:16 +0200 Subject: [PATCH] Fix: use a clearer fg font for secondary button --- src/main/resources/rose_pine_dawn.theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/rose_pine_dawn.theme.json b/src/main/resources/rose_pine_dawn.theme.json index 7f906fb..91c993a 100644 --- a/src/main/resources/rose_pine_dawn.theme.json +++ b/src/main/resources/rose_pine_dawn.theme.json @@ -76,7 +76,7 @@ "endBackground": "subtle", "startBorderColor": "subtle", "endBorderColor": "subtle", - "foreground": "text", + "foreground": "base", "default": { "foreground": "base", "startBackground": "rose", @@ -153,4 +153,4 @@ "mouseShortcutBackground": "iris" } } -} \ No newline at end of file +}