1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 08:57:46 +00:00

Add Ghostty template

This commit is contained in:
RGBCube 2023-12-06 23:23:51 +03:00
parent 1024c2e2ee
commit ca5fbf10c9
No known key found for this signature in database
4 changed files with 33 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# With Home Manager, do:
#
# gtk.gtk3.extraCss = upkgs.theme.adwaitaGtkCss;
# gtk.gtk4.extraCss = upkgs.theme.adwaitaGtkCss;
# gtk.gtk3.extraCss = myTheme.adwaitaGtkCss;
# gtk.gtk4.extraCss = myTheme.adwaitaGtkCss;
theme: with theme.withHashtag; ''
@define-color accent_color ${base0A};
@define-color accent_bg_color ${base0A};