-
Notifications
You must be signed in to change notification settings - Fork 0
/
catppuccin-frappe.json
67 lines (67 loc) · 2.27 KB
/
catppuccin-frappe.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
{
"name": "Catppuccin Frappé",
"identifier": "catppuccin-frappe",
"options": {
"supportsWallpaperTinting": "false",
"allowsSidebarIconTinting": "true",
"style": "dark",
"allowsSidebarVibrancy": "false"
},
"appColors": {
"sectionDivider": "#292c3cff",
"subsectionDivider": "#292c3cff",
"selectedContentBackground": "#949cbb1a",
"selectedTextBackground": "#949cbb33",
"background": "#303446",
"tagBackground": "#8caaee",
"itemDivider": "#303446",
"foreground": "#c6d0f5",
"sidebarBackground": "#232634",
"snippetsListBackground": "#232634",
"controlAccent": "#ef9f76ff",
"toolbarBackground": "#232634ff",
"toolbarStandaloneBackground": "#232634ff",
"insertionPoint": "#ef9f76ff",
"inactiveSegmentBackground": "#232634ff",
"inactiveSegmentText": "#c6d0f5ff",
"mouseOverInactiveSegmentBackground": "#949cbb33",
"activeSegmentBackground": "#303446ff",
"activeSegmentText": "#c6d0f5ff",
},
"syntaxColors": {
"Comment": "#949cbb",
"Generic.Deleted": "#e78284",
"Generic.Error": "#e78284",
"Generic.Heading": "#8caaee",
"Generic.Inserted": "#a6d189",
"Generic.Subheading": "#a5adce",
"Generic.Traceback": "#e78284",
"Keyword": "#ca9ee6",
"LineNumbers": "#838ba7",
"LineNumbers.Highlight": "#babbf1",
"Literal.Date": "#f4b8e4",
"Name.Attribute": "#ef9f76",
"Name.Builtin": "#e78284",
"Name.Class": "#e5c890",
"Name.Constant": "#ef9f76",
"Name.Decorator": "#ef9f76",
"Name.Exception": "#ca9ee6",
"Name.Function": "#8caaee",
"Name.Label": "#85c1dc",
"Name.Namespace": "#babbf1",
"Name.Property": "#babbf1",
"Name.Tag": "#ca9ee6",
"Name.Variable": "#c6d0f5",
"Number": "#ef9f76",
"Operator": "#99d1db",
"Punctuation": "#949cbb",
"String": "#a6d189",
"String.Char": "#81c8be",
"String.Doc": "#81c8be",
"String.Escape": "#f4b8e4",
"String.Heredoc": "#81c8be",
"String.Interpol": "#f4b8e4",
"String.Regex": "#ef9f76",
"String.Symbol": "#eebebe",
}
}