diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-23 09:15:07 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-23 09:15:07 +0200 |
commit | 5d5deb56a62b85ae1b066be337ec28f67812cc1a (patch) | |
tree | a5b809a3bd4fc6435a94b107543f442e68261e79 /.cache/wal | |
parent | af824f95c91c819f126b4b6448b68babacbf7b93 (diff) |
fix chrome light theme
Diffstat (limited to '.cache/wal')
-rw-r--r-- | .cache/wal/chromium/manifest.json##hostname.thoncc | 4 |
1 files changed, 2 insertions, 2 deletions
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 ], |