-
Notifications
You must be signed in to change notification settings - Fork 0
/
pasperfection-dark-theme.json
116 lines (116 loc) · 3.14 KB
/
pasperfection-dark-theme.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
108
109
110
111
112
113
114
115
116
{
"name": "Pasperfection Dark Theme",
"type": "dark",
"colors": {
"editor.background": "#000000",
"editor.foreground": "#FFFFFF",
"editorCursor.foreground": "#FFFFFF",
"editor.lineHighlightBackground": "#000000",
"editor.selectionBackground": "#034972",
"sideBar.background": "#000000",
"sideBar.foreground": "#FFFFFF",
"activityBar.background": "#034972",
"activityBar.foreground": "#FFFFFF",
"statusBar.background": "#000000",
"statusBar.foreground": "#FFFFFF",
"titleBar.activeBackground": "#034972",
"titleBar.activeForeground": "#FFFFFF",
"editor.wordHighlightBackground": "#303030",
"editor.wordHighlightStrongBackground": "#034972",
"editorIndentGuide.background": "#1F1F1F",
"editorIndentGuide.activeBackground": "#034972",
"editorLineNumber.foreground": "#034972",
"editorLineNumber.activeForeground": "#FFFFFF",
"panel.background": "#000000",
"panel.border": "#000000",
"panelTitle.activeForeground": "#FFFFFF",
"panelTitle.inactiveForeground": "#FFFFFF",
"terminal.background": "#000000",
"terminal.foreground": "#FFFFFF",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#00FF00",
"terminal.ansiCyan": "#FFFFFF",
"terminal.ansiGreen": "#00FF00",
"terminal.ansiMagenta": "#ff0000",
"terminal.ansiRed": "#FF0000",
"terminal.ansiWhite": "#FFFFFF",
"terminal.ansiYellow": "#FFFF00",
"editorWidget.background": "#000000",
"editorGutter.background": "#000000",
"debugToolBar.background": "#000000",
"debugTokenExpression.name": "#00FF00",
"diffEditor.insertedTextBackground": "#000000",
"diffEditor.removedTextBackground": "#000000",
"notificationCenter.border": "#00FF00",
"notificationsErrorIcon.foreground": "#FF0000"
},
"tokenColors": [
{
"scope": ["comment", "punctuation.definition.comment"],
"settings": {
"foreground": "#FFFFFF"
}
},
{
"scope": ["string", "punctuation.definition.string"],
"settings": {
"foreground": "#ff0000"
}
},
{
"scope": ["constant.numeric"],
"settings": {
"foreground": "#FFFF00"
}
},
{
"scope": ["keyword"],
"settings": {
"foreground": "#00FF00"
}
},
{
"scope": ["entity.name.function", "support.function"],
"settings": {
"foreground": "#ff0000"
}
},
{
"scope": ["variable"],
"settings": {
"foreground": "#FFFFFF"
}
},
{
"scope": ["storage.type", "storage.modifier"],
"settings": {
"foreground": "#00FF00"
}
},
{
"scope": ["entity.name.type", "entity.other.inherited-class"],
"settings": {
"foreground": "#FFFFFF"
}
},
{
"scope": ["entity.name.tag", "punctuation.definition.tag"],
"settings": {
"foreground": "#00FF00"
}
},
{
"scope": ["entity.other.attribute-name"],
"settings": {
"foreground": "#FFFF00"
}
},
{
"scope": ["markup.heading"],
"settings": {
"foreground": "#00FF00",
"fontStyle": "bold"
}
}
]
}