Bug 1706360 - Adjust default background colors of new-tab. r=dao

Differential Revision: https://phabricator.services.mozilla.com/D112744
This commit is contained in:
julianwels
2021-04-29 15:20:27 +00:00
parent 073f4677d5
commit 6c7b74b51e
8 changed files with 9 additions and 9 deletions

View File

@@ -105,7 +105,7 @@ $newtab-wordmark-default-color: #20123A;
// Matching proton in-content colors // Matching proton in-content colors
$in-content-page-color: rgb(21, 20, 26); $in-content-page-color: rgb(21, 20, 26);
$in-content-page-color-dark: rgb(251, 251, 254); $in-content-page-color-dark: rgb(251, 251, 254);
$in-content-page-background: $white; $in-content-page-background: #F9F9FB;
$in-content-page-background-dark: rgb(28, 27, 34); $in-content-page-background-dark: rgb(28, 27, 34);
$newtab-card-primary-text-color: #20123A; $newtab-card-primary-text-color: #20123A;

View File

@@ -28,7 +28,7 @@ input {
display: none !important; } display: none !important; }
body { body {
--newtab-background-color: #FFF; --newtab-background-color: #F9F9FB;
--newtab-border-primary-color: #B1B1B3; --newtab-border-primary-color: #B1B1B3;
--newtab-border-secondary-color: #D7D7DB; --newtab-border-secondary-color: #D7D7DB;
--newtab-element-active-color: rgba(215, 215, 219, 0.6); --newtab-element-active-color: rgba(215, 215, 219, 0.6);

View File

@@ -31,7 +31,7 @@ input {
display: none !important; } display: none !important; }
body { body {
--newtab-background-color: #FFF; --newtab-background-color: #F9F9FB;
--newtab-border-primary-color: #B1B1B3; --newtab-border-primary-color: #B1B1B3;
--newtab-border-secondary-color: #D7D7DB; --newtab-border-secondary-color: #D7D7DB;
--newtab-element-active-color: rgba(215, 215, 219, 0.6); --newtab-element-active-color: rgba(215, 215, 219, 0.6);

View File

@@ -28,7 +28,7 @@ input {
display: none !important; } display: none !important; }
body { body {
--newtab-background-color: #FFF; --newtab-background-color: #F9F9FB;
--newtab-border-primary-color: #B1B1B3; --newtab-border-primary-color: #B1B1B3;
--newtab-border-secondary-color: #D7D7DB; --newtab-border-secondary-color: #D7D7DB;
--newtab-element-active-color: rgba(215, 215, 219, 0.6); --newtab-element-active-color: rgba(215, 215, 219, 0.6);

View File

@@ -53,7 +53,7 @@
"tab_background_separator": "hsla(261, 53%, 15%, 1)", "tab_background_separator": "hsla(261, 53%, 15%, 1)",
"tab_line": "hsla(265, 100%, 72%, 1)", "tab_line": "hsla(265, 100%, 72%, 1)",
"tab_loading": "hsla(265, 100%, 72%, 1)", "tab_loading": "hsla(265, 100%, 72%, 1)",
"ntp_background": "hsla(0, 0%, 100%, 1)", "ntp_background": "#F9F9FB",
"ntp_text": "hsla(261, 53%, 15%, 1)", "ntp_text": "hsla(261, 53%, 15%, 1)",
"popup": "hsla(254, 46%, 21%, 1)", "popup": "hsla(254, 46%, 21%, 1)",
"popup_text": "hsla(255, 100%, 94%, 1)", "popup_text": "hsla(255, 100%, 94%, 1)",
@@ -110,7 +110,7 @@
"tab_background_separator": "hsla(255, 100%, 94%, 1)", "tab_background_separator": "hsla(255, 100%, 94%, 1)",
"tab_line": "hsla(265, 100%, 72%, 1)", "tab_line": "hsla(265, 100%, 72%, 1)",
"tab_loading": "hsla(265, 100%, 72%, 1)", "tab_loading": "hsla(265, 100%, 72%, 1)",
"ntp_background": "hsla(254, 46%, 21%, .96)", "ntp_background": "#2A2A2E",
"ntp_text": "hsla(255, 100%, 94%, 1)", "ntp_text": "hsla(255, 100%, 94%, 1)",
"popup": "hsla(250, 43%, 25%, 1)", "popup": "hsla(250, 43%, 25%, 1)",
"popup_text": "hsla(255, 100%, 94%, 1)", "popup_text": "hsla(255, 100%, 94%, 1)",

View File

@@ -34,7 +34,7 @@
"toolbar_field_text": "rgb(251,251,254)", "toolbar_field_text": "rgb(251,251,254)",
"toolbar_field_focus": "rgb(66,65,77)", "toolbar_field_focus": "rgb(66,65,77)",
"toolbar_text": "rgb(251, 251, 254)", "toolbar_text": "rgb(251, 251, 254)",
"ntp_background": "rgb(28, 27, 34)", "ntp_background": "#2A2A2E",
"ntp_text": "rgb(251, 251, 254)", "ntp_text": "rgb(251, 251, 254)",
"sidebar": "#38383D", "sidebar": "#38383D",
"sidebar_text": "rgb(249, 249, 250)", "sidebar_text": "rgb(249, 249, 250)",

View File

@@ -35,7 +35,7 @@
"toolbar_field_border": "transparent", "toolbar_field_border": "transparent",
"toolbar_field_focus": "white", "toolbar_field_focus": "white",
"toolbar_text": "rgb(21,20,26)", "toolbar_text": "rgb(21,20,26)",
"ntp_background": "#fff", "ntp_background": "#F9F9FB",
"ntp_text": "rgb(21, 20, 26)", "ntp_text": "rgb(21, 20, 26)",
"popup_action_color": "rgb(91,91,102)", "popup_action_color": "rgb(91,91,102)",
"button": "rgb(240,240,244)", "button": "rgb(240,240,244)",

View File

@@ -37,7 +37,7 @@
"toolbar_field_text": "rgb(251,251,254)", "toolbar_field_text": "rgb(251,251,254)",
"toolbar_field_focus": "rgb(66,65,77)", "toolbar_field_focus": "rgb(66,65,77)",
"toolbar_text": "rgb(251, 251, 254)", "toolbar_text": "rgb(251, 251, 254)",
"ntp_background": "rgb(28, 27, 34)", "ntp_background": "#2A2A2E",
"ntp_text": "rgb(251, 251, 254)", "ntp_text": "rgb(251, 251, 254)",
"sidebar": "#38383D", "sidebar": "#38383D",
"sidebar_text": "rgb(249, 249, 250)", "sidebar_text": "rgb(249, 249, 250)",