Skip to content

Commit

Permalink
Fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Jun 12, 2023
1 parent 394f5b0 commit ce05ded
Show file tree
Hide file tree
Showing 50 changed files with 309 additions and 1,960 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ install_firefox_theme() {

if [[ "${alt}" == 'true' && "${name}" == 'Monterey' ]]; then
cp -rf "${FIREFOX_SRC_DIR}"/userChrome-Monterey-alt.css "${TARGET_DIR}"/userChrome.css
cp -rf "${FIREFOX_SRC_DIR}"/WhiteSur/parts/headerbar-urlbar.css "${TARGET_DIR}"/Monterey/parts/headerbar-urlbar-alt.css
fi

config_firefox
Expand Down
12 changes: 7 additions & 5 deletions src/Monterey/colors/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:root {
/* Browser area before a page starts loading */
--gnome-browser-before-load-background: #242424;
--gnome-browser-content-box-background: #323232;
--theme-primary-color: #315bef;

/* Toolbars */
Expand All @@ -32,7 +33,7 @@
--gnome-popover-shadow: 0 5px 8px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.75);
--gnome-popover-button-hover-background: rgba(255, 255, 255, 0.1);
--gnome-popover-button-active-background: rgba(255, 255, 255, 0.15);
--gnome-popover-separator-color: rgba(255, 255, 255, 0.1);
--gnome-popover-separator-color: rgba(255, 255, 255, 0.08);

/* Header bar */
--gnome-headerbar-background: #373737;
Expand All @@ -54,8 +55,8 @@
--gnome-button-active-border-color: #1b1b1b;
--gnome-button-active-border-accent-color: #1b1b1b;
--gnome-button-active-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
--gnome-button-disabled-background: #505050;
--gnome-button-disabled-border-color: #323232;
--gnome-button-disabled-background: linear-gradient(to top, #434343 0%, #494949 100%);
--gnome-button-disabled-border-color: #282828;
--gnome-button-disabled-box-shadow: inset 0 1px rgba(255, 255, 255, 0.03);
--gnome-inactive-button-background: linear-gradient(#383838, #383838);
--gnome-inactive-button-border-color: #323232;
Expand Down Expand Up @@ -107,8 +108,9 @@
--gnome-inactive-tabbar-tab-color: rgb(141, 144, 145);
--gnome-inactive-tabbar-tab-background: #383838;
--gnome-inactive-tabbar-tab-active-background: #424242;
--gnome-inactive-tabbar-tab-active-border-bottom-color: #15539e;
--gnome-inactive-tabbar-tab-active-color: rgb(141, 144, 145);
--gnome-inactive-tabbar-tab-active-border-bottom-color: var(--gnome-tabbar-tab-active-border-bottom-color);
--gnome-inactive-tabbar-tab-active-color: var(--gnome-inactive-tabbar-tab-color);
--gnome-tab-attention-icon-color: #718be8;

/* Switch */
--gnome-switch-background: #282828;
Expand Down
2 changes: 2 additions & 0 deletions src/Monterey/colors/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
:root {
/* Browser area before a page starts loading */
--gnome-browser-before-load-background: #f5f5f5;
--gnome-browser-content-box-background: #ffffff;
--theme-primary-color: #315bef;

/* Toolbars */
Expand Down Expand Up @@ -108,6 +109,7 @@
--gnome-inactive-tabbar-tab-active-background: #eeeeee;
--gnome-inactive-tabbar-tab-active-border-bottom-color: var(--gnome-tabbar-tab-active-border-bottom-color);
--gnome-inactive-tabbar-tab-active-color: var(--gnome-inactive-tabbar-tab-color);
--gnome-tab-attention-icon-color: #718be8;

/* Switch */
--gnome-switch-background: #e1dedb;
Expand Down
Loading

0 comments on commit ce05ded

Please sign in to comment.