Skip to content

Commit

Permalink
feat: update colors of Theme and Scheme regarding last updates on `pr…
Browse files Browse the repository at this point in the history
…imitives`
  • Loading branch information
mauroreisvieira committed Sep 3, 2021
1 parent 527fd62 commit 913fc31
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 159 deletions.
32 changes: 16 additions & 16 deletions GitHub Dark.sublime-theme
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "Adaptive.sublime-theme",
"variables": {
"accent": "#f78166",
"accent": "#F78166",
"background": "var(--background)",
"foreground": "#c9d1d9",
"fontSizeSm": 11,
Expand All @@ -13,7 +13,7 @@
"titleBarForeground": "#8b949e",
"tooltipBackground": "#79c0ff",
"tooltipForeground": "#0d419d",
"sidebarBackground": "hsla(216,28%,5%,1)",
"sidebarBackground": "#010409",
"sidebarBorder": "#30363d",
"sidebarHeadingForeground": "#c9d1d9",
"sidebarLabelForeground": "#c9d1d9",
Expand All @@ -22,36 +22,36 @@
"sidebarFolderForeground": "#8b949e",
"sidebarFolderExpandedForeground": "var(accent)",
"treeActiveSelectionBackground": "#21262d",
"tabInactiveBackground": "hsla(216,28%,5%,1)",
"tabInactiveBackground": "#010409",
"tabBorder": "#30363d",
"tabActiveForeground": "#c9d1d9",
"tabActiveBackground": "#0d1117",
"tabSelectedBorderBorder": "var(accent)",
"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))",
Expand All @@ -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": [
{
Expand Down
32 changes: 16 additions & 16 deletions GitHub Dimmed.sublime-theme
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "Adaptive.sublime-theme",
"variables": {
"accent": "#f78166",
"accent": "#EC775C",
"background": "var(--background)",
"foreground": "#adbac7",
"fontSizeSm": 11,
Expand All @@ -13,7 +13,7 @@
"titleBarForeground": "#768390",
"tooltipBackground": "#6cb6ff",
"tooltipForeground": "#1b4b91",
"sidebarBackground": "hsla(215,15%,14%,1)",
"sidebarBackground": "#1c2128",
"sidebarBorder": "#444c56",
"sidebarHeadingForeground": "#adbac7",
"sidebarLabelForeground": "#adbac7",
Expand All @@ -22,36 +22,36 @@
"sidebarFolderForeground": "#768390",
"sidebarFolderExpandedForeground": "var(accent)",
"treeActiveSelectionBackground": "#373e47",
"tabInactiveBackground": "hsla(215,15%,14%,1)",
"tabInactiveBackground": "#1c2128",
"tabBorder": "#444c56",
"tabActiveForeground": "#adbac7",
"tabActiveBackground": "#22272e",
"tabSelectedBorderBorder": "var(accent)",
"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))",
Expand All @@ -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": [
{
Expand Down
88 changes: 44 additions & 44 deletions GitHub Light.sublime-theme
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
10 changes: 5 additions & 5 deletions schemes/GitHub Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "GitHub Dark",
"author": "Mauro Reis Vieira <mauroreisvieira@gmail.com>",
"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",
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions schemes/GitHub Dimmed.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "GitHub Dimmed",
"author": "Mauro Reis Vieira <mauroreisvieira@gmail.com>",
"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",
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 913fc31

Please sign in to comment.