pixmaps
This commit is contained in:
parent
9f20e819f9
commit
49aa1c3660
21 changed files with 889 additions and 0 deletions
5
data/styles/Emerge/Makefile.am
Normal file
5
data/styles/Emerge/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
SUBDIRS=pixmaps
|
||||||
|
styledir = $(pkgdatadir)/styles/Emerge
|
||||||
|
|
||||||
|
style_DATA = theme.cfg
|
||||||
|
EXTRA_DIST=$(style_DATA)
|
8
data/styles/Emerge/pixmaps/Makefile.am
Normal file
8
data/styles/Emerge/pixmaps/Makefile.am
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
SUBDIRS=pixmaps
|
||||||
|
styledir = $(pkgdatadir)/styles/Emerge/pixmaps
|
||||||
|
|
||||||
|
style_DATA = bullet.xpm close.xpm icon.xpm max.xpm stick-unfocus.xpm \
|
||||||
|
stuck-unfocus.xpm close-pressed.xpm icon-pressed.xpm max-pressed.xpm \
|
||||||
|
selected.xpm stick.xpm stuck.xpm close-unfocus.xpm icon-unfocus.xpm \
|
||||||
|
max-unfocus.xpm stick-pressed.xpm stuck-pressed.xpm unselected.xpm
|
||||||
|
EXTRA_DIST=$(style_DATA)
|
21
data/styles/Emerge/pixmaps/bullet.xpm
Normal file
21
data/styles/Emerge/pixmaps/bullet.xpm
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * bullet_xpm[] = {
|
||||||
|
"16 16 2 1",
|
||||||
|
" c None",
|
||||||
|
". c #000000",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" . ",
|
||||||
|
" .. ",
|
||||||
|
" . .. ",
|
||||||
|
" . . ",
|
||||||
|
" . . ",
|
||||||
|
" . . ",
|
||||||
|
" . . ",
|
||||||
|
" .. . ",
|
||||||
|
" .. ",
|
||||||
|
" . ",
|
||||||
|
" ",
|
||||||
|
" "};
|
37
data/styles/Emerge/pixmaps/close-pressed.xpm
Normal file
37
data/styles/Emerge/pixmaps/close-pressed.xpm
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * close_pressed_xpm[] = {
|
||||||
|
"20 17 17 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E5E5E5",
|
||||||
|
"# c #DCDCDC",
|
||||||
|
"$ c #CACACA",
|
||||||
|
"% c #E8E8E8",
|
||||||
|
"& c #000000",
|
||||||
|
"* c #B0B0B0",
|
||||||
|
"= c #D9D9D9",
|
||||||
|
"- c #E2E2E2",
|
||||||
|
"; c #DBDBDB",
|
||||||
|
"> c #ADADAD",
|
||||||
|
", c #C8C8C8",
|
||||||
|
"' c #898989",
|
||||||
|
") c #E6E6E6",
|
||||||
|
"! c #888888",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@@+...+@@+....",
|
||||||
|
"....+#$$#%.%#$$#+...",
|
||||||
|
"....@$&&*=-;*&&$@...",
|
||||||
|
"....@$&&&>,>&&&$@...",
|
||||||
|
"....+#*&&&'&&&*#+...",
|
||||||
|
".....%;>&&&&&>=)....",
|
||||||
|
"......-,'&&&!,-.....",
|
||||||
|
".....%;>&&&&&>=)....",
|
||||||
|
"....+#*&&&'&&&*#+...",
|
||||||
|
"....@$&&&>,>&&&$@...",
|
||||||
|
"....@$&&*=-;*&&$@...",
|
||||||
|
"....+#$$#%.%#$$#+...",
|
||||||
|
".....+@@+...+@@+....",
|
||||||
|
"...................."};
|
47
data/styles/Emerge/pixmaps/close-unfocus.xpm
Normal file
47
data/styles/Emerge/pixmaps/close-unfocus.xpm
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * close_unfocus_xpm[] = {
|
||||||
|
"20 17 27 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E8E8E8",
|
||||||
|
"@ c #E0E0E0",
|
||||||
|
"# c #FEFEFE",
|
||||||
|
"$ c #B4B4B4",
|
||||||
|
"% c #D4D4D4",
|
||||||
|
"& c #E4E4E4",
|
||||||
|
"* c #B6B6B6",
|
||||||
|
"= c #D8D8D8",
|
||||||
|
"- c #999999",
|
||||||
|
"; c #C8C8C8",
|
||||||
|
"> c #DCDCDC",
|
||||||
|
", c #858585",
|
||||||
|
"' c #969696",
|
||||||
|
") c #606060",
|
||||||
|
"! c #7C7C7C",
|
||||||
|
"~ c #717171",
|
||||||
|
"{ c #5A5A5A",
|
||||||
|
"] c #6B6B6B",
|
||||||
|
"^ c #E2E2E2",
|
||||||
|
"/ c #747474",
|
||||||
|
"( c #B3B3B3",
|
||||||
|
"_ c #6E6E6E",
|
||||||
|
": c #757575",
|
||||||
|
"< c #727272",
|
||||||
|
"[ c #7D7D7D",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@@+...+@@+....",
|
||||||
|
"....+##$%&.&##*=+...",
|
||||||
|
"....@###-;>###,*@...",
|
||||||
|
"....@$###'###)!$@...",
|
||||||
|
"....+%-#####)~-%+...",
|
||||||
|
".....&;'###{]';^....",
|
||||||
|
"......>#####/(>.....",
|
||||||
|
".....&###{###';^....",
|
||||||
|
"....+###)_:###-%+...",
|
||||||
|
"....@##)~'('##<$@...",
|
||||||
|
"....@*,!-;>;-<[*@...",
|
||||||
|
"....+=*$%&.&%$*=+...",
|
||||||
|
".....+@@+...+@@+....",
|
||||||
|
"....................",
|
||||||
|
"...................."};
|
47
data/styles/Emerge/pixmaps/close.xpm
Normal file
47
data/styles/Emerge/pixmaps/close.xpm
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * close_xpm[] = {
|
||||||
|
"20 17 27 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E5E5E5",
|
||||||
|
"# c #000000",
|
||||||
|
"$ c #CACACA",
|
||||||
|
"% c #DCDCDC",
|
||||||
|
"& c #E8E8E8",
|
||||||
|
"* c #B0B0B0",
|
||||||
|
"= c #D9D9D9",
|
||||||
|
"- c #E2E2E2",
|
||||||
|
"; c #A7A7A7",
|
||||||
|
"> c #ADADAD",
|
||||||
|
", c #757575",
|
||||||
|
"' c #9D9D9D",
|
||||||
|
") c #7B7B7B",
|
||||||
|
"! c #919191",
|
||||||
|
"~ c #DBDBDB",
|
||||||
|
"{ c #747474",
|
||||||
|
"] c #8C8C8C",
|
||||||
|
"^ c #E6E6E6",
|
||||||
|
"/ c #888888",
|
||||||
|
"( c #C8C8C8",
|
||||||
|
"_ c #898989",
|
||||||
|
": c #7E7E7E",
|
||||||
|
"< c #868686",
|
||||||
|
"[ c #929292",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@@+...+@@+....",
|
||||||
|
"....+##$%&.&##$%+...",
|
||||||
|
"....@###*=-###;$@...",
|
||||||
|
"....@$###>###,'$@...",
|
||||||
|
"....+%*#####)!*%+...",
|
||||||
|
".....&~>###{]>=^....",
|
||||||
|
"......-#####/(-.....",
|
||||||
|
".....&###{###>=^....",
|
||||||
|
"....+###)]_###*%+...",
|
||||||
|
"....@##:!>(>##<$@...",
|
||||||
|
"....@$;'*=-~*<[$@...",
|
||||||
|
"....+%$$%&.&%$$%+...",
|
||||||
|
".....+@@+...+@@+....",
|
||||||
|
"....................",
|
||||||
|
"...................."};
|
38
data/styles/Emerge/pixmaps/icon-pressed.xpm
Normal file
38
data/styles/Emerge/pixmaps/icon-pressed.xpm
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * icon_pressed_xpm[] = {
|
||||||
|
"20 17 18 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E6E6E6",
|
||||||
|
"# c #E5E5E5",
|
||||||
|
"$ c #E4E4E4",
|
||||||
|
"% c #EEEEEE",
|
||||||
|
"& c #DDDDDD",
|
||||||
|
"* c #D3D3D3",
|
||||||
|
"= c #D2D2D2",
|
||||||
|
"- c #D0D0D0",
|
||||||
|
"; c #D1D1D1",
|
||||||
|
"> c #DEDEDE",
|
||||||
|
", c #000000",
|
||||||
|
"' c #CFCFCF",
|
||||||
|
") c #D5D5D5",
|
||||||
|
"! c #C8C8C8",
|
||||||
|
"~ c #C5C5C5",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"........+@#@+.......",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
"....+%&*=----*;>+...",
|
||||||
|
"....@&,,,,,,,,,'#...",
|
||||||
|
"....#),,,,,,,,,!$...",
|
||||||
|
"....@;,,,,,,,,,'#...",
|
||||||
|
"....+>;~~~~~~~;>+...",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
"...................."};
|
37
data/styles/Emerge/pixmaps/icon-unfocus.xpm
Normal file
37
data/styles/Emerge/pixmaps/icon-unfocus.xpm
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * icon_unfocus_xpm[] = {
|
||||||
|
"20 17 17 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E8E8E8",
|
||||||
|
"@ c #E1E1E1",
|
||||||
|
"# c #DFDFDF",
|
||||||
|
"$ c #DEDEDE",
|
||||||
|
"% c #FEFEFE",
|
||||||
|
"& c #C4C4C4",
|
||||||
|
"* c #DBDBDB",
|
||||||
|
"= c #888888",
|
||||||
|
"- c #727272",
|
||||||
|
"; c #B8B8B8",
|
||||||
|
"> c #717171",
|
||||||
|
", c #6B6B6B",
|
||||||
|
"' c #6F6F6F",
|
||||||
|
") c #B6B6B6",
|
||||||
|
"! c #B4B4B4",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
"....+%%%%%%%%%&*+...",
|
||||||
|
"....@%%%%%%%%%=&#...",
|
||||||
|
"....#%%%%%%%%%-;$...",
|
||||||
|
"....@&=>,,,,,'=&#...",
|
||||||
|
"....+*&)!!!!!)&*+...",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
"....................",
|
||||||
|
"...................."};
|
37
data/styles/Emerge/pixmaps/icon.xpm
Normal file
37
data/styles/Emerge/pixmaps/icon.xpm
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * icon_xpm[] = {
|
||||||
|
"20 17 17 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E6E6E6",
|
||||||
|
"# c #E5E5E5",
|
||||||
|
"$ c #E4E4E4",
|
||||||
|
"% c #000000",
|
||||||
|
"& c #D1D1D1",
|
||||||
|
"* c #DEDEDE",
|
||||||
|
"= c #A0A0A0",
|
||||||
|
"- c #CFCFCF",
|
||||||
|
"; c #898989",
|
||||||
|
"> c #C8C8C8",
|
||||||
|
", c #858585",
|
||||||
|
"' c #818181",
|
||||||
|
") c #7F7F7F",
|
||||||
|
"! c #C5C5C5",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
"....+%%%%%%%%%&*+...",
|
||||||
|
"....@%%%%%%%%%=-#...",
|
||||||
|
"....#%%%%%%%%%;>$...",
|
||||||
|
"....@&=,')))),=-#...",
|
||||||
|
"....+*&!!!!!!!&*+...",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
"....................",
|
||||||
|
"...................."};
|
39
data/styles/Emerge/pixmaps/max-pressed.xpm
Normal file
39
data/styles/Emerge/pixmaps/max-pressed.xpm
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * max_pressed_xpm[] = {
|
||||||
|
"20 17 19 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E6E6E6",
|
||||||
|
"# c #E5E5E5",
|
||||||
|
"$ c #E4E4E4",
|
||||||
|
"% c #DEDEDE",
|
||||||
|
"& c #CDCDCD",
|
||||||
|
"* c #C1C1C1",
|
||||||
|
"= c #C0C0C0",
|
||||||
|
"- c #000000",
|
||||||
|
"; c #CBCBCB",
|
||||||
|
"> c #A0A0A0",
|
||||||
|
", c #BBBBBB",
|
||||||
|
"' c #BDBDBD",
|
||||||
|
") c #E1E1E1",
|
||||||
|
"! c #E8E8E8",
|
||||||
|
"~ c #EDEDED",
|
||||||
|
"{ c #9E9E9E",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
"....+%&**====*&%+...",
|
||||||
|
"....@&---------;#...",
|
||||||
|
"....#*---------*$...",
|
||||||
|
"....$=-->,='>--=$...",
|
||||||
|
"....$=--')!)'--=$...",
|
||||||
|
"....$=--=!~!=--=$...",
|
||||||
|
"....$=--')!)'--=$...",
|
||||||
|
"....$=-->,='{--=$...",
|
||||||
|
"....#*---------*$...",
|
||||||
|
"....@&---------;#...",
|
||||||
|
"....+%&**====*&%+...",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
"...................."};
|
45
data/styles/Emerge/pixmaps/max-unfocus.xpm
Normal file
45
data/styles/Emerge/pixmaps/max-unfocus.xpm
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * max_unfocus_xpm[] = {
|
||||||
|
"20 17 25 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E6E6E6",
|
||||||
|
"# c #E5E5E5",
|
||||||
|
"$ c #E2E2E2",
|
||||||
|
"% c #DFDFDF",
|
||||||
|
"& c #DEDEDE",
|
||||||
|
"* c #FEFEFE",
|
||||||
|
"= c #C4C4C4",
|
||||||
|
"- c #898989",
|
||||||
|
"; c #4C4C4C",
|
||||||
|
"> c #5C5C5C",
|
||||||
|
", c #686868",
|
||||||
|
"' c #6A6A6A",
|
||||||
|
") c #B9B9B9",
|
||||||
|
"! c #E4E4E4",
|
||||||
|
"~ c #929292",
|
||||||
|
"{ c #B1B1B1",
|
||||||
|
"] c #B7B7B7",
|
||||||
|
"^ c #B2B2B2",
|
||||||
|
"/ c #666666",
|
||||||
|
"( c #E0E0E0",
|
||||||
|
"_ c #E8E8E8",
|
||||||
|
": c #E1E1E1",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@#$%&%$#@+....",
|
||||||
|
"....+*********=&+...",
|
||||||
|
"....@*********-=#...",
|
||||||
|
"....#**;>,',**')!...",
|
||||||
|
"....$**>~{]^**,]$...",
|
||||||
|
"....%**/^&!&**']&...",
|
||||||
|
"....&**']!.!**']&...",
|
||||||
|
"....&**/^&!&**']&...",
|
||||||
|
"....(*********/](...",
|
||||||
|
"....(*********')&...",
|
||||||
|
"....@=-',''','-=#...",
|
||||||
|
"....+&=)]]]]])=&+...",
|
||||||
|
"....._:%%&&&&%@+....",
|
||||||
|
"....................",
|
||||||
|
"...................."};
|
47
data/styles/Emerge/pixmaps/max.xpm
Normal file
47
data/styles/Emerge/pixmaps/max.xpm
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * max_xpm[] = {
|
||||||
|
"20 17 27 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E6E6E6",
|
||||||
|
"# c #E5E5E5",
|
||||||
|
"$ c #E2E2E2",
|
||||||
|
"% c #DFDFDF",
|
||||||
|
"& c #DEDEDE",
|
||||||
|
"* c #000000",
|
||||||
|
"= c #CDCDCD",
|
||||||
|
"- c #989898",
|
||||||
|
"; c #CBCBCB",
|
||||||
|
"> c #616161",
|
||||||
|
", c #717171",
|
||||||
|
"' c #7B7B7B",
|
||||||
|
") c #7D7D7D",
|
||||||
|
"! c #C1C1C1",
|
||||||
|
"~ c #E4E4E4",
|
||||||
|
"{ c #A0A0A0",
|
||||||
|
"] c #BBBBBB",
|
||||||
|
"^ c #C0C0C0",
|
||||||
|
"/ c #BDBDBD",
|
||||||
|
"( c #E1E1E1",
|
||||||
|
"_ c #E8E8E8",
|
||||||
|
": c #7C7C7C",
|
||||||
|
"< c #EDEDED",
|
||||||
|
"[ c #E0E0E0",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@#$%&%$#@+....",
|
||||||
|
"....+*********=&+...",
|
||||||
|
"....@*********-;#...",
|
||||||
|
"....#**>,')'**)!~...",
|
||||||
|
"....$**,{]^/**'^$...",
|
||||||
|
"....%**'/(_(**:^&...",
|
||||||
|
"....&**)^_<_**)^&...",
|
||||||
|
"....&**'/(_(**:^&...",
|
||||||
|
"....[*********'^[...",
|
||||||
|
"....[*********)!&...",
|
||||||
|
"....@=-)')))')-;#...",
|
||||||
|
"....+&=!!^^^^!=&+...",
|
||||||
|
"....._(%%&&&&%@+....",
|
||||||
|
"....................",
|
||||||
|
"...................."};
|
21
data/styles/Emerge/pixmaps/selected.xpm
Normal file
21
data/styles/Emerge/pixmaps/selected.xpm
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * selected_xpm[] = {
|
||||||
|
"16 16 2 1",
|
||||||
|
" c None",
|
||||||
|
". c #000000",
|
||||||
|
" ",
|
||||||
|
" .. ",
|
||||||
|
" . ",
|
||||||
|
" ............. ",
|
||||||
|
" . .. . ",
|
||||||
|
" . . . ",
|
||||||
|
" . .. . ",
|
||||||
|
" . . . . ",
|
||||||
|
" . .. .. . ",
|
||||||
|
" . ... . . ",
|
||||||
|
" . . .. . ",
|
||||||
|
" . ... . ",
|
||||||
|
" . ... . ",
|
||||||
|
" . . ",
|
||||||
|
" ............. ",
|
||||||
|
" "};
|
33
data/styles/Emerge/pixmaps/stick-pressed.xpm
Normal file
33
data/styles/Emerge/pixmaps/stick-pressed.xpm
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * stick_pressed_xpm[] = {
|
||||||
|
"20 17 13 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E6E6E6",
|
||||||
|
"# c #E5E5E5",
|
||||||
|
"$ c #E4E4E4",
|
||||||
|
"% c #DEDEDE",
|
||||||
|
"& c #CDCDCD",
|
||||||
|
"* c #C1C1C1",
|
||||||
|
"= c #C0C0C0",
|
||||||
|
"- c #000000",
|
||||||
|
"; c #CBCBCB",
|
||||||
|
"> c #FEFEFE",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
"....+%&**====*&%+...",
|
||||||
|
"....@&---------;#...",
|
||||||
|
"....#*---------*$...",
|
||||||
|
"....$=-->>>>>--=$...",
|
||||||
|
"....$=-->-->>--=$...",
|
||||||
|
"....$=-->>>>>--=$...",
|
||||||
|
"....$=-->--->--=$...",
|
||||||
|
"....$=-->>>>>--=$...",
|
||||||
|
"....#*---------*$...",
|
||||||
|
"....@&---------;#...",
|
||||||
|
"....+%&**====*&%+...",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
"...................."};
|
40
data/styles/Emerge/pixmaps/stick-unfocus.xpm
Normal file
40
data/styles/Emerge/pixmaps/stick-unfocus.xpm
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * stick_unfocus_xpm[] = {
|
||||||
|
"20 17 20 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E6E6E6",
|
||||||
|
"# c #E5E5E5",
|
||||||
|
"$ c #E2E2E2",
|
||||||
|
"% c #DFDFDF",
|
||||||
|
"& c #DEDEDE",
|
||||||
|
"* c #FEFEFE",
|
||||||
|
"= c #C4C4C4",
|
||||||
|
"- c #898989",
|
||||||
|
"; c #B7B7B7",
|
||||||
|
"> c #6A6A6A",
|
||||||
|
", c #B9B9B9",
|
||||||
|
"' c #E4E4E4",
|
||||||
|
") c #686868",
|
||||||
|
"! c #E0E0E0",
|
||||||
|
"~ c #666666",
|
||||||
|
"{ c #E8E8E8",
|
||||||
|
"] c #E1E1E1",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@#$%&%$#@+....",
|
||||||
|
"....+*********=&+...",
|
||||||
|
"....@*********-=#...",
|
||||||
|
"....#**;;;;;**>,'...",
|
||||||
|
"....$**;**;;**);$...",
|
||||||
|
"....%**;;;;;**>;&...",
|
||||||
|
"....&**;***;**>;&...",
|
||||||
|
"....&**;;;;;**>;&...",
|
||||||
|
"....!*********~;!...",
|
||||||
|
"....!*********>,&...",
|
||||||
|
"....@=->)>>>)>-=#...",
|
||||||
|
"....+&=,;;;;;,=&+...",
|
||||||
|
".....{]%%&&&&%@+....",
|
||||||
|
"....................",
|
||||||
|
"...................."};
|
42
data/styles/Emerge/pixmaps/stick.xpm
Normal file
42
data/styles/Emerge/pixmaps/stick.xpm
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * stick_xpm[] = {
|
||||||
|
"20 17 22 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E6E6E6",
|
||||||
|
"# c #E5E5E5",
|
||||||
|
"$ c #E2E2E2",
|
||||||
|
"% c #DFDFDF",
|
||||||
|
"& c #DEDEDE",
|
||||||
|
"* c #000000",
|
||||||
|
"= c #CDCDCD",
|
||||||
|
"- c #989898",
|
||||||
|
"; c #CBCBCB",
|
||||||
|
"> c #FEFEFE",
|
||||||
|
", c #7D7D7D",
|
||||||
|
"' c #C1C1C1",
|
||||||
|
") c #E4E4E4",
|
||||||
|
"! c #7B7B7B",
|
||||||
|
"~ c #C0C0C0",
|
||||||
|
"{ c #7C7C7C",
|
||||||
|
"] c #E0E0E0",
|
||||||
|
"^ c #E8E8E8",
|
||||||
|
"/ c #E1E1E1",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@#$%&%$#@+....",
|
||||||
|
"....+*********=&+...",
|
||||||
|
"....@*********-;#...",
|
||||||
|
"....#**>>>>>**,')...",
|
||||||
|
"....$**>**>>**!~$...",
|
||||||
|
"....%**>>>>>**{~&...",
|
||||||
|
"....&**>***>**,~&...",
|
||||||
|
"....&**>>>>>**{~&...",
|
||||||
|
"....]*********!~]...",
|
||||||
|
"....]*********,'&...",
|
||||||
|
"....@=-,!,,,!,-;#...",
|
||||||
|
"....+&=''~~~~'=&+...",
|
||||||
|
".....^/%%&&&&%@+....",
|
||||||
|
"....................",
|
||||||
|
"...................."};
|
38
data/styles/Emerge/pixmaps/stuck-pressed.xpm
Normal file
38
data/styles/Emerge/pixmaps/stuck-pressed.xpm
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * stuck_pressed_xpm[] = {
|
||||||
|
"20 17 18 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E6E6E6",
|
||||||
|
"# c #E5E5E5",
|
||||||
|
"$ c #E4E4E4",
|
||||||
|
"% c #DEDEDE",
|
||||||
|
"& c #CDCDCD",
|
||||||
|
"* c #C1C1C1",
|
||||||
|
"= c #C0C0C0",
|
||||||
|
"- c #000000",
|
||||||
|
"; c #CBCBCB",
|
||||||
|
"> c #A0A0A0",
|
||||||
|
", c #BBBBBB",
|
||||||
|
"' c #BDBDBD",
|
||||||
|
") c #E1E1E1",
|
||||||
|
"! c #E8E8E8",
|
||||||
|
"~ c #EDEDED",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
"....+%&**====*&%+...",
|
||||||
|
"....@&---------;#...",
|
||||||
|
"....#*---------*$...",
|
||||||
|
"....$=-->,='>--=$...",
|
||||||
|
"....$=--')!)'--=$...",
|
||||||
|
"....$=--=!-----=$...",
|
||||||
|
"....$=--')-~!--=$...",
|
||||||
|
"....$=-->,-!)--=$...",
|
||||||
|
"....#*---------*$...",
|
||||||
|
"....@&---------;#...",
|
||||||
|
"....+%&**====*&%+...",
|
||||||
|
".....+@##$$$$#@+....",
|
||||||
|
"...................."};
|
45
data/styles/Emerge/pixmaps/stuck-unfocus.xpm
Normal file
45
data/styles/Emerge/pixmaps/stuck-unfocus.xpm
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * stuck_unfocus_xpm[] = {
|
||||||
|
"20 17 25 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E6E6E6",
|
||||||
|
"# c #E5E5E5",
|
||||||
|
"$ c #E2E2E2",
|
||||||
|
"% c #DFDFDF",
|
||||||
|
"& c #DEDEDE",
|
||||||
|
"* c #FEFEFE",
|
||||||
|
"= c #C4C4C4",
|
||||||
|
"- c #898989",
|
||||||
|
"; c #4C4C4C",
|
||||||
|
"> c #5C5C5C",
|
||||||
|
", c #686868",
|
||||||
|
"' c #6A6A6A",
|
||||||
|
") c #B9B9B9",
|
||||||
|
"! c #E4E4E4",
|
||||||
|
"~ c #929292",
|
||||||
|
"{ c #B1B1B1",
|
||||||
|
"] c #B7B7B7",
|
||||||
|
"^ c #B2B2B2",
|
||||||
|
"/ c #666666",
|
||||||
|
"( c #E0E0E0",
|
||||||
|
"_ c #E8E8E8",
|
||||||
|
": c #E1E1E1",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@#$%&%$#@+....",
|
||||||
|
"....+*********=&+...",
|
||||||
|
"....@*********-=#...",
|
||||||
|
"....#**;>,',**')!...",
|
||||||
|
"....$**>~{]^**,]$...",
|
||||||
|
"....%**/^*****']&...",
|
||||||
|
"....&**']*.!**']&...",
|
||||||
|
"....&**/^*!&**']&...",
|
||||||
|
"....(*********/](...",
|
||||||
|
"....(*********')&...",
|
||||||
|
"....@=-',''','-=#...",
|
||||||
|
"....+&=)]]]]])=&+...",
|
||||||
|
"....._:%%&&&&%@+....",
|
||||||
|
"....................",
|
||||||
|
"...................."};
|
47
data/styles/Emerge/pixmaps/stuck.xpm
Normal file
47
data/styles/Emerge/pixmaps/stuck.xpm
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * stuck_xpm[] = {
|
||||||
|
"20 17 27 1",
|
||||||
|
" c None",
|
||||||
|
". c #EBEBEB",
|
||||||
|
"+ c #E9E9E9",
|
||||||
|
"@ c #E6E6E6",
|
||||||
|
"# c #E5E5E5",
|
||||||
|
"$ c #E2E2E2",
|
||||||
|
"% c #DFDFDF",
|
||||||
|
"& c #DEDEDE",
|
||||||
|
"* c #000000",
|
||||||
|
"= c #CDCDCD",
|
||||||
|
"- c #989898",
|
||||||
|
"; c #CBCBCB",
|
||||||
|
"> c #616161",
|
||||||
|
", c #717171",
|
||||||
|
"' c #7B7B7B",
|
||||||
|
") c #7D7D7D",
|
||||||
|
"! c #C1C1C1",
|
||||||
|
"~ c #E4E4E4",
|
||||||
|
"{ c #A0A0A0",
|
||||||
|
"] c #BBBBBB",
|
||||||
|
"^ c #C0C0C0",
|
||||||
|
"/ c #BDBDBD",
|
||||||
|
"( c #7C7C7C",
|
||||||
|
"_ c #EDEDED",
|
||||||
|
": c #E8E8E8",
|
||||||
|
"< c #E1E1E1",
|
||||||
|
"[ c #E0E0E0",
|
||||||
|
"....................",
|
||||||
|
"....................",
|
||||||
|
".....+@#$%&%$#@+....",
|
||||||
|
"....+*********=&+...",
|
||||||
|
"....@*********-;#...",
|
||||||
|
"....#**>,')'**)!~...",
|
||||||
|
"....$**,{]^/**'^$...",
|
||||||
|
"....%**'/*****(^&...",
|
||||||
|
"....&**)^*_:**)^&...",
|
||||||
|
"....&**'/*:<**(^&...",
|
||||||
|
"....[*********'^[...",
|
||||||
|
"....[*********)!&...",
|
||||||
|
"....@=-)')))')-;#...",
|
||||||
|
"....+&=!!^^^^!=&+...",
|
||||||
|
".....:<%%&&&&%@+....",
|
||||||
|
"....................",
|
||||||
|
"...................."};
|
21
data/styles/Emerge/pixmaps/unselected.xpm
Normal file
21
data/styles/Emerge/pixmaps/unselected.xpm
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * unselected_xpm[] = {
|
||||||
|
"16 16 2 1",
|
||||||
|
" c None",
|
||||||
|
". c #000000",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ............. ",
|
||||||
|
" . . ",
|
||||||
|
" . . ",
|
||||||
|
" . . ",
|
||||||
|
" . . ",
|
||||||
|
" . . ",
|
||||||
|
" . . ",
|
||||||
|
" . . ",
|
||||||
|
" . . ",
|
||||||
|
" . . ",
|
||||||
|
" . . ",
|
||||||
|
" ............. ",
|
||||||
|
" "};
|
194
data/styles/Emerge/theme.cfg
Normal file
194
data/styles/Emerge/theme.cfg
Normal file
|
@ -0,0 +1,194 @@
|
||||||
|
!---------------------------------------------------------------------------------
|
||||||
|
! FluxMOD www.imaginere.dk
|
||||||
|
! Style name: Emerge
|
||||||
|
! Style Author: ikaro ( ikaro@bersirc.com )
|
||||||
|
! Style Date: Sun Sep 14 08:25:12 CEST 2003
|
||||||
|
! Style info: Simple desktop, clean and stylish.
|
||||||
|
! Style Comments: Thank you Henrik for making Fluxbox.
|
||||||
|
!
|
||||||
|
!----------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
!menu:
|
||||||
|
menu.title: Raised Bevel1 Gradient Vertical
|
||||||
|
menu.title.textColor: #000000
|
||||||
|
!menu.title.pixmap:
|
||||||
|
menu.title.color: #ebebeb
|
||||||
|
menu.title.colorTo: #ffffff
|
||||||
|
!menu.title.font:
|
||||||
|
menu.title.justify: Center
|
||||||
|
|
||||||
|
|
||||||
|
!menu.frame.pixmap:
|
||||||
|
menu.frame: Raised Bevel1 Gradient CrossDiagonal
|
||||||
|
menu.frame.color: #ffffff
|
||||||
|
menu.frame.colorTo: #ebebeb
|
||||||
|
menu.frame.textColor: #000000
|
||||||
|
menu.frame.disableColor:
|
||||||
|
!menu.frame.font:
|
||||||
|
menu.frame.justify: Left
|
||||||
|
menu.bullet.position: Left
|
||||||
|
menu.bullet: Square
|
||||||
|
menu.bevelWidth: 2
|
||||||
|
menu.borderwidth: 1
|
||||||
|
menu.borderColor: #000000
|
||||||
|
|
||||||
|
|
||||||
|
menu.hilite: Raised Bevel2 Gradient Vertical
|
||||||
|
menu.hilite.textColor: #000000
|
||||||
|
!menu.hilite.pixmap:
|
||||||
|
menu.hilite.color: #ebebeb
|
||||||
|
menu.hilite.colorTo: #ffffff
|
||||||
|
|
||||||
|
menu.submenu.pixmap: bullet.xpm
|
||||||
|
menu.selected.pixmap: selected.xpm
|
||||||
|
menu.unselected.pixmap: unselected.xpm
|
||||||
|
!menu.roundCorners:
|
||||||
|
|
||||||
|
!window.font:
|
||||||
|
window.justify: Center
|
||||||
|
!window.roundCorners:
|
||||||
|
window.alpha: 255
|
||||||
|
window.title.height:
|
||||||
|
window.bevelWidth: 2
|
||||||
|
window.borderWidth: 1
|
||||||
|
window.handleWidth: 4
|
||||||
|
window.borderColor: #525050
|
||||||
|
|
||||||
|
window.close.pixmap: close.xpm
|
||||||
|
window.maximize.pixmap: max.xpm
|
||||||
|
window.iconify.pixmap: icon.xpm
|
||||||
|
window.stick.pixmap: stick.xpm
|
||||||
|
|
||||||
|
window.close.pressed.pixmap: close-pressed.xpm
|
||||||
|
window.maximize.pressed.pixmap: max-pressed.xpm
|
||||||
|
window.iconify.pressed.pixmap: icon-pressed.xpm
|
||||||
|
window.stick.pressed.pixmap: stick-pressed.xpm
|
||||||
|
|
||||||
|
window.close.unfocus.pixmap: close-unfocus.xpm
|
||||||
|
window.maximize.unfocus.pixmap: max-unfocus.xpm
|
||||||
|
window.iconify.unfocus.pixmap: icon-unfocus.xpm
|
||||||
|
window.stick.unfocus.pixmap: stick-unfocus.xpm
|
||||||
|
|
||||||
|
window.stuck.pixmap: stuck.xpm
|
||||||
|
window.stuck.unfocus.pixmap: stuck-unfocus.xpm
|
||||||
|
|
||||||
|
!window.shade.pixmap:
|
||||||
|
!window.shade.pressed.pixmap:
|
||||||
|
!window.shade.unfocus.pixmap:
|
||||||
|
|
||||||
|
window.grip.focus: Raised Bevel1 Gradient Vertical
|
||||||
|
!window.grip.focus.pixmap:
|
||||||
|
window.grip.focus.color: #ebebeb
|
||||||
|
window.grip.focus.colorTo: #ffffff
|
||||||
|
|
||||||
|
window.grip.unfocus: Raised Bevel1 Gradient Vertical
|
||||||
|
!window.grip.unfocus.pixmap:
|
||||||
|
window.grip.unfocus.color: #cfcfcf
|
||||||
|
window.grip.unfocus.colorTo: #cfcfcf
|
||||||
|
|
||||||
|
window.handle.focus: Raised Bevel1 Gradient Vertical
|
||||||
|
!window.handle.focus.pixmap:
|
||||||
|
window.handle.focus.color: #ebebeb
|
||||||
|
window.handle.focus.colorTo: #ffffff
|
||||||
|
|
||||||
|
window.handle.unfocus: Raised Bevel1 Gradient Vertical
|
||||||
|
!window.handle.unfocus.pixmap:
|
||||||
|
window.handle.unfocus.color: #cfcfcf
|
||||||
|
window.handle.unfocus.colorTo: #cfcfcf
|
||||||
|
|
||||||
|
window.label.focus: Raised Bevel1 Gradient Vertical
|
||||||
|
!window.label.focus.pixmap:
|
||||||
|
window.label.focus.color: #ebebeb
|
||||||
|
window.label.focus.colorTo: #ffffff
|
||||||
|
window.label.focus.textColor: #000000
|
||||||
|
!window.label.focus.font:
|
||||||
|
window.label.focus.justify: Center
|
||||||
|
|
||||||
|
window.justify: Center
|
||||||
|
window.label.unfocus: Raised Bevel1 Gradient Vertical
|
||||||
|
!window.label.unfocus.pixmap:
|
||||||
|
window.label.unfocus.color: #e3e3e3
|
||||||
|
window.label.unfocus.colorTo: #e3e3e3
|
||||||
|
window.label.unfocus.textColor: #747171
|
||||||
|
|
||||||
|
window.title.focus: Flat
|
||||||
|
!window.title.focus.pixmap:
|
||||||
|
window.title.focus.color: #ebebeb
|
||||||
|
window.title.focus.colorTo:
|
||||||
|
|
||||||
|
window.title.unfocus: Flat
|
||||||
|
!window.title.unfocus.pixmap:
|
||||||
|
window.title.unfocus.color: #ebebeb
|
||||||
|
window.title.unfocus.colorTo:
|
||||||
|
window.frame.focusColor: #525050
|
||||||
|
window.frame.unfocusColor: #525050
|
||||||
|
|
||||||
|
|
||||||
|
*.font: sans-8
|
||||||
|
|
||||||
|
slit: Raised Bevel2 Gradient Horizontal
|
||||||
|
!slit.pixmap:
|
||||||
|
slit.color: #ebebeb
|
||||||
|
slit.colorTo: #ffffff
|
||||||
|
slit.borderWidth: 1
|
||||||
|
slit.bevelWidth: 1
|
||||||
|
slit.borderColor: #ffffff
|
||||||
|
|
||||||
|
toolbar: Flat
|
||||||
|
!toolbar.pixmap:
|
||||||
|
toolbar.color: #ebebeb
|
||||||
|
toolbar.colorTo:
|
||||||
|
toolbar.borderWidth: 1
|
||||||
|
toolbar.borderColor: #525050
|
||||||
|
toolbar.bevelWidth: 2
|
||||||
|
toolbar.shaped: True
|
||||||
|
toolbar.alpha: 255
|
||||||
|
toolbar.height: 17
|
||||||
|
|
||||||
|
toolbar.clock: Raised Bevel1 Gradient Vertical
|
||||||
|
!toolbar.clock.pixmap:
|
||||||
|
toolbar.clock.color: #ebebeb
|
||||||
|
toolbar.clock.colorTo: #cfcfcf
|
||||||
|
!toolbar.clock.font:
|
||||||
|
toolbar.clock.textColor: #000000
|
||||||
|
toolbar.clock.borderWidth: 0
|
||||||
|
toolbar.clock.borderColor:
|
||||||
|
toolbar.clock.justify: Center
|
||||||
|
|
||||||
|
toolbar.workspace: Raised Bevel1 Gradient Vertical
|
||||||
|
!toolbar.workspace.pixmap:
|
||||||
|
toolbar.workspace.color: #ebebeb
|
||||||
|
toolbar.workspace.colorTo: #cfcfcf
|
||||||
|
toolbar.workspace.borderWidth: 0
|
||||||
|
toolbar.workspace.borderColor:
|
||||||
|
!toolbar.workspace.font:
|
||||||
|
toolbar.workspace.textColor: #000000
|
||||||
|
toolbar.workspace.justify: Center
|
||||||
|
|
||||||
|
toolbar.iconbar.focused: Raised Bevel1 Gradient Vertical
|
||||||
|
!toolbar.iconbar.focused.pixmap:
|
||||||
|
toolbar.iconbar.focused.color: #ebebeb
|
||||||
|
toolbar.iconbar.focused.colorTo: #dbdbdb
|
||||||
|
toolbar.iconbar.focused.borderWidth: 1
|
||||||
|
toolbar.iconbar.focused.borderColor: #5e5b5b
|
||||||
|
!toolbar.iconbar.focused.font:
|
||||||
|
toolbar.iconbar.focused.textColor: #000000
|
||||||
|
toolbar.iconbar.focused.justify: Center
|
||||||
|
|
||||||
|
toolbar.iconbar.unfocused: Raised Bevel1 Gradient Vertical
|
||||||
|
!toolbar.iconbar.unfocused.pixmap:
|
||||||
|
toolbar.iconbar.unfocused.color: #ebebeb
|
||||||
|
toolbar.iconbar.unfocused.colorTo: #cfcfcf
|
||||||
|
toolbar.iconbar.unfocused.borderWidth: 0
|
||||||
|
toolbar.iconbar.unfocused.borderColor:
|
||||||
|
!toolbar.iconbar.unfocused.font:
|
||||||
|
toolbar.iconbar.unfocused.textColor: #747171
|
||||||
|
toolbar.iconbar.unfocused.justify: Center
|
||||||
|
|
||||||
|
toolbar.iconbar.empty: Raised Bevel1 Gradient Vertical
|
||||||
|
!toolbar.iconbar.empty.pixmap:
|
||||||
|
toolbar.iconbar.empty.color:#ebebeb
|
||||||
|
toolbar.iconbar.empty.colorTo: #cfcfcf
|
||||||
|
|
||||||
|
toolbar.iconbar.borderWidth: 1
|
||||||
|
toolbar.iconbar.borderColor: #dbdbdb
|
Loading…
Reference in a new issue