diff options
author | lukefromdc <[email protected]> | 2018-04-18 23:50:46 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-23 12:18:51 +0200 |
commit | 36a36ddcf5698324317d7598cee0da52e69b829b (patch) | |
tree | 525e28dc461f9f706b66e35b887654b35c5ee4c2 /data/Makefile.am | |
parent | cbdb7a568faea246062b02804e62998da8dbc555 (diff) | |
download | mate-panel-36a36ddcf5698324317d7598cee0da52e69b829b.tar.bz2 mate-panel-36a36ddcf5698324317d7598cee0da52e69b829b.tar.xz |
Theme: consistant theming for applet drag handles in all themes
* applet drag-handle: use a symbolic image for the default drag handle image
* Use an .svg image with --gtk-recolor (like a symbolic icon), load it from the same directory as the css file so the css parser can find it, and use the theme fg color on it for good contrast
* load a css file to use the recolorable image globally for the panel, not for each applet to ensure only one cssprovider is loaded
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 0f64e315..ad405ccd 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -7,6 +7,11 @@ layout_DATA = \ opensuse.layout \ ubuntu.layout +matepaneldir = $(datadir)/mate-panel +matepanel_DATA = \ + mate-panel.css \ + panel-grid-symbolic.svg + @INTLTOOL_XML_NOMERGE_RULE@ gsettings_ENUM_NAMESPACE = org.mate.panel |