„setup.sh“ ändern

This commit is contained in:
DeltaLima 2023-06-14 00:10:31 +02:00
parent c9065235fb
commit 4d409aa7e3
1 changed files with 2 additions and 1 deletions

View File

@ -230,7 +230,8 @@ EOF
gtk-application-prefer-dark-theme=1
EOF
# apply adwaita gtk-3.0 and gtk-4.0 orange theming
# apply adwaita gtk-3.0 and gtk-4.0 orange accent color
message "setting gtk-3.0 and gtk-4.0 accent color to orange"
cat << EOF | tee $HOME/.config/gtk-3.0/gtk.css > $HOME/.config/gtk-4.0/gtk.css
@define-color accent_color #ffbe6f;
@define-color accent_bg_color #e66100;