diff options
| author | Zach DeCook <zachdecook@librem.one> | 2025-10-03 11:55:32 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2025-10-03 11:55:32 -0400 |
| commit | 1b0ccecdde74f9cc9efd501f38fb614ffb1733aa (patch) | |
| tree | c99b9db292d83b1f441229c95cf3e9e4a345c75c /.config | |
| parent | e32ccfa371881b596aecf2257a2822b350f4b95c (diff) | |
| download | dotfiles-1b0ccecdde74f9cc9efd501f38fb614ffb1733aa.tar.gz | |
gtk colors
Diffstat (limited to '.config')
| -rw-r--r-- | .config/gtk-4.0/gtk.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/gtk-4.0/gtk.css b/.config/gtk-4.0/gtk.css new file mode 100644 index 0000000..7c52dc0 --- /dev/null +++ b/.config/gtk-4.0/gtk.css @@ -0,0 +1,3 @@ +/* colors for zach */ +@define-color window_bg_color #242424AA; +@define-color popover_bg_color #383838AA; |
