๐Ÿ“ฆ juspay / hyperswitch

๐Ÿ“„ dashboard_theme.json ยท 28 lines
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{
    "settings": {
        "colors": {
            "primary": "#FF0000"
        },
        "sidebar": {
            "primary": "#FCFCFD",
            "textColor": "#525866",
            "textColorPrimary": "#1C6DEA"
        },
        "buttons": {
            "primary": {
                "backgroundColor": "#1272f9",
                "textColor": "#ffffff",
                "hoverBackgroundColor": "#0860dd"
            },
            "secondary": {
                "backgroundColor": "#f3f3f3",
                "textColor": "#626168",
                "hoverBackgroundColor": "#fcfcfd"
            }
        }
    },
    "urls": {
        "faviconUrl": "",
        "logoUrl": ""
    }
}