Skip to content

Commit

Permalink
replace ugly cyan color from various UI elements with rosybrown
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jun 27, 2024
1 parent 73d41b7 commit f8d438c
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions chrome/bar/urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
background-color: #c38f8f !important;
}

/* Text color of the full URL besides title in the URL selection menu */
#urlbar-results :is(.urlbarView-tags, .urlbarView-action, .urlbarView-url) {
color: #c38f8f !important;
}
Expand Down
19 changes: 19 additions & 0 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,22 @@
@import "menu/extensions-menu.css";
@import "browser/navigation.css";
@import "misc/round-items.css";

/* Change the default ugly cyan color in various elements/UI */
:root,
panel,
dialog,
window {
--lwt-toolbarbutton-icon-fill-attention: #c38f8f !important;
--button-primary-bgcolor: #c38f8f !important;
--button-primary-hover-bgcolor: #c38f8f !important;
--button-primary-active-bgcolor: #c38f8f !important;
--in-content-primary-button-background: #c38f8f !important;
--in-content-primary-button-background-hover: #c38f8f !important;
--in-content-primary-button-background-active: #c38f8f !important;
--input-border-color: #c38f8f !important;
--uc-checkbox-checked-bgcolor: #c38f8f !important;
--checkbox-checked-bgcolor: #c38f8f !important;
--focus-outline-color: #c38f8f !important;
--in-content-link-color: #c38f8f !important;
}
19 changes: 19 additions & 0 deletions chrome/userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,22 @@
background-color: transparent !important;
}
}

/* Change the default ugly cyan color in various elements/UI */
:root,
panel,
dialog,
window {
--lwt-toolbarbutton-icon-fill-attention: #c38f8f !important;
--button-primary-bgcolor: #c38f8f !important;
--button-primary-hover-bgcolor: #c38f8f !important;
--button-primary-active-bgcolor: #c38f8f !important;
--in-content-primary-button-background: #c38f8f !important;
--in-content-primary-button-background-hover: #c38f8f !important;
--in-content-primary-button-background-active: #c38f8f !important;
--input-border-color: #c38f8f !important;
--uc-checkbox-checked-bgcolor: #c38f8f !important;
--checkbox-checked-bgcolor: #c38f8f !important;
--focus-outline-color: #c38f8f !important;
--in-content-link-color: #c38f8f !important;
}
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ My Tailor-Fitted highly customized and advanced [Firefox](https://www.mozilla.or
- Userscripts
- Userstyles
- Custom theme
- Consistent and matching colors across various elements and the UI

## Where do each files go

Expand Down

0 comments on commit f8d438c

Please sign in to comment.