aboutsummaryrefslogtreecommitdiff
path: root/.cache/wal/chromium/manifest.json
blob: 01657f8bca41b5a7e8eaaf0ead8ab012a8bd34a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "description": "Colorscheme generated by jswal",
    "manifest_version": 2,
    "name": "pywal",
    "theme": {
        "images": { "theme_frame": "bg.png" },
        "colors": {
            "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": [
                0.5461538461538459,
                29.279279279279276,
                87.05882352941177
            ],
            "frame_inactive": [ -1, -1, -1 ],
            "frame_incognito": [ -1, -1, -1 ],
            "frame_incognito_inactive": [ -1, -1, -1 ]
        }
    },
    "version": "2"
}