mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-12-04 21:28:42 -05:00
16 lines
418 B
CSS
16 lines
418 B
CSS
/* 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/dt/.config/GIMP/2.99/gimp.css).
|
|
*/
|
|
|
|
@import url("file:///usr/share/gimp/2.99/themes/System/gimp.css");
|
|
@import url("file:///etc/gimp/2.99/gimp.css");
|
|
|
|
* { -gtk-icon-style: symbolic; }
|
|
|
|
/* prefer-dark-theme */
|
|
|
|
/* end of theme.css */
|