diff --git a/color-schemes/editor/dark-background.json b/color-schemes/editor/dark-background.json index 2c199fcc..3db0fb02 100644 --- a/color-schemes/editor/dark-background.json +++ b/color-schemes/editor/dark-background.json @@ -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" } -} \ No newline at end of file +} diff --git a/color-schemes/editor/light-background.json b/color-schemes/editor/light-background.json index 2c0ffb30..b7e02aee 100644 --- a/color-schemes/editor/light-background.json +++ b/color-schemes/editor/light-background.json @@ -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" } -} \ No newline at end of file +} diff --git a/color-schemes/editor/monokai.json b/color-schemes/editor/monokai.json index 8ddac03c..bfd8dc1a 100644 --- a/color-schemes/editor/monokai.json +++ b/color-schemes/editor/monokai.json @@ -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" } -} \ No newline at end of file +}