Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Nav Bar + Home Backgroud Color - #191a2a */
- /* URL Bar - #1e2030 Color - #00AABB */
- /* Other Tab % Popup - #191925 */
- /****** Nav Bar *****/
- /* Nav Bar Background Color */
- #nav-bar {background-color: #2A2D3E !important;}
- /* URL Bar */
- #urlbar-background {background-color: #191925 !important; border: none !important;}
- #urlbar-input-container {color: #00AABB !important;}
- /* Content Seperator Color */
- :root:-moz-lwtheme {--chrome-content-separator-color: #1F1F2B !important;}
- /***** Tabs *****/
- /* Tab Text Color */
- .tab-content {color: #008890 !important;} /* [selected="true"] */
- /* Active Tab Top Line Color */
- .tabbrowser-tab {--tab-line-color: #00AABB !important; color: #191925 !important;}
- /* Active Tab Background Color */
- .tabbrowser-tab > .tab-stack > .tab-background[selected="true"] {background-color: #2A2D3E !important; background-image: none !important;}
- /* Inactive Tabs Background Color */
- .tabbrowser-tab > .tab-stack > .tab-background {background-color: #1F1F2B !important;}
- /*
- .tab-background {
- border-top-left-radius: 10px !important;
- border-top-right-radius: 10px !important;
- border-top: 2px solid #191925 !important;
- }
- .tab-background[selected="true"] {
- border-top: 2px solid #00AABB !important;}
- */
- .titlebar-spacer[type="pre-tabs"]{ display: none !important }
- /***** Menu Popups *****/
- /* Popup Background & Text Color */
- .PanelUI-subView {
- --arrowpanel-background: #2A2D3E !important;
- --arrowpanel-color: #00AABB !important;
- --lwt-accent-color: rgb(12, 12, 13);
- --lwt-text-color: #00AABB !important;
- color: #00AABB !important;
- }
- /* Hide Non-Required Options */
- #appMenu-fxa-status, .sync-ui-item, #appMenu-new-window-button {
- display: none !important;}
- /* #appMenu-edit-controls, .panel-subview-body > toolbarseparator:nth-child(6) */
- /* Popup - Button Background Hover */
- .subviewbutton:hover, .subviewbutton:active, .subviewbutton:focus {background-color: #1F1F2B !important;}
- .panel-arrowcontent {
- border-radius: 7px !important;
- margin-top: 7px !important;
- }
- .panel-arrowbox {display: none !important; fill:#2A2D3E !important}
- #appMenu-library-button .toolbarbutton-icon {fill: #00AABB !important;}
- menupopup > menuitem:last-child {border-bottom-right-radius: 5px !important; border-bottom-left-radius: 5px !important;}
- menupopup > menuitem, #context-navigation {color: #00AABB !important;}
- menupopup > menuitem:hover, menupopup > menuitem:focus, menupopup > menuitem:active, #context-navigation {background-color: #1F1F2B !important;}
- /***** Toolbar Buttons *****/
- /* Icon & Hover Background Color */
- .toolbarbutton-icon {fill: #00AABB !important;}
- .toolbarbutton-icon[label="Library"] {fill: #999 !important;}
- .toolbarbutton-icon:hover {background-color: #1F1F2B !important;}
- :root:-moz-lwtheme-brighttext, toolbar[brighttext] {
- --toolbarbutton-hover-background: #1F1F2B !important;
- --toolbarbutton-active-background: #1F1F2B !important;
- --backbutton-background: #1F1F2B !important;
- --backbutton-hover-background: #171720 !important;
- --backbutton-active-background: #171720 !important;
- }
- /* Hide Non-Needed Toolbar Buttons */
- #tracking-protection-icon-container, #pageActionButton {display: none !important;}
- #page-action-buttons > :not([hidden]):not(toolbartabstop) ~ #pageActionSeparator {margin-right: 0px !important;}
- /* Bookmark Button Hover Background */
- #star-button:hover, #star-button:active, #star-button:focus, #star-button-box:hover, #star-button-box:active, #star-button-box:focus {background-color: #13131a !important;}
- /***** Add-ons Icons *****/
- /* Container Add-on Icon */
- #_testpilot-containers-browser-action {--webextension-toolbar-image-light: url("file:///ARCH/Icons/Firefox/Container.svg") !important;}
- /* Dark Reader Add-on Icon */
- #addon_darkreader_org-browser-action {--webextension-toolbar-image-light: url("file:///ARCH/Icons/Firefox/Dark-Mode.svg") !important;}
- /* uBlock Add-on Inactive Icon */
- #ublock0_raymondhill_net-browser-action {--webextension-toolbar-image-light: url("file:///ARCH/Icons/Firefox/uBlock-OFF.svg") !important;}
- /* uBlock Add-on Active Icon */
- #ublock0_raymondhill_net-browser-action[badgeStyle="background-color: rgba(0, 0, 255, 1); color: rgba(255, 255, 255, 1)"] {--webextension-toolbar-image-light: url("file:///ARCH/Icons/Firefox/uBlock-ON.svg") !important;}
Add Comment
Please, Sign In to add comment