mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 00:47:44 +00:00
Add Adwaita GTK CSS instruction
This commit is contained in:
parent
8e5d6506ff
commit
edf1d71cb1
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
# With Home Manager, do:
|
||||||
|
#
|
||||||
|
# xdg.configFile = {
|
||||||
|
# "gtk-3.0/gtk.css".text = myTheme.adwaitaGtkCss;
|
||||||
|
# "gtk-4.0/gtk.css".text = myTheme.adwaitaGtkCss;
|
||||||
|
# };
|
||||||
theme: with theme.withHashtag; ''
|
theme: with theme.withHashtag; ''
|
||||||
@define-color accent_color ${base0A};
|
@define-color accent_color ${base0A};
|
||||||
@define-color accent_bg_color ${base0A};
|
@define-color accent_bg_color ${base0A};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue