From 5d5deb56a62b85ae1b066be337ec28f67812cc1a Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 23 Sep 2022 09:15:07 +0200 Subject: fix chrome light theme --- .cache/wal/chromium/manifest.json##hostname.thoncc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cache/wal') diff --git a/.cache/wal/chromium/manifest.json##hostname.thoncc b/.cache/wal/chromium/manifest.json##hostname.thoncc index 5505716..1c630db 100644 --- a/.cache/wal/chromium/manifest.json##hostname.thoncc +++ b/.cache/wal/chromium/manifest.json##hostname.thoncc @@ -4,9 +4,9 @@ "name": "pywal", "theme": { "images": { "theme_frame": "bg.png" }, - "colors": { + "colors": { "bookmark_text": [ 18, 18, 19 ], - "frame": [ 0, 0, 0 ], + "frame": [ 253, 249, 247 ], "ntp_background": [ 253, 249, 247 ], "ntp_text": [ 253, 249, 247 ], "tab_background_text": [ 18, 18, 19 ], -- cgit v1.2.3