diff options
Diffstat (limited to '.cache/wal/chromium/manifest-dark.json')
-rw-r--r-- | .cache/wal/chromium/manifest-dark.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.cache/wal/chromium/manifest-dark.json b/.cache/wal/chromium/manifest-dark.json new file mode 100644 index 0000000..529b863 --- /dev/null +++ b/.cache/wal/chromium/manifest-dark.json @@ -0,0 +1,32 @@ +{ + "description": "Colorscheme generated by jswal", + "manifest_version": 2, + "name": "pywal", + "theme": { + "images": { "theme_frame": "bg.png" }, + "colors": { + "frame": [ 15, 20, 25 ], + "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": [ + 0.5461538461538459, + 29.279279279279276, + 87.05882352941177 + ], + "frame_inactive": [ -1, -1, -1 ], + "frame_incognito": [ -1, -1, -1 ], + "frame_incognito_inactive": [ -1, -1, -1 ] + } + }, + "version": "2" +} |