Make the current line color transparent in VS Code Dark

This makes the error line highlighting appear behind the current
line highlighting, instead of being hidden by it.
This commit is contained in:
Hugo Locurcio
2019-02-12 21:44:47 +01:00
parent 2f753a15e2
commit 96f87e8e1e

View File

@@ -22,7 +22,7 @@ number_color="ffb5cea8"
symbol_color="ffd4d4d4"
selection_color="ff264f78"
brace_mismatch_color="ffff3333"
current_line_color="ff282828"
current_line_color="0bffffff"
line_length_guideline_color="ff333333"
mark_color="66ff6666"
breakpoint_color="33cccc66"