mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-17 07:56:11 +01:00
theming dots
This commit is contained in:
24
firefox/.config/firefox/userChrome.css
Normal file
24
firefox/.config/firefox/userChrome.css
Normal file
@@ -0,0 +1,24 @@
|
||||
/* change these variables to get different colors */
|
||||
@import url('file:///home/mike/.cache/wal/colors.css');
|
||||
|
||||
* {
|
||||
font-family: 'CartographCF Nerd Font';
|
||||
}
|
||||
|
||||
#tabbrowser-tabs {
|
||||
--tab-active-color: var(--color2);
|
||||
--tab-inactive-color: var(--color0);
|
||||
--tab-fallback-color-active: var(--color15);
|
||||
--tab-fallback-color-inactive: var(--color15);
|
||||
}
|
||||
|
||||
/* Tab: selected colors */
|
||||
#tabbrowser-tabs .tabbrowser-tab[selected] .tab-background {
|
||||
background: var(--tab-active-color) !important;
|
||||
color: var(--identity-icon-color, --tab-fallback-color-active) !important;
|
||||
}
|
||||
|
||||
/* Tab: hide favicons */
|
||||
.tab-icon-stack:not([pinned]) {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user