Improve line number coloring

master
Marius Kintel 2015-03-02 13:11:53 -05:00
parent 697399d4a2
commit 70ae4acdd0
3 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@
"selection-foreground" : "#ffffff",
"selection-background" : "#4a90d9",
"margin-background" : "#272822",
"margin-foreground" : "#e0e0e0",
"margin-foreground" : "Gray",
"matched-brace-background" : "#505050",
"matched-brace-foreground" : "#ffffff",
"unmatched-brace-background" : "#dc322f",
@ -33,4 +33,4 @@
"error-indicator-outline" : "#ff000000",
"edge" : "#ffffff"
}
}
}

View File

@ -23,7 +23,7 @@
"selection-foreground" : "#ffffff",
"selection-background" : "#4a90d9",
"margin-background" : "#f8f8f8",
"margin-foreground" : "#000000",
"margin-foreground" : "Gray",
"matched-brace-background" : "#c7f6cb",
"matched-brace-foreground" : "Blue",
"unmatched-brace-background" : "#ffcdcc",
@ -33,4 +33,4 @@
"error-indicator-outline" : "#ff000000",
"edge" : "#ffffff"
}
}
}

View File

@ -23,7 +23,7 @@
"selection-foreground" : "#272822",
"selection-background" : "#f8f8f2",
"margin-background" : "#3e3d32",
"margin-foreground" : "#f8f8f2",
"margin-foreground" : "DarkGray",
"matched-brace-background" : "#606060",
"matched-brace-foreground" : "#ffff00",
"unmatched-brace-background" : "#b06060",
@ -33,4 +33,4 @@
"error-indicator-outline" : "#ff000000",
"edge" : "#ffffff"
}
}
}