File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
pkg/wconfig/defaultconfig Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 126
126
"foreground" : " #F2E6D4" ,
127
127
"selectionBackground" : " #B7950B" ,
128
128
"cursor" : " #F9D784"
129
+ },
130
+ "onedarkpro" : {
131
+ "display:name" : " One Dark Pro" ,
132
+ "display:order" : 1.5 ,
133
+ "background" : " #282C34" ,
134
+ "foreground" : " #ABB2BF" ,
135
+ "cursor" : " #D7DAE0" ,
136
+ "selectionBackground" : " #528BFF" ,
137
+ "black" : " #3F4451" ,
138
+ "red" : " #E05561" ,
139
+ "green" : " #8CC265" ,
140
+ "yellow" : " #D18F52" ,
141
+ "blue" : " #4AA5F0" ,
142
+ "magenta" : " #C162DE" ,
143
+ "cyan" : " #42B3C2" ,
144
+ "white" : " #D7DAE0" ,
145
+ "brightBlack" : " #4F5666" ,
146
+ "brightRed" : " #FF616E" ,
147
+ "brightGreen" : " #A5E075" ,
148
+ "brightYellow" : " #F0A45D" ,
149
+ "brightBlue" : " #4DC4FF" ,
150
+ "brightMagenta" : " #DE73FF" ,
151
+ "brightCyan" : " #4CD1E0" ,
152
+ "brightWhite" : " #E6E6E6" ,
153
+ "gray" : " #495162" ,
154
+ "cmdtext" : " #ABB2BF"
129
155
}
130
156
}
You can’t perform that action at this time.
0 commit comments