mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Basic MATE Gtk3 support (#473)
* * Match Metacity theme color * [Gtk3] Add MATE support
This commit is contained in:
committed by
Khurshid Alam
parent
a91c5d56d0
commit
1315b5f5e1
@@ -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" />
|
||||
|
||||
@@ -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)" />
|
||||
|
||||
Reference in New Issue
Block a user