forked from GradienceTeam/Community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsynthwave.json
107 lines (107 loc) · 3.08 KB
/
synthwave.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "Synthwave",
"variables": {
"accent_color": "#e30b9b",
"accent_bg_color": "#e30b9b",
"accent_fg_color": "#08bfd4",
"destructive_color": "rgb(189,64,191)",
"destructive_bg_color": "rgb(191,64,117)",
"destructive_fg_color": "#08bfd4",
"success_color": "rgb(64,191,163)",
"success_bg_color": "rgb(64,143,191)",
"success_fg_color": "#e30b9b",
"warning_color": "rgb(43,229,173)",
"warning_bg_color": "rgb(60,201,232)",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "rgb(189,64,191)",
"error_bg_color": "rgb(191,64,117)",
"error_fg_color": "#08bfd4",
"window_bg_color": "rgba(36,36,36,0.88)",
"window_fg_color": "#e30b9b",
"view_bg_color": "rgba(36,36,36,0.88)",
"view_fg_color": "#e30b9b",
"headerbar_bg_color": "rgba(30,30,30,0.5)",
"headerbar_fg_color": "#e30b9b",
"headerbar_border_color": "#ffffff",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255,5,180,0.12)",
"card_fg_color": "#08bfd4",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "rgba(36,36,36,0.88)",
"dialog_fg_color": "#e30b9b",
"popover_bg_color": "rgba(36,36,36,0.88)",
"popover_fg_color": "#e30b9b",
"shade_color": "rgba(36,36,36,0.88)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
}
}