diff options
| author | lonkaars <loek@pipeframe.xyz> | 2021-07-20 16:48:59 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2021-07-20 16:48:59 +0200 |
| commit | 0ad0ac5e75ad4fa43216f2f8aef3ec09251980c8 (patch) | |
| tree | 117c60c2c5c082668411d467407da5a5d3699913 /.cache/wal | |
| parent | e54959e39ec8f326bc0cff3c38e415744c60972f (diff) | |
colors but they're different now
Diffstat (limited to '.cache/wal')
| -rw-r--r-- | .cache/wal/chromium/bg.png | bin | 495 -> 275 bytes | |||
| -rw-r--r-- | .cache/wal/chromium/manifest.json | 90 |
2 files changed, 16 insertions, 74 deletions
diff --git a/.cache/wal/chromium/bg.png b/.cache/wal/chromium/bg.png Binary files differindex 5995ddc..46227a9 100644 --- a/.cache/wal/chromium/bg.png +++ b/.cache/wal/chromium/bg.png diff --git a/.cache/wal/chromium/manifest.json b/.cache/wal/chromium/manifest.json index 63441e0..01657f8 100644 --- a/.cache/wal/chromium/manifest.json +++ b/.cache/wal/chromium/manifest.json @@ -3,65 +3,19 @@ "manifest_version": 2, "name": "pywal", "theme": { - "images": { - "theme_frame": "bg.png" - }, + "images": { "theme_frame": "bg.png" }, "colors": { - "bookmark_text": [ - 252, - 249, - 247 - ], - "frame": [ - 255, - 255, - 255 - ], - "ntp_background": [ - 18, - 18, - 18 - ], - "ntp_text": [ - 18, - 18, - 18 - ], - "tab_background_text": [ - 223, - 158, - 126 - ], - "tab_background_text_inactive": [ - 223, - 158, - 126 - ], - "tab_background_text_incognito": [ - 223, - 158, - 126 - ], - "tab_background_text_incognito_inactive": [ - 223, - 158, - 126 - ], - "tab_text": [ - 252, - 249, - 247 - ], - "toolbar": [ - 23, - 23, - 24 - ], - "button_background": [ - 255, - 255, - 255 - ] + "frame": [ 255, 255, 255 ], + "button_background": [ 255, 255, 255 ], + "ntp_background": [ 15, 20, 25 ], + "ntp_text": [ 15, 20, 25 ], + "toolbar": [ 23, 28, 36 ], + "tab_background_text": [ 73, 81, 98 ], + "tab_background_text_inactive": [ 73, 81, 98 ], + "tab_background_text_incognito": [ 73, 81, 98 ], + "tab_background_text_incognito_inactive": [ 73, 81, 98 ], + "bookmark_text": [ 248, 248, 240 ], + "tab_text": [ 248, 248, 240 ] }, "tints": { "buttons": [ @@ -69,22 +23,10 @@ 29.279279279279276, 87.05882352941177 ], - "frame_inactive": [ - -1, - -1, - -1 - ], - "frame_incognito": [ - -1, - -1, - -1 - ], - "frame_incognito_inactive": [ - -1, - -1, - -1 - ] + "frame_inactive": [ -1, -1, -1 ], + "frame_incognito": [ -1, -1, -1 ], + "frame_incognito_inactive": [ -1, -1, -1 ] } }, "version": "2" -}
\ No newline at end of file +} |