diff options
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/Makefile.am | 16 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/settings.ini.in (renamed from desktop-themes/Blue-Submarine/gtk-3.0/settings.ini) | 4 |
2 files changed, 15 insertions, 5 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/Makefile.am b/desktop-themes/Blue-Submarine/gtk-3.0/Makefile.am index cc99bb0e..07c56704 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/Makefile.am +++ b/desktop-themes/Blue-Submarine/gtk-3.0/Makefile.am @@ -12,8 +12,18 @@ theme_DATA = \ settings.ini \ sidebar.css -EXTRA_DIST = $(theme_DATA) +%.ini: %.ini.in + $(AM_V_GEN) sed -e 's|@bindir[@]|$(bindir)|g' $< > $@ -SUBDIRS = assets +EXTRA_DIST = \ + $(theme_DATA) \ + settings.ini.in -DIST_SUBDIRS = assets +CLEAN = \ + settings.ini + +SUBDIRS = \ + assets + +DIST_SUBDIRS = \ + assets diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/settings.ini b/desktop-themes/Blue-Submarine/gtk-3.0/settings.ini.in index 2244370e..c8eaf179 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/settings.ini +++ b/desktop-themes/Blue-Submarine/gtk-3.0/settings.ini.in @@ -1,4 +1,4 @@ [Settings] -gtk-color-scheme = "base_color:#FFF\nbg_color:#CBD5D9\ntooltip_bg_color:#DBF4FF\nselected_bg_color:#255880\ntext_color:#1A1A1A\nfg_color:#101010;\ntooltip_fg_color:#000000\nselected_fg_color:#ffffff\nlink_color:#008BCC\nbg_color_dark:#1F2427\nfg_color_dark:#cccccc" gtk-auto-mnemonics = 1 - +gtk-color-scheme = "base_color:#FFF\nbg_color:#CBD5D9\ntooltip_bg_color:#DBF4FF\nselected_bg_color:#255880\ntext_color:#1A1A1A\nfg_color:#101010;\ntooltip_fg_color:#000000\nselected_fg_color:#ffffff\nlink_color:#008BCC\nbg_color_dark:#1F2427\nfg_color_dark:#cccccc" +gtk-print-preview-command = @bindir@/atril-previewer --unlink-tempfile --print-settings %s %f |