This repository was archived by the owner on Jun 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzenburn.json
More file actions
83 lines (83 loc) · 2.66 KB
/
zenburn.json
File metadata and controls
83 lines (83 loc) · 2.66 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
{
/*
colors https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el
zenburn-fg+1 #FFFFEF
zenburn-fg #DCDCCC
zenburn-fg-1 #656555
zenburn-bg-2 #000000
zenburn-bg-1 #2B2B2B
zenburn-bg-05 #383838
zenburn-bg #3F3F3F
zenburn-bg+05 #494949
zenburn-bg+1 #4F4F4F
zenburn-bg+2 #5F5F5F
zenburn-bg+3 #6F6F6F
zenburn-red+2 #ECB3B3
zenburn-red+1 #DCA3A3
zenburn-red #CC9393
zenburn-red-1 #BC8383
zenburn-red-2 #AC7373
zenburn-red-3 #9C6363
zenburn-red-4 #8C5353
zenburn-red-5 #7C4343
zenburn-red-6 #6C3333
zenburn-orange #DFAF8F
zenburn-yellow #F0DFAF
zenburn-yellow-1 #E0CF9F
zenburn-yellow-2 #D0BF8F
zenburn-green-5 #2F4F2F
zenburn-green-4 #3F5F3F
zenburn-green-3 #4F6F4F
zenburn-green-2 #5F7F5F
zenburn-green-1 #6F8F6F
zenburn-green #7F9F7F
zenburn-green+1 #8FB28F
zenburn-green+2 #9FC59F
zenburn-green+3 #AFD8AF
zenburn-green+4 #BFEBBF
zenburn-cyan #93E0E3
zenburn-blue+3 #BDE0F3
zenburn-blue+2 #ACE0E3
zenburn-blue+1 #94BFF3
zenburn-blue #8CD0D3
zenburn-blue-1 #7CB8BB
zenburn-blue-2 #6CA0A3
zenburn-blue-3 #5C888B
zenburn-blue-4 #4C7073
zenburn-blue-5 #366060
zenburn-magenta #DC8CC3
*/
"workbench.colorCustomizations": {
"[Zenburn]": {
"ralsp.keyword": "#F0DFAF",
"ralsp.keyword.control": "#F0DFAF",
"ralsp.keyword.unsafe": "#BC8383",
"ralsp.function": "#93E0E3",
"ralsp.type": "#7CB8BB",
"ralsp.constant": "#6CA0A3",
"ralsp.variable": "#DCDCCC",
"ralsp.variable.mut": "#DCDCCC",
"ralsp.comment": "#7F9F7F",
"ralsp.literal": "#BFEBBF",
"ralsp.string": "#CC9393",
"ralsp.macro": "#94BFF3",
"ralsp.attribute": "#94BFF3",
"ralsp.module": "#AFD8AF",
"ralsp.field": "#94BFF3"
},
"editor.background": "#3F3F3F",
"editor.lineHighlightBackground": "#383838",
"editorCursor.foreground": "#FFFFEF",
"editorGutter.background": "#4F4F4F",
"panel.background": "#3F3F3F",
"scrollbar.shadow": "#00000000",
"sideBar.background": "#2B2B2B",
"statusBar.background": "#2B2B2B",
"statusBar.foreground": "#8FB28F",
"statusBar.noFolderBackground": "#2B2B2B",
"statusBar.noFolderBorder": "#7F9F7F",
"statusBar.debuggingBackground": "#2B2B2B",
"statusBar.debuggingBorder": "#DC8CC3",
"widget.shadow": "#00000000",
},
}