-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathPresentation (Dark).cetheme
More file actions
126 lines (126 loc) Β· 2.13 KB
/
Presentation (Dark).cetheme
File metadata and controls
126 lines (126 loc) Β· 2.13 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "presentation.dark",
"displayName": "Presentation (Dark)",
"description": "CodeEdit bundled theme.",
"author": "CodeEdit",
"version": "0.0.1",
"license": "MIT",
"distributionURL": "https://github.com/CodeEditApp/CodeEdit",
"type": "dark",
"editor": {
"background": {
"color": "#202025"
},
"selection": {
"color": "#646F83"
},
"insertionPoint": {
"color": "#007AFF"
},
"lineHighlight": {
"color": "#444551"
},
"invisibles": {
"color": "#5F5F5F"
},
"text": {
"color": "#FFFFFF"
},
"comments": {
"color": "#7F8C99"
},
"strings": {
"color": "#FF5F63"
},
"characters": {
"color": "#FFEA80"
},
"numbers": {
"color": "#FFEA80"
},
"keywords": {
"color": "#F7439D",
"bold": true
},
"attributes": {
"color": "#E7AD78"
},
"types": {
"color": "#75E1FF"
},
"variables": {
"color": "#3EBDE0"
},
"commands": {
"color": "#64D7C0"
},
"values": {
"color": "#BB81FF"
}
},
"terminal": {
"background": {
"color": "#202025"
},
"selection": {
"color": "#646F83"
},
"cursor": {
"color": "#FFFFFF"
},
"text": {
"color": "#FFFFFF"
},
"boldText": {
"color": "#D9D9D9"
},
"black": {
"color": "#1F2024"
},
"red": {
"color": "#FF5F63"
},
"green": {
"color": "#64D7C0"
},
"yellow": {
"color": "#FFEA80"
},
"blue": {
"color": "#3EBDE0"
},
"magenta": {
"color": "#F7439D"
},
"cyan": {
"color": "#75E1FF"
},
"white": {
"color": "#D9D9D9"
},
"brightBlack": {
"color": "#8E8E93"
},
"brightRed": {
"color": "#FF5F63"
},
"brightGreen": {
"color": "#64D7C0"
},
"brightYellow": {
"color": "#FFEA80"
},
"brightBlue": {
"color": "#3EBDE0"
},
"brightMagenta": {
"color": "#F7439D"
},
"brightCyan": {
"color": "#75E1FF"
},
"brightWhite": {
"color": "#FFFFFF"
}
}
}