Initial upload
This commit is contained in:
37
chrome/bkspl/colors_main.css
Normal file
37
chrome/bkspl/colors_main.css
Normal file
@ -0,0 +1,37 @@
|
||||
/* main colors */
|
||||
|
||||
#main-window {
|
||||
--cust-accent: AccentColor;
|
||||
--cust-accent-dark: color-mix(in srgb, var(--cust-accent) 50%, black);
|
||||
--cust-accent-darker: color-mix(in srgb, var(--cust-accent) 30%, black);
|
||||
--cust-accent-text: color-mix(in srgb, var(--cust-accent) 50%, white);
|
||||
|
||||
#TabsToolbar,
|
||||
.urlbarView-row:is([selected]),
|
||||
::-moz-selection {
|
||||
background-color: var(--cust-accent) !important;
|
||||
}
|
||||
|
||||
#titlebar,
|
||||
.browser-toolbar,
|
||||
.tab-background:is([selected], [multiselected]) {
|
||||
background-color: var(--cust-accent-dark) !important;
|
||||
|
||||
&:-moz-window-inactive {
|
||||
opacity: .85 !important;
|
||||
}
|
||||
}
|
||||
|
||||
#urlbar-background,
|
||||
#searchbar,
|
||||
.panel-viewcontainer {
|
||||
outline: none !important;
|
||||
border: none !important;
|
||||
background-color: var(--cust-accent-darker) !important;
|
||||
}
|
||||
|
||||
.urlbarView-url {
|
||||
color: var(--cust-accent-text) !important;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user