Skip to content

Commit

Permalink
Merge pull request #19 from doki-theme/infoForegrounds
Browse files Browse the repository at this point in the history
Better Information Foreground Colors
  • Loading branch information
Unthrottled authored Sep 8, 2020
2 parents c3726e7 + 2111d90 commit 413e039
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"accentColorMoreTransparent": "#5395b42A",
"accentColor": "#5395b4",
"accentContrastColor": "#272727",
"infoForeground": "#ac7f9c",
"infoForeground": "#ab8d9f",
"stopColor": "#68c4ee",
"testScopeColor": "#151b18",
"popupMask": "#EAEAF00A",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"caretRow": "#f7dcf3",
"caretForeground": "#ffffff",
"lineNumberColor": "#aaaaaa",
"infoForeground": "#5ca4d4",
"completionWindowBackground": "#eae5e8",
"baseIconColor": "#8b838a",
"ghostColor": "#FFFFFF00",
Expand Down Expand Up @@ -39,7 +40,6 @@
"accentColorLessTransparent": "#DA46A79A",
"accentColorMoreTransparent": "#DA46A72A",
"accentColor": "#DA46A7",
"infoForeground": "#5da8d9",
"stopColor": "#469fda",
"testScopeColor": "#e7eff1",
"popupMask": "#f4eafe50",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"caretRow": "#491818",
"caretForeground": "#ffffff",
"lineNumberColor": "#cdb0b0",
"infoForeground": "#bf555e",
"infoForeground": "#cdacac",
"completionWindowBackground": "#32393F",
"baseIconColor": "#9e898e",
"ghostColor": "#FFFFFF00",
Expand Down
2 changes: 1 addition & 1 deletion definitions/killLaKill/ryuko/ryuko.master.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"caretRow": "#2a3037",
"caretForeground": "#ffffff",
"lineNumberColor": "#666879",
"infoForeground": "#6e707a",
"completionWindowBackground": "#32393F",
"baseIconColor": "#717981",
"ghostColor": "#FFFFFF00",
"contrastColor": "#262c32",
"nonProjectFileScopeColor": "#303638",
"editorBackground": "#2b3238",
"secondaryBackground": "#282f35",
"infoForeground": "#b13238",
"selectionForeground": "#E2CB14",
"inactiveBackground": "#2a272e",
"inactiveBackgroundDarker": "#333037",
Expand Down
2 changes: 1 addition & 1 deletion definitions/konoSuba/megumin.master.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"caretRow": "#2c2228",
"caretForeground": "#ffffff",
"lineNumberColor": "#666879",
"infoForeground": "#8f4044",
"infoForeground": "#75595d",
"completionWindowBackground": "#32393F",
"baseIconColor": "#948785",
"ghostColor": "#FFFFFF00",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"colors": {
"caretRow": "#292D1F",
"caretForeground": "#ffffff",
"lineNumberColor": "#666879",
"lineNumberColor": "#697966",
"completionWindowBackground": "#32393F",
"baseIconColor": "#657F6E",
"ghostColor": "#FFFFFF00",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"colors": {
"caretRow": "#4D2339",
"caretForeground": "#ffffff",
"lineNumberColor": "#666879",
"lineNumberColor": "#796675",
"completionWindowBackground": "#32393F",
"baseIconColor": "#7F707A",
"ghostColor": "#FFFFFF00",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"caretRow": "#ffdce6",
"caretForeground": "#ffffff",
"lineNumberColor": "#aaaaaa",
"infoForeground": "#dd87a1",
"completionWindowBackground": "#e7e5ea",
"baseIconColor": "#7F707A",
"ghostColor": "#FFFFFF00",
Expand All @@ -39,7 +40,6 @@
"accentColorLessTransparent": "#E946869A",
"accentColorMoreTransparent": "#E946862A",
"accentColor": "#E94686",
"infoForeground": "#dd87a1",
"stopColor": "#fbadff",
"testScopeColor": "#ede8e4",
"popupMask": "#EAEAF030",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"colors": {
"caretRow": "#473466",
"caretForeground": "#ffffff",
"lineNumberColor": "#666879",
"lineNumberColor": "#6f6679",
"completionWindowBackground": "#32393F",
"baseIconColor": "#6d6b96",
"ghostColor": "#FFFFFF00",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doki-master-theme",
"version": "5.1.0",
"version": "5.1.1",
"description": "The Doki Theme",
"main": "build/index.js",
"repository": "https://github.com/doki-theme/doki-master-theme.git",
Expand Down

0 comments on commit 413e039

Please sign in to comment.