File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
pkg/wconfig/defaultconfig Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 102
102
"selectionBackground" : " #3A96DD" ,
103
103
"background" : " #0C0C0C" ,
104
104
"cursor" : " #CCCCCC"
105
+ },
106
+ "warmyellow" : {
107
+ "display:name" : " Warm Yellow" ,
108
+ "display:order" : 4 ,
109
+ "black" : " #3C3228" ,
110
+ "red" : " #E67E22" ,
111
+ "green" : " #A5D6A7" ,
112
+ "yellow" : " #F9D784" ,
113
+ "blue" : " #7FB3D5" ,
114
+ "magenta" : " #C39BD3" ,
115
+ "cyan" : " #5DADE2" ,
116
+ "white" : " #ECF0F1" ,
117
+ "brightBlack" : " #7E705A" ,
118
+ "brightRed" : " #E74C3C" ,
119
+ "brightGreen" : " #82E0AA" ,
120
+ "brightYellow" : " #F4D03F" ,
121
+ "brightBlue" : " #3498DB" ,
122
+ "brightMagenta" : " #9B59B6" ,
123
+ "brightCyan" : " #1ABC9C" ,
124
+ "brightWhite" : " #FFFFFF" ,
125
+ "background" : " #2B2620" ,
126
+ "foreground" : " #F2E6D4" ,
127
+ "selectionBackground" : " #B7950B" ,
128
+ "cursor" : " #F9D784"
105
129
}
106
130
}
You can’t perform that action at this time.
0 commit comments