From d9a768418d655fd9c02f2b2129b6b3d891784ee7 Mon Sep 17 00:00:00 2001 From: Septdir Date: Sat, 8 Dec 2018 15:32:50 +0300 Subject: [PATCH] User chrome 2.0 --- chrome/userChrome.bac.css | 210 -------------------------------------- chrome/userChrome.css | 132 ++++++++++++++++++++++++ 2 files changed, 132 insertions(+), 210 deletions(-) delete mode 100644 chrome/userChrome.bac.css diff --git a/chrome/userChrome.bac.css b/chrome/userChrome.bac.css deleted file mode 100644 index 3dff869..0000000 --- a/chrome/userChrome.bac.css +++ /dev/null @@ -1,210 +0,0 @@ -/* - * @package Septdir Firefox Style - * @version 1.1.3 - * @author Igor Berdicheskiy - septdir.ru - * @copyright Copyright (c) 2013 - 2018 Igor Berdicheskiy. All rights reserved. - * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html - * @link https://septdir.ru - */ - -/* Dev console -========================================================================== */ -/* Colors */ - -:root { - --arrowpanel-color: #0c0c0d !important; - --arrowpanel-background: #fff !important; - --arrowpanel-border-color: ThreeDShadow !important; - --arrowpanel-dimmed: hsla(0, 0%, 80%, .3) !important; - --arrowpanel-dimmed-further: hsla(0, 0%, 80%, .45) !important; - --arrowpanel-dimmed-even-further: hsla(0, 0%, 80%, .8) !important; - - --autocomplete-popup-color: #0c0c0d !important; - --autocomplete-popup-background: #fff !important; - --autocomplete-popup-border-color: ThreeDShadow !important; - --autocomplete-popup-secondary-color: #737373 !important; - --urlbar-popup-url-color: hsl(210, 77%, 47%) !important; - --urlbar-popup-action-color: hsl(178, 100%, 28%) !important; -} - -:root.theme-dark { - --theme-body-background: #1F1F1F !important; - --theme-sidebar-background: #1F1F1F !important; - --theme-contrast-background: #E1935D !important; - - /* Toolbar */ - --theme-tab-toolbar-background: #272727 !important; - --theme-toolbar-background: #272727 !important; - --theme-toolbar-color: #D2D2D2 !important; - --theme-toolbar-selected-color: white; - --theme-toolbar-checked-color: #75BFFF; - --theme-toolbar-highlighted-color: var(--green-50); - --theme-toolbar-background-hover: #20232B; - --theme-toolbar-background-alt: #2F343E; - --theme-toolbar-hover: #252526; - --theme-toolbar-hover-active: #252526; - - /* Selection */ - --theme-selection-background: #204E8A; - --theme-selection-background-hover: #353B48; - --theme-selection-color: #ffffff; - - /* Border color that splits the toolbars/panels/headers. - * This needs to be sync with commandline.css and commandline-browser.css. */ - --theme-splitter-color: #3c3c3d; - - --theme-comment: #808080 !important; - --theme-comment-alt: #808080 !important; - - --theme-body-color: var(--grey-40); - --theme-body-color-alt: var(--grey-50); - --theme-body-color-inactive: var(--grey-40); - --theme-content-color1: var(--grey-30); - --theme-content-color2: var(--grey-40); - --theme-content-color3: #808080 !important; - - --theme-highlight-green: #77B767 !important; - --theme-highlight-blue: #84A2BC !important; - --theme-highlight-purple: red !important; - --theme-highlight-red: #CF6664 !important; - --theme-highlight-yellow: #F3C672 !important; - --theme-highlight-orange: #E1935D !important; - - /* These theme-highlight color variables have not been photonized. */ - --theme-highlight-bluegrey: #8FBEB5 !important; - --theme-highlight-lightorange: #d99b28; - --theme-highlight-pink: #df80ff; - --theme-highlight-gray: #808080 !important; - - /* For accessibility purposes we want to enhance the focus styling. This - * should improve keyboard navigation usability. */ - --theme-focus-outline-color: #ced3d9; - - /* Colors used in Graphs, like performance tools. Mostly similar to some "highlight-*" colors. */ - --theme-graphs-green: #70bf53; - --theme-graphs-blue: #46afe3; - --theme-graphs-bluegrey: #5e88b0; - --theme-graphs-purple: #df80ff; - --theme-graphs-yellow: #d99b28; - --theme-graphs-orange: #d96629; - --theme-graphs-red: #eb5368; - --theme-graphs-grey: #757873; - --theme-graphs-full-red: #f00; - --theme-graphs-full-blue: #00f; - - /* Images */ - --theme-pane-collapse-image: url(chrome://devtools/skin/images/pane-collapse.svg); - --theme-pane-expand-image: url(chrome://devtools/skin/images/pane-expand.svg); - - /* Icon filters */ - --theme-icon-checked-filter: url(chrome://devtools/skin/images/filters.svg#icon-checked-dark); - - /* Tooltips */ - --theme-tooltip-border: #434850; - --theme-tooltip-background: rgba(19, 28, 38, .9); - --theme-tooltip-shadow: rgba(25, 25, 25, 0.76); - - /* Command line */ - --theme-command-line-image: url(chrome://devtools/skin/images/commandline-icon.svg#dark-theme); - --theme-command-line-image-focus: url(chrome://devtools/skin/images/commandline-icon.svg#dark-theme-focus); - - --theme-codemirror-gutter-background: #262b37; - --theme-messageCloseButtonFilter: invert(1); - - /* Markup */ - --markup-hidden-attr-name-color: #CC8EC8; - --markup-hidden-attr-value-color: #9893A3; - --markup-hidden-punctuation-color: #909090; - --markup-hidden-tag-color: #AFB5BF; - --markup-outline: var(--theme-selection-background); -} - -:root[platform="win"], -:root[platform="mac"] { - scrollbar-face-color: #4c4c4c !important; -} - - -/* Sidebar */ -.theme-sidebar { - color: var(--theme-highlight-blue) !important; -} - -.theme-sidebar .theme-fg-color1 { - color: var(--theme-highlight-orange) !important; -} - -.theme-sidebar .theme-fg-color5 { - color: var(--theme-highlight-yellow) !important; -} - -/* Editor */ -.theme-fg-color2 { - color: var(--theme-highlight-yellow) !important; -} - -.theme-fg-color4 { - color: var(--theme-highlight-bluegrey) !important; -} - -.theme-fg-color6 { - color: var(--theme-highlight-bluegrey) !important; -} - -.editor.comment:not(.doctype) { - color: var(--theme-highlight-gray) !important; -} - -.not-displayed, -.not-displayed * { - opacity: 0.9 !important; -} - -.not-displayed { - color: var(--theme-highlight-blue) !important; -} - -.not-displayed .tag { - color: var(--theme-highlight-blue) !important; -} - -/* Styles */ -.cm-s-mozilla .cm-property { - color: var(--theme-highlight-yellow) !important; -} - -.cm-s-mozilla .cm-attribute, -.cm-s-mozilla .cm-builtin, -.cm-s-mozilla .cm-keyword, -.cm-s-mozilla .cm-number, -.cm-s-mozilla .cm-atom, -.cm-s-mozilla .cm-quote, -.cm-s-mozilla .cm-variable { - color: var(--theme-highlight-orange) !important; -} - -.cm-s-mozilla .cm-string, -.cm-s-mozilla .cm-string-2 { - color: var(--theme-highlight-bluegrey) !important; -} - -/* Nav bar -========================================================================== */ -#nav-bar .toolbarbutton-menubutton-dropmarker { - display: none !important; -} - -/* Addons -========================================================================== */ - -/*Tab Center Redux */ -#tabbrowser-tabs:not([hasadjacentnewtabbutton]) > .tabbrowser-arrowscrollbox > .tabs-newtab-button { - visibility: visible !important; -} - -/* URL bar -========================================================================== */ -#urlbar *|*.textbox-input::-moz-selection { - background-color: #2284e6; - color: #fff; -} \ No newline at end of file diff --git a/chrome/userChrome.css b/chrome/userChrome.css index e69de29..a73c8f1 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -0,0 +1,132 @@ +/* + * @package Septdir Firefox Style + * @version 2.0.0 + * @author Igor Berdicheskiy - septdir.ru + * @copyright Copyright (c) 2013 - 2018 Igor Berdicheskiy. All rights reserved. + * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html + * @link https://septdir.ru + */ + +:root { + --arrowpanel-color: #e5e5e5 !important; + --arrowpanel-background: #222 !important; + --arrowpanel-border-color: #333 !important; + --arrowpanel-dimmed: #333 !important; +} + +/* Editor +========================================================================== */ +:root { + --theme-body-background: #1F1F1F !important; + --theme-sidebar-background: #1F1F1F !important; + --theme-contrast-background: #E1935D !important; + --theme-tab-toolbar-background: #3c3f41 !important; + --theme-tab-background: #3c3f41 !important; + --theme-tab-selected-background: #515658 !important; + --theme-tab-selected-border: #439eb8 !important; + --tab-line-selected-color: #439eb8 !important; + --theme-toolbar-hover: var(--theme-tab-background) !important; + --theme-highlight-green: #77B767 !important; + --theme-highlight-blue: #84A2BC !important; + --theme-highlight-purple: red !important; + --theme-highlight-red: #CF6664 !important; + --theme-highlight-yellow: #F3C672 !important; + --theme-highlight-orange: #E1935D !important; +} + +.devtools-tab, +.tabs-menu-item { + border-right: 1px solid #4b4b4b !important; + border-bottom: 2px solid transparent !important; + background-color: var(--theme-tab-background); +} + +.devtools-tab.selected, +.tabs-menu-item.is-active { + background-color: var(--theme-tab-selected-background) !important; + border-bottom-color: var(--theme-tab-selected-border) !important; +} + +.devtools-tab-line { + display: none; +} + +.source-outline-tabs .tab { + border-bottom: 2px solid transparent !important; + border-top: 1px solid var(--theme-splitter-color) !important; +} + +.source-outline-tabs .tab.active { + border-top: inherit !important; + border-bottom: 2px solid var(--tab-line-selected-color) !important; +} + +.source-outline-tabs .tab:hover { + border-top: 1px solid var(--theme-splitter-color) !important; + border-bottom: 2px solid var(--tab-line-hover-color) !important; +} + +.CodeMirror.cm-s-mozilla { + background: var(--theme-body-background) !important; +} + +.theme-fg-color2 { + color: var(--theme-highlight-yellow) !important; +} + +.theme-fg-color4 { + color: var(--theme-highlight-bluegrey) !important; +} + +.theme-fg-color6 { + color: var(--theme-highlight-bluegrey) !important; +} + +.editor.comment:not(.doctype) { + color: var(--theme-highlight-gray) !important; +} + +.not-displayed, +.not-displayed * { + opacity: 0.9 !important; +} + +.not-displayed { + color: var(--theme-highlight-blue) !important; +} + +.not-displayed .tag { + color: var(--theme-highlight-blue) !important; +} + +.cm-s-mozilla .cm-property { + color: var(--theme-highlight-yellow) !important; +} + +.cm-s-mozilla .cm-attribute, +.cm-s-mozilla .cm-builtin, +.cm-s-mozilla .cm-keyword, +.cm-s-mozilla .cm-number, +.cm-s-mozilla .cm-atom, +.cm-s-mozilla .cm-quote, +.cm-s-mozilla .cm-variable { + color: var(--theme-highlight-orange) !important; +} + +.cm-s-mozilla .cm-string, +.cm-s-mozilla .cm-string-2 { + color: var(--theme-highlight-bluegrey) !important; +} + + +/* Tabs bar +========================================================================== */ +#tabbrowser-tabs:not([hasadjacentnewtabbutton]) > .tabbrowser-arrowscrollbox > .tabs-newtab-button { + visibility: visible !important; +} + +/* Nav bar +========================================================================== */ +#nav-bar .toolbarbutton-menubutton-dropmarker { + display: none !important; +} \ No newline at end of file