-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16:29 Update - Fixes to GTK for LXDE and MATE - [3/3/2016]
- Loading branch information
1 parent
f088287
commit dc897b8
Showing
51 changed files
with
82 additions
and
3,237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
style "mate-menu" | ||
{ | ||
bg[NORMAL] = "#000000" | ||
bg[PRELIGHT] = "#1f1f1f" | ||
bg[SELECTED] = "#004D8C" | ||
bg[INSENSITIVE] = "#1f1f1f" | ||
fg[NORMAL] = "#ffffff" | ||
fg[PRELIGHT] = "#ffffff" | ||
text[NORMAL] = @fg_color_dark | ||
xthickness = 0 | ||
ythickness = 0 | ||
} | ||
|
||
widget_class "*-menu*" style "mate-menu" | ||
widget "*-menu*" style "mate-menu" | ||
class "*-menu*" style "mate-menu" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/*Windows 10 Dark Assets */ | ||
/*Artwork by Maxime Doyen */ | ||
|
||
/******************* | ||
* check and radio * | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#define bullet_width 4 | ||
#define bullet_width 5 | ||
#define bullet_height 7 | ||
static unsigned char bullet_bits[] = { | ||
0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 }; | ||
0x03, 0x06, 0x0c, 0x18, 0x0c, 0x06, 0x03 }; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
style "mate-menu" | ||
{ | ||
bg[NORMAL] = "#000000" | ||
bg[PRELIGHT] = "#1f1f1f" | ||
bg[SELECTED] = "#004D8C" | ||
bg[INSENSITIVE] = "#1f1f1f" | ||
fg[NORMAL] = "#ffffff" | ||
fg[PRELIGHT] = "#ffffff" | ||
text[NORMAL] = @fg_color_dark | ||
xthickness = 0 | ||
ythickness = 0 | ||
} | ||
|
||
widget_class "*-menu*" style "mate-menu" | ||
widget "*-menu*" style "mate-menu" | ||
class "*-menu*" style "mate-menu" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.