Add missing comma in solarized colorscheme
This commit is contained in:
parent
ebc2d4f424
commit
9314ed99c5
|
@ -31,7 +31,7 @@
|
|||
"col_current": { "fg": "azure4", "bg": "lightyellow" },
|
||||
"environment": { "fg": "gray61", "bg": "royalblue5" },
|
||||
"error": { "fg": "oldlace", "bg": "red", "attr": ["bold"] },
|
||||
"warning": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] }
|
||||
"warning": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] },
|
||||
"current_tag": { "fg": "oldlace", "bg": "royalblue5", "attr": ["bold"] }
|
||||
},
|
||||
"mode_translations": {
|
||||
|
|
Loading…
Reference in New Issue