Skip to content

Commit

Permalink
Update light theme popup mask
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled committed May 30, 2021
1 parent 04d97d1 commit c28efd2
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"stopColor": "#aba9dd",
"testScopeColor": "#f3f9ed",
"comments": "#64757d",
"popupMask": "#FAF2F150",
"popupMask": "#fbf3f230",
"codeBlock": "#eaecf6",
"textEditorBackground": "#FAF2F1",
"foldedTextBackground": "#f0e8e7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"accentColor": "#DA46A7",
"stopColor": "#469fda",
"testScopeColor": "#e7eff1",
"popupMask": "#f4eafe50",
"popupMask": "#f1d7ef30",
"codeBlock": "#ecf2f8",
"textEditorBackground": "#ffeefd",
"foldedTextBackground": "#f9e8f7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"darkerAccentColor": "#dcab2b",
"stopColor": "#ff784b",
"testScopeColor": "#e8dd88",
"popupMask": "#EAEAF030",
"popupMask": "#f6d98830",
"comments": "#908250",
"unusedColor": "#afaf77",
"codeBlock": "#f9da7d",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"accentColor": "#f5a821",
"stopColor": "#ec081e",
"testScopeColor": "#ecfded",
"popupMask": "#e7e6eb05",
"popupMask": "#fffefb30",
"codeBlock": "#f6f6f6",
"textEditorBackground": "#fffefb",
"foldedTextBackground": "#f6f6f6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"darkerAccentColor": "#dcab2b",
"stopColor": "#FCFFA5",
"testScopeColor": "#D7FFDC",
"popupMask": "#EAEAF030",
"popupMask": "#FFF6E430",
"codeBlock": "#f4f3ee",
"textEditorBackground": "#FFFEF9",
"foldedTextBackground": "#F3F2E2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"infoForeground": "#3b753d",
"stopColor": "#5EEF1B",
"testScopeColor": "#dcf6e1",
"popupMask": "#fbf0ff50",
"popupMask": "#f2fff030",
"codeBlock": "#eaf6eb",
"textEditorBackground": "#f2fff0",
"foldedTextBackground": "#def6f3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"accentColor": "#E94686",
"stopColor": "#fbadff",
"testScopeColor": "#ede8e4",
"popupMask": "#EAEAF030",
"popupMask": "#FFE0F030",
"codeBlock": "#FDD8FF",
"textEditorBackground": "#FFE5F1",
"foldedTextBackground": "#F1E5FA",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"infoForeground": "#64a6ac",
"stopColor": "#3DFFF3",
"testScopeColor": "#f1fdeb",
"popupMask": "#fbf0ff50",
"popupMask": "#f0faff30",
"codeBlock": "#eaf0f6",
"textEditorBackground": "#f0faff",
"foldedTextBackground": "#e5edf6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"accentColor": "#ab74cb",
"stopColor": "#f595ff",
"testScopeColor": "#e7eff1",
"popupMask": "#fbf0ff50",
"popupMask": "#ded7f130",
"codeBlock": "#efeaf6",
"textEditorBackground": "#f3f0ff",
"foldedTextBackground": "#eae5f6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"accentColorSecondary": "#E94686",
"stopColor": "#fbadff",
"testScopeColor": "#ede8e4",
"popupMask": "#EAEAF030",
"popupMask": "#FFE0F030",
"codeBlock": "#FDD8FF",
"textEditorBackground": "#FFE5F1",
"foldedTextBackground": "#F1E5FA",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"accentColor": "#82357d",
"stopColor": "#e984ed",
"testScopeColor": "#e7eff1",
"popupMask": "#fbf0ff50",
"popupMask": "#fbf0ff30",
"codeBlock": "#f2eaf6",
"textEditorBackground": "#fbf0ff",
"foldedTextBackground": "#f2e5f6",
Expand Down

0 comments on commit c28efd2

Please sign in to comment.