Add files via upload

This commit is contained in:
bmFtZQ 2021-03-15 19:40:13 +08:00 committed by GitHub
parent dab10f2b86
commit 757f432a70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,26 +4,26 @@
:root[style*="--lwt-accent-color:white;"] :root[style*="--lwt-accent-color:white;"]
{ {
/* accentcolor */ /* accentcolor */
--lwt-accent-color: #C3C3C3 !important; --lwt-accent-color: #cecece !important;
/* textcolor */ /* textcolor */
--lwt-text-color: #000 !important; --lwt-text-color: #000 !important;
/* toolbar */ /* toolbar */
--toolbar-bgcolor: #F5F5F5 !important; --toolbar-bgcolor: #f7f7f7 !important;
/* toolbar_text */ /* toolbar_text */
--toolbar-color: #000 !important; --toolbar-color: red !important;
/* toolbar_bottom_separator */ /* toolbar_bottom_separator */
--toolbox-border-bottom-color: #C8C8C8 !important; /* legacy */ --toolbox-border-bottom-color: #d2d2d2 !important; /* legacy */
--chrome-content-separator-color: #C8C8C8 !important; --chrome-content-separator-color: #d2d2d2 !important;
/* icons */ /* icons */
--lwt-toolbarbutton-icon-fill: #000 !important; --lwt-toolbarbutton-icon-fill: #000 !important;
/* icons_attention */ /* icons_attention */
--lwt-toolbarbutton-icon-fill-attention: #0b61ca !important; --lwt-toolbarbutton-icon-fill-attention: #0078d4 !important;
/* button_background_hover */ /* button_background_hover */
--lwt-toolbarbutton-hover-background: #0001 !important; --lwt-toolbarbutton-hover-background: #0001 !important;
@ -34,7 +34,7 @@
--lwt-toolbar-field-color: #000 !important; --lwt-toolbar-field-color: #000 !important;
/* popup_highlight */ /* popup_highlight */
--autocomplete-popup-highlight-background: #f2f2f2 !important; --autocomplete-popup-highlight-background: #f7f7f7 !important;
/* popup_highlight_text */ /* popup_highlight_text */
--autocomplete-popup-highlight-color: #000 !important; --autocomplete-popup-highlight-color: #000 !important;
@ -47,26 +47,26 @@
:root[privatebrowsingmode=temporary] :root[privatebrowsingmode=temporary]
{ {
/* accentcolor */ /* accentcolor */
--lwt-accent-color: #151515 !important; --lwt-accent-color: #1b1b1b !important;
/* textcolor */ /* textcolor */
--lwt-text-color: #fff !important; --lwt-text-color: #fff !important;
/* toolbar */ /* toolbar */
--toolbar-bgcolor: #2D2D2D !important; --toolbar-bgcolor: #3b3b3b !important;
/* toolbar_text */ /* toolbar_text */
--toolbar-color: #fff !important; --toolbar-color: #fff !important;
/* toolbar_bottom_separator */ /* toolbar_bottom_separator */
--toolbox-border-bottom-color: #494949 !important; /* legacy */ --toolbox-border-bottom-color: #5B5B5B !important; /* legacy */
--chrome-content-separator-color: #494949 !important; --chrome-content-separator-color: #5B5B5B !important;
/* icons */ /* icons */
--lwt-toolbarbutton-icon-fill: #fff !important; --lwt-toolbarbutton-icon-fill: #fff !important;
/* icons_attention */ /* icons_attention */
--lwt-toolbarbutton-icon-fill-attention: #3e84c6 !important; --lwt-toolbarbutton-icon-fill-attention: #4C98D1 !important;
/* button_background_hover */ /* button_background_hover */
--lwt-toolbarbutton-hover-background: #fff1 !important; --lwt-toolbarbutton-hover-background: #fff1 !important;
@ -77,7 +77,7 @@
--lwt-toolbar-field-color: #fff !important; --lwt-toolbar-field-color: #fff !important;
/* popup */ /* popup */
--arrowpanel-background: #3a3a3a !important; --arrowpanel-background: #4a4a4a !important;
/* popup_text */ /* popup_text */
--arrowpanel-color: #fff !important; --arrowpanel-color: #fff !important;
@ -85,8 +85,8 @@
--panel-disabled-color: hsla(0, 0%, 100%, .5) !important; --panel-disabled-color: hsla(0, 0%, 100%, .5) !important;
/* popup_border */ /* popup_border */
--arrowpanel-border-color: #555 !important; --arrowpanel-border-color: #63636363 !important;
--autocomplete-popup-border-color: #555 !important; --autocomplete-popup-border-color: #636363 !important;
/* popup_highlight */ /* popup_highlight */
--autocomplete-popup-highlight-background: #4c4f52 !important; --autocomplete-popup-highlight-background: #4c4f52 !important;
@ -116,7 +116,7 @@
:-moz-any(#sidebar-box, #sidebar)[style*="--sidebar-background-color:rgb(56, 56, 61);"], :-moz-any(.sidebar-panel, body)[style*="--lwt-sidebar-background-color:rgb(56, 56, 61);"] :-moz-any(#sidebar-box, #sidebar)[style*="--sidebar-background-color:rgb(56, 56, 61);"], :-moz-any(.sidebar-panel, body)[style*="--lwt-sidebar-background-color:rgb(56, 56, 61);"]
{ {
/* sidebar */ /* sidebar */
--sidebar-background-color: #2b2b2b !important; --sidebar-background-color: #3b3b3b !important;
/* sidebar_text */ /* sidebar_text */
--sidebar-text-color: #fff !important; --sidebar-text-color: #fff !important;
@ -125,7 +125,7 @@
:-moz-any(.sidebar-panel, body)[style*="--lwt-sidebar-background-color:rgb(56, 56, 61);"] :-moz-any(.sidebar-panel, body)[style*="--lwt-sidebar-background-color:rgb(56, 56, 61);"]
{ {
/* sidebar */ /* sidebar */
--lwt-sidebar-background-color: #2b2b2b !important; --lwt-sidebar-background-color: #3b3b3b !important;
/* sidebar_text */ /* sidebar_text */
--lwt-sidebar-text-color: #fff !important; --lwt-sidebar-text-color: #fff !important;
@ -167,15 +167,17 @@
--toolbar-field-background-color: #fff !important; --toolbar-field-background-color: #fff !important;
--toolbar-field-hover-background-color: #fff !important; --toolbar-field-hover-background-color: #fff !important;
--toolbar-field-focus-background-color: #fff !important; --toolbar-field-focus-background-color: #fff !important;
--toolbar-field-hover-border-color: #c1c1c1 !important; --toolbar-field-hover-border-color: #ccc !important;
--urlbar-popup-url-color: #0172C9 !important;
} }
:root:-moz-any(:-moz-lwtheme-brighttext, [privatebrowsingmode=temporary]) :root:-moz-any(:-moz-lwtheme-brighttext, [privatebrowsingmode=temporary])
{ {
--toolbar-field-background-color: #202020 !important; --toolbar-field-background-color: #2b2b2b !important;
--toolbar-field-hover-background-color: #202020 !important; --toolbar-field-hover-background-color: #2b2b2b !important;
--toolbar-field-focus-background-color: #202020 !important; --toolbar-field-focus-background-color: #2b2b2b !important;
--toolbar-field-hover-border-color: #525252 !important; --toolbar-field-hover-border-color: #656565 !important;
--urlbar-popup-url-color: #75B6E8 !important;
} }
:root:not(:-moz-lwtheme):not([privatebrowsingmode=temporary]) :root:not(:-moz-lwtheme):not([privatebrowsingmode=temporary])
@ -232,11 +234,16 @@
--toolbarbutton-active-background: #fff2 !important; --toolbarbutton-active-background: #fff2 !important;
} }
:-moz-any(:root:not([style]), :root[style*="--lwt-accent-color:rgb(227, 228, 230);"], :root[style*="--lwt-accent-color:white;"]):-moz-window-inactive { :-moz-any(:root:not([style]), :root[style*="--lwt-accent-color:rgb(227, 228, 230);"], :root[style*="--lwt-accent-color:white;"]):-moz-window-inactive #TabsToolbar {
--lwt-accent-color: #e2e2e2 !important; --lwt-accent-color: #e8e8e8 !important;
--lwt-text-color: #3a3a3a !important; --lwt-text-color: #3a3a3a !important;
--toolbar-color: #3a3a3a !important;
} }
:-moz-any(:root[style*="--lwt-accent-color:rgb(12, 12, 13);"], :root[privatebrowsingmode=temporary]):-moz-window-inactive { :-moz-any(:root[style*="--lwt-accent-color:rgb(12, 12, 13);"], :root[privatebrowsingmode=temporary]):-moz-window-inactive #TabsToolbar {
--lwt-accent-color: #232323 !important; --lwt-accent-color: #2e2e2e !important;
--lwt-text-color: #b7b7b7 !important; --lwt-text-color: #b7b7b7 !important;
--toolbar-color: #cecece !important;
}
#TabsToolbar .toolbarbutton-1 {
fill: var(--lwt-text-color) !important;
} }