Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed settings page theme #13

Merged
merged 2 commits into from
Mar 30, 2024
Merged

Changed settings page theme #13

merged 2 commits into from
Mar 30, 2024

Conversation

Nikhil7174
Copy link
Collaborator

@Nikhil7174 Nikhil7174 commented Mar 30, 2024

  1. Changed brave-toolbar-gradient color
  2. Changed brave iron-icon and iron selected color
  3. Changed brave-brand-color
  4. Changed cr-link-color

Screenshot_20240330_180542
Screenshot_20240330_180302
Screenshot_20240330_015501

@udaybansal19
Copy link
Collaborator

Can you add some screenshots in the PR for your changes

@@ -97,7 +98,7 @@ RegisterStyleOverride(

@media (prefers-color-scheme: dark) {
:host {
--settings-nav-item-color: #F4F4F4 !important;
--settings-nav-item-color: #f4f4f4 !important;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we using lower case letters here? this does not change anything right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bhaiya mostly i think this happened because of formattor. i will revert it .

@@ -6,10 +6,10 @@
/* Default/light theme button colors */
:host(:not([style])) {
--brave-text-color: #3b3e4f; /* grey800 */
--brave-brand-color: #ff7654; /* orange400 */
--brave-primary-hover: #ff977d; /* orange300 */
--brave-brand-color: #27a348; /* orange400 */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please change the comment here as well to reflect the changed colour

@udaybansal19 udaybansal19 merged commit b2bf327 into main Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants