-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathcatppuccin-mocha.theme
More file actions
75 lines (75 loc) · 4.24 KB
/
Copy pathcatppuccin-mocha.theme
File metadata and controls
75 lines (75 loc) · 4.24 KB
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
{
"metadata": {
"name": "Catppuccin Mocha (tidymodels)",
"revision": 1,
"license": "SPDX-License-Identifier: MIT",
"copyright": [
"SPDX-FileCopyrightText: 2021 Catppuccin",
"Custom variant: blue/sapphire remapped to pink, mauve remapped to yellow, to match the site maintainer's Positron editor setup."
]
},
"text-styles": {
"Normal": { "text-color": "#cdd6f4", "selected-text-color": "#cdd6f4" },
"Keyword": { "text-color": "#f9e2af", "selected-text-color": "#f9e2af", "bold": true },
"ControlFlow": { "text-color": "#f9e2af", "selected-text-color": "#f9e2af", "bold": true },
"Import": { "text-color": "#f9e2af", "selected-text-color": "#f9e2af" },
"Preprocessor": { "text-color": "#f9e2af", "selected-text-color": "#f9e2af", "italic": true },
"DataType": { "text-color": "#f9e2af", "selected-text-color": "#f9e2af" },
"Attribute": { "text-color": "#f9e2af", "selected-text-color": "#f9e2af" },
"Annotation": { "text-color": "#f9e2af", "selected-text-color": "#f9e2af", "italic": true },
"DecVal": { "text-color": "#fab387", "selected-text-color": "#fab387" },
"BaseN": { "text-color": "#fab387", "selected-text-color": "#fab387" },
"Float": { "text-color": "#fab387", "selected-text-color": "#fab387" },
"Constant": { "text-color": "#fab387", "selected-text-color": "#fab387", "bold": true },
"Warning": { "text-color": "#fab387", "selected-text-color": "#fab387", "bold": true },
"Others": { "text-color": "#fab387", "selected-text-color": "#fab387" },
"String": { "text-color": "#a6e3a1", "selected-text-color": "#a6e3a1" },
"VerbatimString": { "text-color": "#a6e3a1", "selected-text-color": "#a6e3a1" },
"Extension": { "text-color": "#a6e3a1", "selected-text-color": "#a6e3a1", "bold": true },
"Char": { "text-color": "#94e2d5", "selected-text-color": "#94e2d5" },
"SpecialChar": { "text-color": "#f5c2e7", "selected-text-color": "#f5c2e7" },
"SpecialString": { "text-color": "#f5c2e7", "selected-text-color": "#f5c2e7" },
"Comment": { "text-color": "#9399b2", "selected-text-color": "#9399b2", "italic": true },
"CommentVar": { "text-color": "#f2cdcd", "selected-text-color": "#f2cdcd", "italic": true, "bold": true },
"Documentation": { "text-color": "#7f849c", "selected-text-color": "#7f849c", "italic": true },
"RegionMarker": { "text-color": "#9399b2", "selected-text-color": "#9399b2", "italic": true },
"Function": { "text-color": "#f5c2e7", "selected-text-color": "#f5c2e7" },
"BuiltIn": { "text-color": "#f5c2e7", "selected-text-color": "#f5c2e7" },
"Variable": { "text-color": "#cdd6f4", "selected-text-color": "#cdd6f4" },
"Operator": { "text-color": "#89dceb", "selected-text-color": "#89dceb" },
"Information": { "text-color": "#89dceb", "selected-text-color": "#89dceb", "bold": true },
"Alert": { "text-color": "#f38ba8", "selected-text-color": "#f38ba8", "bold": true },
"Error": { "text-color": "#f38ba8", "selected-text-color": "#f38ba8", "underline": true }
},
"background-color": "#1e1e2e",
"editor-colors": {
"BackgroundColor": "#1e1e2e",
"CodeFolding": "#45475a",
"BracketMatching": "#7f849c",
"CurrentLine": "#313244",
"IconBorder": "#181825",
"IndentationLine": "#313244",
"LineNumbers": "#6c7086",
"CurrentLineNumber": "#9399b2",
"MarkBookmark": "#b4befe",
"MarkBreakpointActive": "#f38ba8",
"MarkBreakpointReached": "#f9e2af",
"MarkBreakpointDisabled": "#6c7086",
"MarkExecution": "#585b70",
"MarkWarning": "#fab387",
"MarkError": "#f38ba8",
"ModifiedLines": "#fab387",
"ReplaceHighlight": "#a6e3a1",
"SavedLines": "#a6e3a1",
"SearchHighlight": "#f9e2af",
"TextSelection": "#585b70",
"Separator": "#45475a",
"SpellChecking": "#f38ba8",
"TabMarker": "#6c7086",
"TemplateBackground": "#1e1e2e",
"TemplatePlaceholder": "#313244",
"TemplateFocusedPlaceholder": "#45475a",
"TemplateReadOnlyPlaceholder": "#45475a",
"WordWrapMarker": "#45475a"
}
}