Basic MATE Gtk3 support (#473)

* * Match Metacity theme color

* [Gtk3] Add MATE support
This commit is contained in:
Alexei Sorokin
2016-06-10 15:15:17 +05:30
committed by Khurshid Alam
parent a91c5d56d0
commit 1315b5f5e1
8 changed files with 171 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
</info>
<!-- ::: CONSTANTS ::: -->
<constant name="C_titlebar" value="#333333" />
<constant name="C_titlebar" value="#444444" />
<constant name="C_border_focused" value="#484848" />
<constant name="C_border_unfocused" value="#393939" />
<constant name="C_title_focused" value="#eeeeee" />
+1 -1
View File
@@ -9,7 +9,7 @@
</info>
<!-- ::: CONSTANTS ::: -->
<constant name="C_titlebar" value="gtk:custom(wm_bg,#333333)" />
<constant name="C_titlebar" value="gtk:custom(wm_bg,#444444)" />
<constant name="C_border_focused" value="gtk:custom(wm_border_focused,#484848)" />
<constant name="C_border_unfocused" value="gtk:custom(wm_border_unfocused,#393939)" />
<constant name="C_title_focused" value="gtk:custom(wm_title_focused,#eeeeee)" />