Add custom GTK theme

This commit is contained in:
Paul-Henri Froidmont 2020-03-09 23:20:16 +01:00
parent 23d0d29a21
commit 1a8ccc0c7a
263 changed files with 48028 additions and 1 deletions

View file

@ -0,0 +1,33 @@
/* XPM */
static char * close_prelight_xpm[] = {
"24 26 4 1",
" c None",
". c #1d2021",
"+ c #fbf1c7",
"@ c #a89984",
"@@@@@@@@@@@@@@@@@@@@@@@@",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........++....++........",
"........+++..+++........",
".........++++++.........",
"..........++++..........",
"..........++++..........",
".........++++++.........",
"........+++..+++........",
"........++....++........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};