Adding lots of cool stuff to dotfiles
This commit is contained in:
9
.themes/adw-gtk3-dark/gtk-3.0/libadwaita-tweaks.css
Normal file
9
.themes/adw-gtk3-dark/gtk-3.0/libadwaita-tweaks.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
This file will fix some legacy widget styles that aren't styled in libadwaita
|
||||
*/
|
||||
|
||||
/* add a bg color to notebook headers */
|
||||
notebook > header {
|
||||
background-color: @headerbar_bg_color;
|
||||
border-color: mix(currentColor,@window_bg_color,0.85);
|
||||
}
|
||||
Reference in New Issue
Block a user