diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-22 14:09:26 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-22 14:09:26 +0200 |
commit | 9fd283f7ffcebc0be36637d77e114048dd2a2b02 (patch) | |
tree | d28370848397adcb356b926c8889f85574357521 | |
parent | 26ced8a8a369fdd01cf275f4156c0d7e742f6092 (diff) |
fix chrome dark theme
-rw-r--r-- | .cache/wal/chromium/bg.png##default | bin | 285 -> 275 bytes | |||
-rw-r--r-- | .cache/wal/chromium/manifest.json##hostname.superesc | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.cache/wal/chromium/bg.png##default b/.cache/wal/chromium/bg.png##default Binary files differindex 1eeca16..46227a9 100644 --- a/.cache/wal/chromium/bg.png##default +++ b/.cache/wal/chromium/bg.png##default diff --git a/.cache/wal/chromium/manifest.json##hostname.superesc b/.cache/wal/chromium/manifest.json##hostname.superesc index 01657f8..529b863 100644 --- a/.cache/wal/chromium/manifest.json##hostname.superesc +++ b/.cache/wal/chromium/manifest.json##hostname.superesc @@ -5,7 +5,7 @@ "theme": { "images": { "theme_frame": "bg.png" }, "colors": { - "frame": [ 255, 255, 255 ], + "frame": [ 15, 20, 25 ], "button_background": [ 255, 255, 255 ], "ntp_background": [ 15, 20, 25 ], "ntp_text": [ 15, 20, 25 ], |