Gimp/themes/Compact/meson.build
Jehan 64113d67bc themes: new Compact theme.
Something which is regularly asked is to use smaller icons. We used to
have a "Small" theme in 2.8, which got away in 2.10 with icon sizing (cf
issue #6121).

This is a revival of such a theme (except I call it "Compact" because it
feels more appropriate than "Small"). The theme is basically the same as
"Default" (through an include), just tweaking some size related CSS
rules.
2022-08-21 00:05:10 +02:00

3 lines
109 B
Meson

install_data([ 'gimp.css', 'gimp-dark.css' ],
install_dir: gimpdatadir / 'themes' / 'Compact')