From 725b9b1defce4e0f05476cdee9c5a79a6b531afa Mon Sep 17 00:00:00 2001 From: Nippy Date: Fri, 3 Jul 2026 21:13:06 +0200 Subject: add new raveos app, welcome app --- .../data/configs/PhotoGIMP/.config/GIMP/3.0/theme.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 raveos-app-installer/data/configs/PhotoGIMP/.config/GIMP/3.0/theme.css (limited to 'raveos-app-installer/data/configs/PhotoGIMP/.config/GIMP/3.0/theme.css') diff --git a/raveos-app-installer/data/configs/PhotoGIMP/.config/GIMP/3.0/theme.css b/raveos-app-installer/data/configs/PhotoGIMP/.config/GIMP/3.0/theme.css new file mode 100644 index 0000000..2cf5116 --- /dev/null +++ b/raveos-app-installer/data/configs/PhotoGIMP/.config/GIMP/3.0/theme.css @@ -0,0 +1,16 @@ +/* GIMP theme.css + * + * This file is written on GIMP startup and on every theme change. + * It is NOT supposed to be edited manually. Edit your personal + * gimp.css file instead (/home/diolinux/.var/app/org.gimp.GIMP/config/GIMP/3.0/gimp.css). + */ + +@import url("file:///app/share/gimp/3.0/themes/Default/gimp-dark.css"); +@import url("file:///app/etc/gimp/3.0/gimp.css"); + +* { -gtk-icon-style: symbolic; } + +/* prefer-dark-theme */ + + +/* end of theme.css */ -- cgit v1.3