aboutsummaryrefslogtreecommitdiff
path: root/.cache
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-24 11:35:03 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-24 11:35:03 +0200
commit4410ff28c4ee7c33398a1991e09566bd6e48bf78 (patch)
tree13bda215522481bb3b7fe874f3e116903610f96b /.cache
parentef927a31c256cf36856e8202c8986e0eb832afa9 (diff)
generate chrome color scheme from xresources
Diffstat (limited to '.cache')
-rw-r--r--.cache/wal/chromium/bg-dark.pngbin275 -> 0 bytes
-rw-r--r--.cache/wal/chromium/bg-light.pngbin285 -> 0 bytes
-rw-r--r--.cache/wal/chromium/manifest-dark.json32
-rw-r--r--.cache/wal/chromium/manifest-light.json29
4 files changed, 0 insertions, 61 deletions
diff --git a/.cache/wal/chromium/bg-dark.png b/.cache/wal/chromium/bg-dark.png
deleted file mode 100644
index 46227a9..0000000
--- a/.cache/wal/chromium/bg-dark.png
+++ /dev/null
Binary files differ
diff --git a/.cache/wal/chromium/bg-light.png b/.cache/wal/chromium/bg-light.png
deleted file mode 100644
index 1eeca16..0000000
--- a/.cache/wal/chromium/bg-light.png
+++ /dev/null
Binary files differ
diff --git a/.cache/wal/chromium/manifest-dark.json b/.cache/wal/chromium/manifest-dark.json
deleted file mode 100644
index 529b863..0000000
--- a/.cache/wal/chromium/manifest-dark.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "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"
-}
diff --git a/.cache/wal/chromium/manifest-light.json b/.cache/wal/chromium/manifest-light.json
deleted file mode 100644
index 1c630db..0000000
--- a/.cache/wal/chromium/manifest-light.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "description": "Colorscheme generated by jswal",
- "manifest_version": 2,
- "name": "pywal",
- "theme": {
- "images": { "theme_frame": "bg.png" },
- "colors": {
- "bookmark_text": [ 18, 18, 19 ],
- "frame": [ 253, 249, 247 ],
- "ntp_background": [ 253, 249, 247 ],
- "ntp_text": [ 253, 249, 247 ],
- "tab_background_text": [ 18, 18, 19 ],
- "tab_background_text_inactive": [ 18, 18, 19 ],
- "tab_background_text_incognito": [ 18, 18, 19 ],
- "tab_background_text_incognito_inactive": [ 18, 18, 19 ],
- "tab_text": [ 18, 18, 19 ],
- "toolbar": [ 253, 249, 247 ],
- "button_background": [ 255, 255, 255 ]
- },
- "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"
-}