From 5ee0b9a18e52b415b3ca4edebb8403694ecc9d08 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 23 Sep 2022 09:52:05 +0200 Subject: add chromium to `mode` script --- .cache/wal/chromium/bg-dark.png | Bin 0 -> 275 bytes .cache/wal/chromium/bg-light.png | Bin 0 -> 285 bytes .cache/wal/chromium/bg.png##default | Bin 275 -> 0 bytes .cache/wal/chromium/bg.png##hostname.thoncc | Bin 285 -> 0 bytes .cache/wal/chromium/manifest-dark.json | 32 +++++++++++++++++++++ .cache/wal/chromium/manifest-light.json | 29 +++++++++++++++++++ .../wal/chromium/manifest.json##hostname.superesc | 32 --------------------- .cache/wal/chromium/manifest.json##hostname.thoncc | 29 ------------------- 8 files changed, 61 insertions(+), 61 deletions(-) create mode 100644 .cache/wal/chromium/bg-dark.png create mode 100644 .cache/wal/chromium/bg-light.png delete mode 100644 .cache/wal/chromium/bg.png##default delete mode 100644 .cache/wal/chromium/bg.png##hostname.thoncc create mode 100644 .cache/wal/chromium/manifest-dark.json create mode 100644 .cache/wal/chromium/manifest-light.json delete mode 100644 .cache/wal/chromium/manifest.json##hostname.superesc delete mode 100644 .cache/wal/chromium/manifest.json##hostname.thoncc (limited to '.cache/wal') diff --git a/.cache/wal/chromium/bg-dark.png b/.cache/wal/chromium/bg-dark.png new file mode 100644 index 0000000..46227a9 Binary files /dev/null and b/.cache/wal/chromium/bg-dark.png differ diff --git a/.cache/wal/chromium/bg-light.png b/.cache/wal/chromium/bg-light.png new file mode 100644 index 0000000..1eeca16 Binary files /dev/null and b/.cache/wal/chromium/bg-light.png differ diff --git a/.cache/wal/chromium/bg.png##default b/.cache/wal/chromium/bg.png##default deleted file mode 100644 index 46227a9..0000000 Binary files a/.cache/wal/chromium/bg.png##default and /dev/null differ diff --git a/.cache/wal/chromium/bg.png##hostname.thoncc b/.cache/wal/chromium/bg.png##hostname.thoncc deleted file mode 100644 index 1eeca16..0000000 Binary files a/.cache/wal/chromium/bg.png##hostname.thoncc and /dev/null differ 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" +} diff --git a/.cache/wal/chromium/manifest-light.json b/.cache/wal/chromium/manifest-light.json new file mode 100644 index 0000000..1c630db --- /dev/null +++ b/.cache/wal/chromium/manifest-light.json @@ -0,0 +1,29 @@ +{ + "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" +} diff --git a/.cache/wal/chromium/manifest.json##hostname.superesc b/.cache/wal/chromium/manifest.json##hostname.superesc deleted file mode 100644 index 529b863..0000000 --- a/.cache/wal/chromium/manifest.json##hostname.superesc +++ /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.json##hostname.thoncc b/.cache/wal/chromium/manifest.json##hostname.thoncc deleted file mode 100644 index 1c630db..0000000 --- a/.cache/wal/chromium/manifest.json##hostname.thoncc +++ /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" -} -- cgit v1.2.3