-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdopamine-mocha-green.json
69 lines (69 loc) · 2.48 KB
/
dopamine-mocha-green.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
{
"name": "Catppuccin Mocha Green",
"creator": {
"name": "jayylmao",
"email": ""
},
"coreColors": {
"primaryColor": "#{{ palette.green.hex }}",
"secondaryColor": "#{{ palette.green.hex }}",
"accentColor": "#{{ palette.green.hex }}"
},
"darkColors": {
"windowButtonIcon": "#{{ palette.green.hex }}",
"hoveredItemBackground": "rgba(108, 112, 134, 0.05)",
"selectedItemBackground": "rgba(108, 112, 134, 0.1)",
"selectedItemText": "",
"tabText": "#{{ palette.subtext0.hex }}",
"selectedTabText": "#{{ palette.text.hex }}",
"mainBackground": "#{{ palette.base.hex }}",
"headerBackground": "#{{ palette.mantle.hex }}",
"footerBackground": "#{{ palette.crust.hex }}",
"sidePaneBackground": "#{{ palette.mantle.hex }}",
"primaryText": "#{{ palette.text.hex }}",
"secondaryText": "#{{ palette.subtext0.hex }}",
"breadcrumbBackground": "#{{ palette.surface2.hex }}",
"sliderBackground": "#{{ palette.overlay0.hex }}",
"sliderThumbBackground": "#{{ palette.text.hex }}",
"albumCoverLogo": "#{{ palette.crust.hex }}",
"albumCoverBackground": "#{{ palette.green.hex }}",
"paneSeparators": "#{{ palette.surface0.hex }}",
"settingsSeparators": "#{{ palette.surface0.hex }}",
"contextMenuSeparators": "#{{ palette.surface0.hex }}",
"scrollBars": "#{{ palette.green.hex }}",
"searchBox": "#{{ palette.crust.hex }}",
"searchBoxText": "#{{ palette.text.hex }}",
"searchBoxIcon": "#{{ palette.subtext0.hex }}",
"dialogBackground": "#{{ palette.crust.hex }}"
},
"lightColors": {
"windowButtonIcon": "#40a02b",
"hoveredItemBackground": "rgba(0, 0, 0, 0.05)",
"selectedItemBackground": "rgba(156, 160, 176, 0.1)",
"selectedItemText": "",
"tabText": "#6c6f85",
"selectedTabText": "#4c4f69",
"mainBackground": "#eff1f5",
"headerBackground": "#e6e9ef",
"footerBackground": "#dce0e8",
"sidePaneBackground": "#e6e9ef",
"primaryText": "#4c4f69",
"secondaryText": "#6c6f85",
"breadcrumbBackground": "#acb0be",
"sliderBackground": "#9ca0b0",
"sliderThumbBackground": "#eff1f5",
"albumCoverLogo": "#dce0e8",
"albumCoverBackground": "#40a02b",
"paneSeparators": "transparent",
"settingsSeparators": "#ccd0da",
"contextMenuSeparators": "#ccd0da",
"scrollBars": "#40a02b",
"searchBox": "#dce0e8",
"searchBoxText": "#4c4f69",
"searchBoxIcon": "#6c6f85",
"dialogBackground": "#dce0e8"
},
"options": {
"centerAlbumInfoText": false
}
}