diff --git a/schemes/Meetio-Theme-Dark.sublime-color-scheme b/schemes/Meetio-Theme-Dark.sublime-color-scheme index 5356f075..7b99a671 100644 --- a/schemes/Meetio-Theme-Dark.sublime-color-scheme +++ b/schemes/Meetio-Theme-Dark.sublime-color-scheme @@ -26,21 +26,19 @@ "caret": "var(cursor)", "block_caret": "var(cursor)", "line_highlight": "color(var(foreground) alpha(0.1))", - "selection": "color(var(cyan) alpha(0.1))", + "selection": "color(var(foreground) alpha(0.10))", "selection_border": "var(cyan)", - "selection_corner_style": "cut", - "selection_corner_radius": "cut", "inactive_selection": "color(var(cyan) alpha(0.1))", "misspelling": "var(red)", "shadow": "color(var(background) alpha(0.5))", "gutter_foreground": "color(var(foreground) alpha(0.2))", - "active_guide": "var(red)", + "active_guide": "var(cyan)", "stack_guide": "var(orange)", "fold_marker": "var(yellow)", "highlight": "var(pink)", "find_highlight": "var(yellow)", - "find_highlight_foreground": "var(brown)", - "line_diff_width": "3", + "find_highlight_foreground": "var(background)", + "line_diff_width": "2", "line_diff_added": "var(diffAdded)", "line_diff_modified": "var(diffModified)", "line_diff_deleted": "var(diffDeleted)" diff --git a/schemes/Meetio-Theme-Light.sublime-color-scheme b/schemes/Meetio-Theme-Light.sublime-color-scheme index 9541f151..ff34b2e2 100644 --- a/schemes/Meetio-Theme-Light.sublime-color-scheme +++ b/schemes/Meetio-Theme-Light.sublime-color-scheme @@ -26,21 +26,19 @@ "caret": "var(cursor)", "block_caret": "var(cursor)", "line_highlight": "color(var(foreground) alpha(0.1))", - "selection": "color(var(cyan) alpha(0.1))", + "selection": "color(var(foreground) alpha(0.10))", "selection_border": "var(cyan)", - "selection_corner_style": "cut", - "selection_corner_radius": "cut", "inactive_selection": "color(var(cyan) alpha(0.1))", "misspelling": "var(red)", "shadow": "color(var(background) alpha(0.5))", "gutter_foreground": "color(var(foreground) alpha(0.2))", - "active_guide": "var(red)", + "active_guide": "var(cyan)", "stack_guide": "var(orange)", "fold_marker": "var(yellow)", "highlight": "var(pink)", "find_highlight": "var(yellow)", - "find_highlight_foreground": "var(brown)", - "line_diff_width": "3", + "find_highlight_foreground": "var(background)", + "line_diff_width": "2", "line_diff_added": "var(diffAdded)", "line_diff_modified": "var(diffModified)", "line_diff_deleted": "var(diffDeleted)" diff --git a/src/schemes/files/globals.js b/src/schemes/files/globals.js index 59d00349..574bc53c 100644 --- a/src/schemes/files/globals.js +++ b/src/schemes/files/globals.js @@ -4,21 +4,19 @@ module.exports = { caret: "var(cursor)", block_caret: "var(cursor)", line_highlight: "color(var(foreground) alpha(0.1))", - selection: "color(var(cyan) alpha(0.1))", + selection: "color(var(foreground) alpha(0.10))", selection_border: "var(cyan)", - selection_corner_style: "cut", - selection_corner_radius: "cut", inactive_selection: "color(var(cyan) alpha(0.1))", misspelling: "var(red)", shadow: "color(var(background) alpha(0.5))", gutter_foreground: "color(var(foreground) alpha(0.2))", - active_guide: "var(red)", + active_guide: "var(cyan)", stack_guide: "var(orange)", fold_marker: "var(yellow)", highlight: "var(pink)", find_highlight: "var(yellow)", - find_highlight_foreground: "var(brown)", - line_diff_width: "3", + find_highlight_foreground: "var(background)", + line_diff_width: "2", line_diff_added: "var(diffAdded)", line_diff_modified: "var(diffModified)", line_diff_deleted: "var(diffDeleted)"