mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
The style looks more balanced and true to upstream with the 4px borders all around.
28 lines
270 B
C
28 lines
270 B
C
/* XPM */
|
|
static char * right_active_xpm[] = {
|
|
"4 21 3 1",
|
|
" c None",
|
|
". c #2D2D2D",
|
|
"+ c #484848",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+",
|
|
"...+"};
|