Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Light.json « Themes « js « src - github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd4a39add65371c1ef2389ac6714b2cdb7ec7676 (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
33
34
35
{
    "id"    : "light",
    "label" : "ThemeLight",
    "badge" : {
        "color-bg": "#0652dd",
        "color-fg": "#ffffff",
        "icon"    : "passwords-dark"
    },
    "font"  : {
        "family": "default",
        "size"  : "11pt"
    },
    "colors": {
        "element-bg"             : "#ffffff",
        "element-fg"             : "#000000",
        "element-hover-bg"       : "#ededed",
        "element-hover-fg"       : "#000000",
        "element-active-bg"      : "#ffffff",
        "element-active-fg"      : "#0996f8",
        "element-active-hover-bg": "#ededed",
        "element-active-hover-fg": "#0670cc",
        "button-bg"              : "inherit",
        "button-fg"              : "inherit",
        "button-hover-bg"        : "#0996f8",
        "button-hover-fg"        : "#ffffff",
        "info-bg"                : "#0652dd",
        "info-fg"                : "#ffffff",
        "warning-bg"             : "#ffc312",
        "warning-fg"             : "#ffffff",
        "error-bg"               : "#ff3f34",
        "error-fg"               : "#ffffff",
        "success-bg"             : "#05c46b",
        "success-fg"             : "#ffffff"
    }
}