firefox: add common css styles
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
bfa69c6da1
commit
fcfb1a9458
2 changed files with 43 additions and 0 deletions
34
options/custom/programs/firefox/userChrome.css
Normal file
34
options/custom/programs/firefox/userChrome.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
/***
|
||||
https://github.com/rafaelmardojai/firefox-gnome-theme
|
||||
***/
|
||||
|
||||
:root {
|
||||
--gnome-accent: #d33682;
|
||||
--gnome-window-background: #002b36;
|
||||
--gnome-window-color: #93a1a1;
|
||||
--gnome-view-background: #073642;
|
||||
--gnome-sidebar-background: #002b36;
|
||||
--gnome-secondary-sidebar-background: #002b36;
|
||||
--gnome-menu-background: #073642;
|
||||
--gnome-headerbar-background: #002b36;
|
||||
--gnome-toolbar-icon-fill: #93a1a1;
|
||||
--gnome-tabbar-tab-hover-background: #073642;
|
||||
--gnome-tabbar-tab-active-background: #073642;
|
||||
--gnome-tabbar-tab-active-hover-background: #073642;
|
||||
}
|
||||
|
||||
:root:-moz-window-inactive {
|
||||
--gnome-inactive-entry-color: #586e75;
|
||||
--gnome-tabbar-tab-hover-background: #073642;
|
||||
--gnome-tabbar-tab-active-background: #073642;
|
||||
}
|
||||
|
||||
/* Center bookmarks */
|
||||
#PlacesToolbarItems {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Disable bookmark folder icons */
|
||||
.bookmark-item[container] > .toolbarbutton-icon {
|
||||
display: none;
|
||||
}
|
9
options/custom/programs/firefox/userContent.css
Normal file
9
options/custom/programs/firefox/userContent.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
/***
|
||||
https://github.com/rafaelmardojai/firefox-gnome-theme
|
||||
***/
|
||||
|
||||
@-moz-document url("about:newtab"), url("about:home"), url("about:blank") {
|
||||
body {
|
||||
background-color: #073642 !important;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue