From 913fc31a5e37ba46ec8ed66c14be4ece4523510f Mon Sep 17 00:00:00 2001 From: Mauro Reis Vieira Date: Fri, 3 Sep 2021 23:35:49 +0100 Subject: [PATCH] feat: update colors of Theme and Scheme regarding last updates on `primitives` --- GitHub Dark.sublime-theme | 32 ++--- GitHub Dimmed.sublime-theme | 32 ++--- GitHub Light.sublime-theme | 88 ++++++------- schemes/GitHub Dark.sublime-color-scheme | 10 +- schemes/GitHub Dimmed.sublime-color-scheme | 10 +- schemes/GitHub Light.sublime-color-scheme | 146 ++++++++++----------- 6 files changed, 159 insertions(+), 159 deletions(-) diff --git a/GitHub Dark.sublime-theme b/GitHub Dark.sublime-theme index d01cf83..e8759e0 100644 --- a/GitHub Dark.sublime-theme +++ b/GitHub Dark.sublime-theme @@ -1,7 +1,7 @@ { "extends": "Adaptive.sublime-theme", "variables": { - "accent": "#f78166", + "accent": "#F78166", "background": "var(--background)", "foreground": "#c9d1d9", "fontSizeSm": 11, @@ -13,7 +13,7 @@ "titleBarForeground": "#8b949e", "tooltipBackground": "#79c0ff", "tooltipForeground": "#0d419d", - "sidebarBackground": "hsla(216,28%,5%,1)", + "sidebarBackground": "#010409", "sidebarBorder": "#30363d", "sidebarHeadingForeground": "#c9d1d9", "sidebarLabelForeground": "#c9d1d9", @@ -22,7 +22,7 @@ "sidebarFolderForeground": "#8b949e", "sidebarFolderExpandedForeground": "var(accent)", "treeActiveSelectionBackground": "#21262d", - "tabInactiveBackground": "hsla(216,28%,5%,1)", + "tabInactiveBackground": "#010409", "tabBorder": "#30363d", "tabActiveForeground": "#c9d1d9", "tabActiveBackground": "#0d1117", @@ -30,28 +30,28 @@ "tabButtonForeground": "#c9d1d9", "gridBorder": "#30363d", "overlayBorder": "#30363d", - "panelControlBackground": "hsla(216,28%,5%,1)", + "panelControlBackground": "#010409", "panelControlBorder": "#30363d", - "panelRowBackground": "hsla(216,28%,5%,1)", + "panelRowBackground": "#010409", "panelRowForeground": "#c9d1d9", "panelRowLabelForeground": "#8b949e", - "panelRowSelectedBackground": "rgba(28,33,40,1)", + "panelRowSelectedBackground": "#161b22", "panelRowSelectedForeground": "#c9d1d9", "panelRowMatchForeground": "#388bfd", "panelRowSelectedMatchForeground": "#388bfd", "panelRowLinkForeground": "#58a6ff", - "autoCompleteBackground": "hsla(216,28%,5%,1)", + "autoCompleteBackground": "#010409", "autoCompleteForeground": "#c9d1d9", "autoCompleteSelectedBackground": "#8b949e", - "autoCompleteSelectedForeground": "hsla(216,28%,5%,1)", + "autoCompleteSelectedForeground": "#010409", "autoCompleteMatchForeground": "var(accent)", "autoCompleteSelectedMatchForeground": "var(accent)", "inputBackground": "#0d1117", - "inputBorder": "#21262d", + "inputBorder": "#30363d", "inputForeground": "#c9d1d9", "buttonForeground": "#c9d1d9", "buttonBackground": "color(#c9d1d9 alpha(0.02))", - "buttonBorder": "#21262d", + "buttonBorder": "#30363d", "buttonHoverBackground": "color(#c9d1d9 alpha(0.1))", "buttonPressedBackground": "color(#c9d1d9 alpha(0.2))", "buttonSelecteddBackground": "color(#c9d1d9 alpha(0.08))", @@ -65,13 +65,13 @@ "scrollBar": "#484F5833", "scrollTrack": "#484F5888", "vcsAnnotationBorder": "#30363d", - "vcsUntracked": "#56d364", - "vcsModified": "#e3b341", - "vcsDeleted": "#f85149", - "vcsIgnored": "#484f58", - "vcsUnmerged": "#e3b341", + "vcsUntracked": "#c9d1d9", + "vcsModified": "#d29922", + "vcsDeleted": "#c9d1d9", + "vcsIgnored": "#8b949e", + "vcsUnmerged": "#d29922", "vcsStaged": "var(--cyanish)", - "vcsMissing": "#e3b341" + "vcsMissing": "#d29922" }, "rules": [ { diff --git a/GitHub Dimmed.sublime-theme b/GitHub Dimmed.sublime-theme index 84f70e6..8de4b87 100644 --- a/GitHub Dimmed.sublime-theme +++ b/GitHub Dimmed.sublime-theme @@ -1,7 +1,7 @@ { "extends": "Adaptive.sublime-theme", "variables": { - "accent": "#f78166", + "accent": "#EC775C", "background": "var(--background)", "foreground": "#adbac7", "fontSizeSm": 11, @@ -13,7 +13,7 @@ "titleBarForeground": "#768390", "tooltipBackground": "#6cb6ff", "tooltipForeground": "#1b4b91", - "sidebarBackground": "hsla(215,15%,14%,1)", + "sidebarBackground": "#1c2128", "sidebarBorder": "#444c56", "sidebarHeadingForeground": "#adbac7", "sidebarLabelForeground": "#adbac7", @@ -22,7 +22,7 @@ "sidebarFolderForeground": "#768390", "sidebarFolderExpandedForeground": "var(accent)", "treeActiveSelectionBackground": "#373e47", - "tabInactiveBackground": "hsla(215,15%,14%,1)", + "tabInactiveBackground": "#1c2128", "tabBorder": "#444c56", "tabActiveForeground": "#adbac7", "tabActiveBackground": "#22272e", @@ -30,28 +30,28 @@ "tabButtonForeground": "#adbac7", "gridBorder": "#444c56", "overlayBorder": "#444c56", - "panelControlBackground": "hsla(215,15%,14%,1)", + "panelControlBackground": "#1c2128", "panelControlBorder": "#444c56", - "panelRowBackground": "hsla(215,15%,14%,1)", + "panelRowBackground": "#1c2128", "panelRowForeground": "#adbac7", "panelRowLabelForeground": "#768390", - "panelRowSelectedBackground": "rgba(50,57,65,1)", + "panelRowSelectedBackground": "#2d333b", "panelRowSelectedForeground": "#adbac7", "panelRowMatchForeground": "#4184e4", "panelRowSelectedMatchForeground": "#4184e4", "panelRowLinkForeground": "#539bf5", - "autoCompleteBackground": "hsla(215,15%,14%,1)", + "autoCompleteBackground": "#1c2128", "autoCompleteForeground": "#adbac7", "autoCompleteSelectedBackground": "#768390", - "autoCompleteSelectedForeground": "hsla(215,15%,14%,1)", + "autoCompleteSelectedForeground": "#1c2128", "autoCompleteMatchForeground": "var(accent)", "autoCompleteSelectedMatchForeground": "var(accent)", "inputBackground": "#22272e", - "inputBorder": "#373e47", + "inputBorder": "#444c56", "inputForeground": "#adbac7", "buttonForeground": "#adbac7", "buttonBackground": "color(#adbac7 alpha(0.02))", - "buttonBorder": "#373e47", + "buttonBorder": "#444c56", "buttonHoverBackground": "color(#adbac7 alpha(0.1))", "buttonPressedBackground": "color(#adbac7 alpha(0.2))", "buttonSelecteddBackground": "color(#adbac7 alpha(0.08))", @@ -65,13 +65,13 @@ "scrollBar": "#484F5833", "scrollTrack": "#484F5888", "vcsAnnotationBorder": "#444c56", - "vcsUntracked": "#6bc46d", - "vcsModified": "#daaa3f", - "vcsDeleted": "#e5534b", - "vcsIgnored": "#545d68", - "vcsUnmerged": "#daaa3f", + "vcsUntracked": "#adbac7", + "vcsModified": "#c69026", + "vcsDeleted": "#adbac7", + "vcsIgnored": "#768390", + "vcsUnmerged": "#c69026", "vcsStaged": "var(--cyanish)", - "vcsMissing": "#daaa3f" + "vcsMissing": "#c69026" }, "rules": [ { diff --git a/GitHub Light.sublime-theme b/GitHub Light.sublime-theme index a1b7d4a..6bcdebb 100644 --- a/GitHub Light.sublime-theme +++ b/GitHub Light.sublime-theme @@ -1,77 +1,77 @@ { "extends": "Adaptive.sublime-theme", "variables": { - "accent": "#f9826c", + "accent": "#FD8C73", "background": "var(--background)", - "foreground": "#24292e", + "foreground": "#24292f", "fontSizeSm": 11, "fontSizeMd": 12, "fontSizeLg": 14, "fontSizeHuge": 24, "fontFace": "system", "titleBarBackground": "#ffffff", - "titleBarForeground": "#586069", - "tooltipBackground": "#005cc5", - "tooltipForeground": "#dbedff", + "titleBarForeground": "#57606a", + "tooltipBackground": "#0550ae", + "tooltipForeground": "#b6e3ff", "sidebarBackground": "#f6f8fa", - "sidebarBorder": "#e1e4e8", - "sidebarHeadingForeground": "#24292e", - "sidebarLabelForeground": "#24292e", - "sidebarLabelHoverForeground": "#24292e", - "sidebarLabelSelectedForeground": "#24292e", - "sidebarFolderForeground": "#586069", + "sidebarBorder": "#d0d7de", + "sidebarHeadingForeground": "#24292f", + "sidebarLabelForeground": "#24292f", + "sidebarLabelHoverForeground": "#24292f", + "sidebarLabelSelectedForeground": "#24292f", + "sidebarFolderForeground": "#57606a", "sidebarFolderExpandedForeground": "var(accent)", "treeActiveSelectionBackground": "#e2e5e9", "tabInactiveBackground": "#f6f8fa", - "tabBorder": "#e1e4e8", - "tabActiveForeground": "#24292e", + "tabBorder": "#d0d7de", + "tabActiveForeground": "#24292f", "tabActiveBackground": "#ffffff", "tabSelectedBorderBorder": "var(accent)", - "tabButtonForeground": "#24292e", - "gridBorder": "#e1e4e8", - "overlayBorder": "#e1e4e8", + "tabButtonForeground": "#24292f", + "gridBorder": "#d0d7de", + "overlayBorder": "#d0d7de", "panelControlBackground": "#f6f8fa", - "panelControlBorder": "#e1e4e8", + "panelControlBorder": "#d0d7de", "panelRowBackground": "#f6f8fa", - "panelRowForeground": "#24292e", - "panelRowLabelForeground": "#6a737d", + "panelRowForeground": "#24292f", + "panelRowLabelForeground": "#57606a", "panelRowSelectedBackground": "#ffffff", - "panelRowSelectedForeground": "#24292e", - "panelRowMatchForeground": "#0366d6", - "panelRowSelectedMatchForeground": "#0366d6", - "panelRowLinkForeground": "#0366d6", + "panelRowSelectedForeground": "#24292f", + "panelRowMatchForeground": "#0969da", + "panelRowSelectedMatchForeground": "#0969da", + "panelRowLinkForeground": "#0969da", "autoCompleteBackground": "#f6f8fa", - "autoCompleteForeground": "#24292e", - "autoCompleteSelectedBackground": "#6a737d", + "autoCompleteForeground": "#24292f", + "autoCompleteSelectedBackground": "#57606a", "autoCompleteSelectedForeground": "#f6f8fa", "autoCompleteMatchForeground": "var(accent)", "autoCompleteSelectedMatchForeground": "var(accent)", "inputBackground": "#ffffff", - "inputBorder": "#e1e4e8", - "inputForeground": "#24292e", - "buttonForeground": "#24292e", - "buttonBackground": "color(#24292e alpha(0.02))", - "buttonBorder": "#e1e4e8", - "buttonHoverBackground": "color(#24292e alpha(0.1))", - "buttonPressedBackground": "color(#24292e alpha(0.2))", - "buttonSelecteddBackground": "color(#24292e alpha(0.08))", + "inputBorder": "#d0d7de", + "inputForeground": "#24292f", + "buttonForeground": "#24292f", + "buttonBackground": "color(#24292f alpha(0.02))", + "buttonBorder": "#d0d7de", + "buttonHoverBackground": "color(#24292f alpha(0.1))", + "buttonPressedBackground": "color(#24292f alpha(0.2))", + "buttonSelecteddBackground": "color(#24292f alpha(0.08))", "buttonIconForeground": "var(foreground)", "buttonIconSelecteddForeground": "var(accent)", - "statusBarForeground": "#586069", - "statusBarHoverForeground": "#24292e", + "statusBarForeground": "#57606a", + "statusBarHoverForeground": "#24292f", "statusBarBackground": "#ffffff", - "statusBarBorder": "#e1e4e8", - "progressBarBackground": "#2188ff", + "statusBarBorder": "#d0d7de", + "progressBarBackground": "#218bff", "scrollBar": "#959da533", "scrollTrack": "#959da588", - "vcsAnnotationBorder": "#e1e4e8", - "vcsUntracked": "#22863a", - "vcsModified": "#b08800", - "vcsDeleted": "#cb2431", - "vcsIgnored": "#959da5", - "vcsUnmerged": "#b08800", + "vcsAnnotationBorder": "#d0d7de", + "vcsUntracked": "#24292f", + "vcsModified": "#9a6700", + "vcsDeleted": "#24292f", + "vcsIgnored": "#8c959f", + "vcsUnmerged": "#9a6700", "vcsStaged": "var(--cyanish)", - "vcsMissing": "#b08800" + "vcsMissing": "#9a6700" }, "rules": [ { diff --git a/schemes/GitHub Dark.sublime-color-scheme b/schemes/GitHub Dark.sublime-color-scheme index fcb8906..3f8bdcc 100644 --- a/schemes/GitHub Dark.sublime-color-scheme +++ b/schemes/GitHub Dark.sublime-color-scheme @@ -2,16 +2,16 @@ "name": "GitHub Dark", "author": "Mauro Reis Vieira ", "variables": { - "accent": "#f78166", + "accent": "#F78166", "cursor": "#79c0ff", "foreground": "#c9d1d9", "background": "#0d1117", "comments": "#8b949e", "deprecated": "#f0f6fc", "invalid": "#f0f6fc", - "diffAdded": "#196c2e", - "diffModified": "#9e6a03", - "diffDeleted": "#b62324", + "diffAdded": "rgba(46,160,67,0.4)", + "diffModified": "rgba(187,128,9,0.4)", + "diffDeleted": "rgba(248,81,73,0.4)", "black": "#484f58", "blue": "#58a6ff", "gray": "#6e7681", @@ -39,7 +39,7 @@ "line_diff_added": "var(diffAdded)", "line_diff_deleted": "var(diffDeleted)", "line_diff_modified": "var(diffModified)", - "line_highlight": "#161b22", + "line_highlight": "rgba(110,118,129,0.1)", "misspelling": "var(blue)", "selection": "#3392FF44", "selection_border": "#17E5E600", diff --git a/schemes/GitHub Dimmed.sublime-color-scheme b/schemes/GitHub Dimmed.sublime-color-scheme index 2414e93..bbe33a2 100644 --- a/schemes/GitHub Dimmed.sublime-color-scheme +++ b/schemes/GitHub Dimmed.sublime-color-scheme @@ -2,16 +2,16 @@ "name": "GitHub Dimmed", "author": "Mauro Reis Vieira ", "variables": { - "accent": "#f78166", + "accent": "#EC775C", "cursor": "#6cb6ff", "foreground": "#adbac7", "background": "#22272e", "comments": "#768390", "deprecated": "#cdd9e5", "invalid": "#cdd9e5", - "diffAdded": "#2b6a30", - "diffModified": "#966600", - "diffDeleted": "#ad2e2c", + "diffAdded": "rgba(70,149,74,0.4)", + "diffModified": "rgba(174,124,20,0.4)", + "diffDeleted": "rgba(229,83,75,0.4)", "black": "#545d68", "blue": "#539bf5", "gray": "#636e7b", @@ -39,7 +39,7 @@ "line_diff_added": "var(diffAdded)", "line_diff_deleted": "var(diffDeleted)", "line_diff_modified": "var(diffModified)", - "line_highlight": "#2d333b", + "line_highlight": "rgba(99,110,123,0.1)", "misspelling": "var(blue)", "selection": "#3392FF44", "selection_border": "#17E5E600", diff --git a/schemes/GitHub Light.sublime-color-scheme b/schemes/GitHub Light.sublime-color-scheme index 712622d..9219702 100644 --- a/schemes/GitHub Light.sublime-color-scheme +++ b/schemes/GitHub Light.sublime-color-scheme @@ -2,32 +2,32 @@ "name": "GitHub Light", "author": "Mauro Reis Vieira ", "variables": { - "accent": "#f9826c", - "cursor": "#c8e1ff", - "foreground": "#24292e", + "accent": "#FD8C73", + "cursor": "#80ccff", + "foreground": "#24292f", "background": "#ffffff", - "comments": "#6a737d", - "deprecated": "#fafbfc", - "invalid": "#fafbfc", - "diffAdded": "#34d058", - "diffModified": "#f9c513", - "diffDeleted": "#d73a49", - "black": "#24292e", - "blue": "#0366d6", - "gray": "#6a737d", - "green": "#22863a", - "purple": "#6f42c1", - "red": "#d73a49", + "comments": "#6e7781", + "deprecated": "#f6f8fa", + "invalid": "#f6f8fa", + "diffAdded": "rgba(74,194,107,0.4)", + "diffModified": "rgba(212,167,44,0.4)", + "diffDeleted": "rgba(255,129,130,0.4)", + "black": "#24292f", + "blue": "#0969da", + "gray": "#6e7781", + "green": "#116329", + "purple": "#8250df", + "red": "#cf222e", "cyan": "#1b7c83", - "white": "#6a737d", - "yellow": "#b08800" + "white": "#6e7781", + "yellow": "#4d2d00" }, "globals": { "accent": "var(accent)", "background": "var(background)", "foreground": "var(foreground)", - "caret": "#044289", - "block_caret": "#044289", + "caret": "#033d8b", + "block_caret": "#033d8b", "bracket_contents_foreground": "var(yellow)", "bracket_contents_options": "underline", "brackets_foreground": "var(cyan)", @@ -39,7 +39,7 @@ "line_diff_added": "var(diffAdded)", "line_diff_deleted": "var(diffDeleted)", "line_diff_modified": "var(diffModified)", - "line_highlight": "#fafbfc", + "line_highlight": "rgba(234,238,242,0.5)", "misspelling": "var(blue)", "selection": "#0366d625", "selection_border": "#34d05800", @@ -50,17 +50,17 @@ "tags_foreground": "var(cyan)", "tags_options": "underline", "gutter": "var(background)", - "gutter_foreground": "#959da5", - "gutter_foreground_highlight": "#24292e", - "find_highlight": "#ffdf5d", - "find_highlight_foreground": "#24292e", + "gutter_foreground": "#57606a", + "gutter_foreground_highlight": "#24292f", + "find_highlight": "#bf8700", + "find_highlight_foreground": "#24292f", "highlight": "#34d058", - "guide": "hsla(214,13%,93%,1)", - "stack_guide": "#2f363d", - "active_guide": "#444d56", + "guide": "hsla(210,18%,87%,1)", + "stack_guide": "#32383f", + "active_guide": "#424a53", "line_diff_width": "4", - "scroll_highlight": "#fffbdd", - "scroll_selected_highlight": "#fff5b1" + "scroll_highlight": "#fae17d", + "scroll_selected_highlight": "#eac54f" }, "rules": [ { @@ -70,190 +70,190 @@ }, { "scope": "constant,entity.name.constant,variable.other.constant,variable.other.object,variable.language,entity", - "foreground": "#005cc5" + "foreground": "#0550ae" }, { "scope": "entity.name,variable.parameter.function,entity.name.function variable.other.readwrite,meta.export.default,meta.definition.variable", - "foreground": "#e36209" + "foreground": "#953800" }, { "scope": "meta.jsx.children,meta.block,meta.tag.attributes,meta.object.member,meta.embedded.expression", - "foreground": "#24292e" + "foreground": "#24292f" }, { "scope": "entity.name.function,meta.function-call support.function", - "foreground": "#6f42c1" + "foreground": "#8250df" }, { "scope": "entity.name.tag,support.class.component", - "foreground": "#22863a" + "foreground": "#116329" }, { "scope": "keyword", - "foreground": "#d73a49" + "foreground": "#cf222e" }, { "scope": "storage,storage.type", - "foreground": "#d73a49" + "foreground": "#cf222e" }, { "scope": "storage.modifier.package,storage.modifier.import,storage.type.java", - "foreground": "#24292e" + "foreground": "#24292f" }, { "scope": "string,punctuation.definition.string,string punctuation.section.embedded source", - "foreground": "#032f62" + "foreground": "#0a3069" }, { "scope": "support", - "foreground": "#005cc5" + "foreground": "#0550ae" }, { "scope": "meta.property-name,meta.mapping.key string.quoted.double", - "foreground": "#005cc5" + "foreground": "#0550ae" }, { "scope": "variable", - "foreground": "#e36209" + "foreground": "#953800" }, { "scope": "variable.other", - "foreground": "#24292e" + "foreground": "#24292f" }, { "scope": "invalid.broken", "font_style": "italic", - "foreground": "#b31d28" + "foreground": "#82071e" }, { "scope": "invalid.deprecated", "font_style": "italic", - "foreground": "#b31d28" + "foreground": "#82071e" }, { "scope": "invalid.illegal", "font_style": "italic", - "foreground": "#b31d28" + "foreground": "#82071e" }, { "scope": "invalid.unimplemented", "font_style": "italic", - "foreground": "#b31d28" + "foreground": "#82071e" }, { "scope": "carriage-return", "font_style": "italic underline", - "foreground": "#fafbfc" + "foreground": "#f6f8fa" }, { "scope": "message.error", - "foreground": "#b31d28" + "foreground": "#82071e" }, { "scope": "string source", - "foreground": "#24292e" + "foreground": "#24292f" }, { "scope": "string variable", - "foreground": "#005cc5" + "foreground": "#0550ae" }, { "scope": "source.regexp,string.regexp", - "foreground": "#032f62" + "foreground": "#0a3069" }, { "scope": "string.regexp.character-class,string.regexp source.ruby.embedded,string.regexp string.regexp.arbitrary-repitition", - "foreground": "#032f62" + "foreground": "#0a3069" }, { "scope": "string.regexp constant.character.escape", "font_style": "bold", - "foreground": "#22863a" + "foreground": "#116329" }, { "scope": "support.constant", - "foreground": "#005cc5" + "foreground": "#0550ae" }, { "scope": "support.variable", - "foreground": "#005cc5" + "foreground": "#0550ae" }, { "scope": "meta.module-reference", - "foreground": "#005cc5" + "foreground": "#0550ae" }, { "scope": "punctuation.definition.list.begin.markdown,markup.list.numbered.bullet.markdown,markup.list.unnumbered.bullet.markdown punctuation.definition.list_item.markdown", - "foreground": "#e36209" + "foreground": "#953800" }, { "scope": "markup.heading,markup.heading entity.name", "font_style": "bold", - "foreground": "#005cc5" + "foreground": "#0550ae" }, { "scope": "markup.quote", - "foreground": "#22863a" + "foreground": "#116329" }, { "scope": "markup.italic", "font_style": "italic", - "foreground": "#24292e" + "foreground": "#24292f" }, { "scope": "markup.bold", "font_style": "bold", - "foreground": "#24292e" + "foreground": "#24292f" }, { "scope": "markup.raw", - "foreground": "#005cc5" + "foreground": "#0550ae" }, { "scope": "markup.deleted,meta.diff.header.from-file,punctuation.definition.deleted", - "foreground": "#b31d28" + "foreground": "#82071e" }, { "scope": "markup.inserted,meta.diff.header.to-file,punctuation.definition.inserted", - "foreground": "#22863a" + "foreground": "#116329" }, { "scope": "markup.changed,punctuation.definition.changed", - "foreground": "#e36209" + "foreground": "#953800" }, { "scope": "markup.ignored,markup.untracked", - "foreground": "#f6f8fa" + "foreground": "#eaeef2" }, { "scope": "meta.diff.range", - "foreground": "#6f42c1", + "foreground": "#8250df", "font_style": "bold" }, { "scope": "meta.diff.header", - "foreground": "#005cc5" + "foreground": "#0550ae" }, { "scope": "meta.separator", "font_style": "bold", - "foreground": "#005cc5" + "foreground": "#0550ae" }, { "scope": "meta.output", - "foreground": "#005cc5" + "foreground": "#0550ae" }, { "scope": "brackethighlighter.tag,brackethighlighter.curly,brackethighlighter.round,brackethighlighter.square,brackethighlighter.angle,brackethighlighter.quote", - "foreground": "#586069" + "foreground": "#57606a" }, { "scope": "brackethighlighter.unmatched", - "foreground": "#b31d28" + "foreground": "#82071e" }, { "scope": "constant.other.reference.link,string.other.link,markup.underline.link", - "foreground": "#032f62", + "foreground": "#0a3069", "font_style": "underline" }, {