Skip to content

Commit

Permalink
feat(firefox): added firefox configs
Browse files Browse the repository at this point in the history
  • Loading branch information
umgbhalla committed Oct 11, 2021
1 parent 202fed0 commit d15bb44
Show file tree
Hide file tree
Showing 110 changed files with 3,085 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
/* order of these files is important and should not be changed */

@import "icons/extension-icons.css";
@import "window-controls/wc-without-tabline.css";
@import "hide-tabline.css";
@import "userChrome-static.css";

:root {
--dark-0: #151d28;
--dark-base: #192330;
--dark-1: #233143;
--dark-2: #2a3b51;
--dark-3: #374e6c;
--dark-4: #3e5879;
--light-0: #d7dfea;
--light-base: #afc0d5;
--light-1: #a1b5ce;
--light-2: #94abc7;
--light-3: #87a0c0;
--light-4: #7996b9;
--accent: #63cdcf;
--yellow: #dbc074;
--green: #5cb8a7;
--red: #c94f6d;
--extension-icon-mask: grayscale(85%) invert(75%) sepia(8%) saturate(862%) hue-rotate(173deg) brightness(88%);

/* expanded width of the sidebar.
used for userChrome-static, and hover */
--sidebar-width: 300px;
/* initial width of the sidebar.
advised not to change since tst css relies on this value*/
--sidebar-collapsed-width: 60px;

--dividers: 2px;

--tl-animation-duration: 200ms;
/*--tl-tab-background-gradient: */
/* uncomment and add gradient value for selected tab gradient*/

/******WINDOW CONTROL PLACEMENT VARS******/
--wc-vertical-shift: 18px;
/* larger value moves window controls down,*/
/* can be negative(moves controls up) */
/* Experiemntal: 55px if tabline visible, -25px if tabline hidden */
--wc-left-space: 15px; /* add space to the left of window controls*/
--wc-right-space: 18px; /* add space to the right of window controls*/
/* left-space shifts window-controls */
/* if you want to shift window controls to the left: positive value */
/* if you want to shift them to the right: smaller or negative value */
/* right-space shifts rest of the navbar (forward,backward,urlbar,etc.) to the right */
/* if you want to increase/decrease space between window-controls and navbars: */
/* set positive/smaller or negative value for right-space*/
}

:root[privatebrowsingmode="temporary"] {
--dark-0: #1c0e34;
--dark-base: #20103c;
--dark-1: #2f1d4e;
--dark-2: #38225d;
--dark-3: #4a2d7b;
--dark-4: #53338a;
--light-0: #cc6b9c;
--light-base: #b9407c;
--light-1: #ab3b73;
--light-2: #9c3569;
--light-3: #8d305e;
--light-4: #7d2b54;
--accent: #e9207e;
--yellow: #c9b336;
--green: #36c987;
--red: #c9365d;
--extension-icon-mask: grayscale(85%) invert(13%) sepia(80%) saturate(3107%) hue-rotate(256deg) brightness(84%)
contrast(93%);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* /1* hide tabs *1/ */
.tabbrowser-tab {
display: none;
}

#tabs-newtab-button {
display: none;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.webextension-browser-action > .toolbarbutton-badge-stack > .toolbarbutton-badge {
background-color: var(--lwt-toolbarbutton-icon-fill-attention) !important;
color: var(--dark-base) !important;
}

/**extension filter based on --light-base**/
.webextension-browser-action:not(badge):not(#ublock0_raymondhill_net-browser-action):not(#support_lastpass_com-browser-action):not(#privacy_privacy_com-browser-action):not(#addon_darkreader_org-browser-action):not(#_7a7b1d36-d7a4-481b-92c6-9f5427cb9eb1_-browser-action):not(#_eec37db0-22ad-4bf1-9068-5ae08df8c7e9_-browser-action)
> .toolbarbutton-badge-stack
> .toolbarbutton-icon {
padding: 1px !important;
filter: var(--extension-icon-mask);
}

:root[privatebrowsingmode="temporary"]
.webextension-browser-action:not(#ublock0_raymondhill_net-browser-action):not(#support_lastpass_com-browser-action):not(#privacy_privacy_com-browser-action):not(#addon_darkreader_org-browser-action):not(#_7a7b1d36-d7a4-481b-92c6-9f5427cb9eb1_-browser-action):not(#_eec37db0-22ad-4bf1-9068-5ae08df8c7e9_-browser-action)
> .toolbarbutton-badge-stack
> .toolbarbutton-icon {
filter: var(--extension-icon-mask);
}

.webextension-browser-action[data-extensionid="uBlock0@raymondhill.net"] {
list-style-image: url(custom-adblock.svg) !important;
}

.webextension-browser-action[data-extensionid="support@lastpass.com"],
.webextension-browser-action[data-extensionid="{eec37db0-22ad-4bf1-9068-5ae08df8c7e9}"] {
list-style-image: url(key.svg) !important;
}

.webextension-browser-action[data-extensionid="privacy@privacy.com"] {
list-style-image: url(bank-card.svg) !important;
}

.webextension-browser-action[data-extensionid="addon@darkreader.org"] {
list-style-image: url(dark-mode.svg) !important;
}

.webextension-browser-action[data-extensionid="{7a7b1d36-d7a4-481b-92c6-9f5427cb9eb1}"] {
list-style-image: url(bookmark.svg) !important;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d15bb44

Please sign in to comment.