mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 09:26:34 +00:00
Added chrome style color palletes and automatic theme creation
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
diff --git a/browser/components/newtab/content-src/styles/_theme.scss b/browser/components/newtab/content-src/styles/_theme.scss
|
||||
index 6b097ae93edc046fb82dc843357e4ce8f34aca60..a76a3d8082d611a5169b0e85053aaca05a59ede1 100644
|
||||
--- a/browser/components/newtab/content-src/styles/_theme.scss
|
||||
+++ b/browser/components/newtab/content-src/styles/_theme.scss
|
||||
@@ -25,7 +25,7 @@ $shadow-image-inset: inset 0 0 0 0.5px $black-15;
|
||||
// Default theme
|
||||
:root {
|
||||
// General styles
|
||||
- --newtab-background-color: #{$in-content-page-background};
|
||||
+ --newtab-background-color: var(--zen-colors-tertiary);
|
||||
--newtab-background-color-secondary: #{$newtab-background-secondary};
|
||||
--newtab-text-primary-color: #{$in-content-page-color};
|
||||
--newtab-primary-action-background: #{$primary-blue};
|
Reference in New Issue
Block a user