aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-01-03 02:24:01 (GMT)
committerfluxgen <fluxgen>2004-01-03 02:24:01 (GMT)
commit49aa1c366002c8c4e73bacd10d7dedd7c3125380 (patch)
tree49bce03411d86d8cb3ce980077ee41c432248101
parent9f20e819f9510eb546c62f7fd0581377a6f0cff3 (diff)
downloadfluxbox-49aa1c366002c8c4e73bacd10d7dedd7c3125380.zip
fluxbox-49aa1c366002c8c4e73bacd10d7dedd7c3125380.tar.bz2
pixmaps
-rw-r--r--data/styles/Emerge/Makefile.am5
-rw-r--r--data/styles/Emerge/pixmaps/Makefile.am8
-rw-r--r--data/styles/Emerge/pixmaps/bullet.xpm21
-rw-r--r--data/styles/Emerge/pixmaps/close-pressed.xpm37
-rw-r--r--data/styles/Emerge/pixmaps/close-unfocus.xpm47
-rw-r--r--data/styles/Emerge/pixmaps/close.xpm47
-rw-r--r--data/styles/Emerge/pixmaps/icon-pressed.xpm38
-rw-r--r--data/styles/Emerge/pixmaps/icon-unfocus.xpm37
-rw-r--r--data/styles/Emerge/pixmaps/icon.xpm37
-rw-r--r--data/styles/Emerge/pixmaps/max-pressed.xpm39
-rw-r--r--data/styles/Emerge/pixmaps/max-unfocus.xpm45
-rw-r--r--data/styles/Emerge/pixmaps/max.xpm47
-rw-r--r--data/styles/Emerge/pixmaps/selected.xpm21
-rw-r--r--data/styles/Emerge/pixmaps/stick-pressed.xpm33
-rw-r--r--data/styles/Emerge/pixmaps/stick-unfocus.xpm40
-rw-r--r--data/styles/Emerge/pixmaps/stick.xpm42
-rw-r--r--data/styles/Emerge/pixmaps/stuck-pressed.xpm38
-rw-r--r--data/styles/Emerge/pixmaps/stuck-unfocus.xpm45
-rw-r--r--data/styles/Emerge/pixmaps/stuck.xpm47
-rw-r--r--data/styles/Emerge/pixmaps/unselected.xpm21
-rw-r--r--data/styles/Emerge/theme.cfg194
21 files changed, 889 insertions, 0 deletions
diff --git a/data/styles/Emerge/Makefile.am b/data/styles/Emerge/Makefile.am
new file mode 100644
index 0000000..5c01b44
--- /dev/null
+++ b/data/styles/Emerge/Makefile.am
@@ -0,0 +1,5 @@
1SUBDIRS=pixmaps
2styledir = $(pkgdatadir)/styles/Emerge
3
4style_DATA = theme.cfg
5EXTRA_DIST=$(style_DATA)
diff --git a/data/styles/Emerge/pixmaps/Makefile.am b/data/styles/Emerge/pixmaps/Makefile.am
new file mode 100644
index 0000000..ec35302
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/Makefile.am
@@ -0,0 +1,8 @@
1SUBDIRS=pixmaps
2styledir = $(pkgdatadir)/styles/Emerge/pixmaps
3
4style_DATA = bullet.xpm close.xpm icon.xpm max.xpm stick-unfocus.xpm \
5 stuck-unfocus.xpm close-pressed.xpm icon-pressed.xpm max-pressed.xpm \
6 selected.xpm stick.xpm stuck.xpm close-unfocus.xpm icon-unfocus.xpm \
7 max-unfocus.xpm stick-pressed.xpm stuck-pressed.xpm unselected.xpm
8EXTRA_DIST=$(style_DATA)
diff --git a/data/styles/Emerge/pixmaps/bullet.xpm b/data/styles/Emerge/pixmaps/bullet.xpm
new file mode 100644
index 0000000..cb3e266
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/bullet.xpm
@@ -0,0 +1,21 @@
1/* XPM */
2static char * bullet_xpm[] = {
3"16 16 2 1",
4" c None",
5". c #000000",
6" ",
7" ",
8" ",
9" ",
10" . ",
11" .. ",
12" . .. ",
13" . . ",
14" . . ",
15" . . ",
16" . . ",
17" .. . ",
18" .. ",
19" . ",
20" ",
21" "};
diff --git a/data/styles/Emerge/pixmaps/close-pressed.xpm b/data/styles/Emerge/pixmaps/close-pressed.xpm
new file mode 100644
index 0000000..f368a9b
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/close-pressed.xpm
@@ -0,0 +1,37 @@
1/* XPM */
2static char * close_pressed_xpm[] = {
3"20 17 17 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E5E5E5",
8"# c #DCDCDC",
9"$ c #CACACA",
10"% c #E8E8E8",
11"& c #000000",
12"* c #B0B0B0",
13"= c #D9D9D9",
14"- c #E2E2E2",
15"; c #DBDBDB",
16"> c #ADADAD",
17", c #C8C8C8",
18"' c #898989",
19") c #E6E6E6",
20"! c #888888",
21"....................",
22"....................",
23"....................",
24".....+@@+...+@@+....",
25"....+#$$#%.%#$$#+...",
26"....@$&&*=-;*&&$@...",
27"....@$&&&>,>&&&$@...",
28"....+#*&&&'&&&*#+...",
29".....%;>&&&&&>=)....",
30"......-,'&&&!,-.....",
31".....%;>&&&&&>=)....",
32"....+#*&&&'&&&*#+...",
33"....@$&&&>,>&&&$@...",
34"....@$&&*=-;*&&$@...",
35"....+#$$#%.%#$$#+...",
36".....+@@+...+@@+....",
37"...................."};
diff --git a/data/styles/Emerge/pixmaps/close-unfocus.xpm b/data/styles/Emerge/pixmaps/close-unfocus.xpm
new file mode 100644
index 0000000..6e0046a
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/close-unfocus.xpm
@@ -0,0 +1,47 @@
1/* XPM */
2static char * close_unfocus_xpm[] = {
3"20 17 27 1",
4" c None",
5". c #EBEBEB",
6"+ c #E8E8E8",
7"@ c #E0E0E0",
8"# c #FEFEFE",
9"$ c #B4B4B4",
10"% c #D4D4D4",
11"& c #E4E4E4",
12"* c #B6B6B6",
13"= c #D8D8D8",
14"- c #999999",
15"; c #C8C8C8",
16"> c #DCDCDC",
17", c #858585",
18"' c #969696",
19") c #606060",
20"! c #7C7C7C",
21"~ c #717171",
22"{ c #5A5A5A",
23"] c #6B6B6B",
24"^ c #E2E2E2",
25"/ c #747474",
26"( c #B3B3B3",
27"_ c #6E6E6E",
28": c #757575",
29"< c #727272",
30"[ c #7D7D7D",
31"....................",
32"....................",
33".....+@@+...+@@+....",
34"....+##$%&.&##*=+...",
35"....@###-;>###,*@...",
36"....@$###'###)!$@...",
37"....+%-#####)~-%+...",
38".....&;'###{]';^....",
39"......>#####/(>.....",
40".....&###{###';^....",
41"....+###)_:###-%+...",
42"....@##)~'('##<$@...",
43"....@*,!-;>;-<[*@...",
44"....+=*$%&.&%$*=+...",
45".....+@@+...+@@+....",
46"....................",
47"...................."};
diff --git a/data/styles/Emerge/pixmaps/close.xpm b/data/styles/Emerge/pixmaps/close.xpm
new file mode 100644
index 0000000..6b8ea15
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/close.xpm
@@ -0,0 +1,47 @@
1/* XPM */
2static char * close_xpm[] = {
3"20 17 27 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E5E5E5",
8"# c #000000",
9"$ c #CACACA",
10"% c #DCDCDC",
11"& c #E8E8E8",
12"* c #B0B0B0",
13"= c #D9D9D9",
14"- c #E2E2E2",
15"; c #A7A7A7",
16"> c #ADADAD",
17", c #757575",
18"' c #9D9D9D",
19") c #7B7B7B",
20"! c #919191",
21"~ c #DBDBDB",
22"{ c #747474",
23"] c #8C8C8C",
24"^ c #E6E6E6",
25"/ c #888888",
26"( c #C8C8C8",
27"_ c #898989",
28": c #7E7E7E",
29"< c #868686",
30"[ c #929292",
31"....................",
32"....................",
33".....+@@+...+@@+....",
34"....+##$%&.&##$%+...",
35"....@###*=-###;$@...",
36"....@$###>###,'$@...",
37"....+%*#####)!*%+...",
38".....&~>###{]>=^....",
39"......-#####/(-.....",
40".....&###{###>=^....",
41"....+###)]_###*%+...",
42"....@##:!>(>##<$@...",
43"....@$;'*=-~*<[$@...",
44"....+%$$%&.&%$$%+...",
45".....+@@+...+@@+....",
46"....................",
47"...................."};
diff --git a/data/styles/Emerge/pixmaps/icon-pressed.xpm b/data/styles/Emerge/pixmaps/icon-pressed.xpm
new file mode 100644
index 0000000..2a41f1f
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/icon-pressed.xpm
@@ -0,0 +1,38 @@
1/* XPM */
2static char * icon_pressed_xpm[] = {
3"20 17 18 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E6E6E6",
8"# c #E5E5E5",
9"$ c #E4E4E4",
10"% c #EEEEEE",
11"& c #DDDDDD",
12"* c #D3D3D3",
13"= c #D2D2D2",
14"- c #D0D0D0",
15"; c #D1D1D1",
16"> c #DEDEDE",
17", c #000000",
18"' c #CFCFCF",
19") c #D5D5D5",
20"! c #C8C8C8",
21"~ c #C5C5C5",
22"....................",
23"....................",
24"....................",
25"........+@#@+.......",
26"....................",
27"....................",
28"....................",
29"....................",
30".....+@##$$$$#@+....",
31".....+@##$$$$#@+....",
32"....+%&*=----*;>+...",
33"....@&,,,,,,,,,'#...",
34"....#),,,,,,,,,!$...",
35"....@;,,,,,,,,,'#...",
36"....+>;~~~~~~~;>+...",
37".....+@##$$$$#@+....",
38"...................."};
diff --git a/data/styles/Emerge/pixmaps/icon-unfocus.xpm b/data/styles/Emerge/pixmaps/icon-unfocus.xpm
new file mode 100644
index 0000000..d7125d1
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/icon-unfocus.xpm
@@ -0,0 +1,37 @@
1/* XPM */
2static char * icon_unfocus_xpm[] = {
3"20 17 17 1",
4" c None",
5". c #EBEBEB",
6"+ c #E8E8E8",
7"@ c #E1E1E1",
8"# c #DFDFDF",
9"$ c #DEDEDE",
10"% c #FEFEFE",
11"& c #C4C4C4",
12"* c #DBDBDB",
13"= c #888888",
14"- c #727272",
15"; c #B8B8B8",
16"> c #717171",
17", c #6B6B6B",
18"' c #6F6F6F",
19") c #B6B6B6",
20"! c #B4B4B4",
21"....................",
22"....................",
23"....................",
24"....................",
25"....................",
26"....................",
27"....................",
28"....................",
29".....+@##$$$$#@+....",
30"....+%%%%%%%%%&*+...",
31"....@%%%%%%%%%=&#...",
32"....#%%%%%%%%%-;$...",
33"....@&=>,,,,,'=&#...",
34"....+*&)!!!!!)&*+...",
35".....+@##$$$$#@+....",
36"....................",
37"...................."};
diff --git a/data/styles/Emerge/pixmaps/icon.xpm b/data/styles/Emerge/pixmaps/icon.xpm
new file mode 100644
index 0000000..872106a
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/icon.xpm
@@ -0,0 +1,37 @@
1/* XPM */
2static char * icon_xpm[] = {
3"20 17 17 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E6E6E6",
8"# c #E5E5E5",
9"$ c #E4E4E4",
10"% c #000000",
11"& c #D1D1D1",
12"* c #DEDEDE",
13"= c #A0A0A0",
14"- c #CFCFCF",
15"; c #898989",
16"> c #C8C8C8",
17", c #858585",
18"' c #818181",
19") c #7F7F7F",
20"! c #C5C5C5",
21"....................",
22"....................",
23"....................",
24"....................",
25"....................",
26"....................",
27"....................",
28"....................",
29".....+@##$$$$#@+....",
30"....+%%%%%%%%%&*+...",
31"....@%%%%%%%%%=-#...",
32"....#%%%%%%%%%;>$...",
33"....@&=,')))),=-#...",
34"....+*&!!!!!!!&*+...",
35".....+@##$$$$#@+....",
36"....................",
37"...................."};
diff --git a/data/styles/Emerge/pixmaps/max-pressed.xpm b/data/styles/Emerge/pixmaps/max-pressed.xpm
new file mode 100644
index 0000000..6ce3362
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/max-pressed.xpm
@@ -0,0 +1,39 @@
1/* XPM */
2static char * max_pressed_xpm[] = {
3"20 17 19 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E6E6E6",
8"# c #E5E5E5",
9"$ c #E4E4E4",
10"% c #DEDEDE",
11"& c #CDCDCD",
12"* c #C1C1C1",
13"= c #C0C0C0",
14"- c #000000",
15"; c #CBCBCB",
16"> c #A0A0A0",
17", c #BBBBBB",
18"' c #BDBDBD",
19") c #E1E1E1",
20"! c #E8E8E8",
21"~ c #EDEDED",
22"{ c #9E9E9E",
23"....................",
24"....................",
25"....................",
26".....+@##$$$$#@+....",
27"....+%&**====*&%+...",
28"....@&---------;#...",
29"....#*---------*$...",
30"....$=-->,='>--=$...",
31"....$=--')!)'--=$...",
32"....$=--=!~!=--=$...",
33"....$=--')!)'--=$...",
34"....$=-->,='{--=$...",
35"....#*---------*$...",
36"....@&---------;#...",
37"....+%&**====*&%+...",
38".....+@##$$$$#@+....",
39"...................."};
diff --git a/data/styles/Emerge/pixmaps/max-unfocus.xpm b/data/styles/Emerge/pixmaps/max-unfocus.xpm
new file mode 100644
index 0000000..53872bd
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/max-unfocus.xpm
@@ -0,0 +1,45 @@
1/* XPM */
2static char * max_unfocus_xpm[] = {
3"20 17 25 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E6E6E6",
8"# c #E5E5E5",
9"$ c #E2E2E2",
10"% c #DFDFDF",
11"& c #DEDEDE",
12"* c #FEFEFE",
13"= c #C4C4C4",
14"- c #898989",
15"; c #4C4C4C",
16"> c #5C5C5C",
17", c #686868",
18"' c #6A6A6A",
19") c #B9B9B9",
20"! c #E4E4E4",
21"~ c #929292",
22"{ c #B1B1B1",
23"] c #B7B7B7",
24"^ c #B2B2B2",
25"/ c #666666",
26"( c #E0E0E0",
27"_ c #E8E8E8",
28": c #E1E1E1",
29"....................",
30"....................",
31".....+@#$%&%$#@+....",
32"....+*********=&+...",
33"....@*********-=#...",
34"....#**;>,',**')!...",
35"....$**>~{]^**,]$...",
36"....%**/^&!&**']&...",
37"....&**']!.!**']&...",
38"....&**/^&!&**']&...",
39"....(*********/](...",
40"....(*********')&...",
41"....@=-',''','-=#...",
42"....+&=)]]]]])=&+...",
43"....._:%%&&&&%@+....",
44"....................",
45"...................."};
diff --git a/data/styles/Emerge/pixmaps/max.xpm b/data/styles/Emerge/pixmaps/max.xpm
new file mode 100644
index 0000000..e5715cc
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/max.xpm
@@ -0,0 +1,47 @@
1/* XPM */
2static char * max_xpm[] = {
3"20 17 27 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E6E6E6",
8"# c #E5E5E5",
9"$ c #E2E2E2",
10"% c #DFDFDF",
11"& c #DEDEDE",
12"* c #000000",
13"= c #CDCDCD",
14"- c #989898",
15"; c #CBCBCB",
16"> c #616161",
17", c #717171",
18"' c #7B7B7B",
19") c #7D7D7D",
20"! c #C1C1C1",
21"~ c #E4E4E4",
22"{ c #A0A0A0",
23"] c #BBBBBB",
24"^ c #C0C0C0",
25"/ c #BDBDBD",
26"( c #E1E1E1",
27"_ c #E8E8E8",
28": c #7C7C7C",
29"< c #EDEDED",
30"[ c #E0E0E0",
31"....................",
32"....................",
33".....+@#$%&%$#@+....",
34"....+*********=&+...",
35"....@*********-;#...",
36"....#**>,')'**)!~...",
37"....$**,{]^/**'^$...",
38"....%**'/(_(**:^&...",
39"....&**)^_<_**)^&...",
40"....&**'/(_(**:^&...",
41"....[*********'^[...",
42"....[*********)!&...",
43"....@=-)')))')-;#...",
44"....+&=!!^^^^!=&+...",
45"....._(%%&&&&%@+....",
46"....................",
47"...................."};
diff --git a/data/styles/Emerge/pixmaps/selected.xpm b/data/styles/Emerge/pixmaps/selected.xpm
new file mode 100644
index 0000000..dda1963
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/selected.xpm
@@ -0,0 +1,21 @@
1/* XPM */
2static char * selected_xpm[] = {
3"16 16 2 1",
4" c None",
5". c #000000",
6" ",
7" .. ",
8" . ",
9" ............. ",
10" . .. . ",
11" . . . ",
12" . .. . ",
13" . . . . ",
14" . .. .. . ",
15" . ... . . ",
16" . . .. . ",
17" . ... . ",
18" . ... . ",
19" . . ",
20" ............. ",
21" "};
diff --git a/data/styles/Emerge/pixmaps/stick-pressed.xpm b/data/styles/Emerge/pixmaps/stick-pressed.xpm
new file mode 100644
index 0000000..af98081
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/stick-pressed.xpm
@@ -0,0 +1,33 @@
1/* XPM */
2static char * stick_pressed_xpm[] = {
3"20 17 13 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E6E6E6",
8"# c #E5E5E5",
9"$ c #E4E4E4",
10"% c #DEDEDE",
11"& c #CDCDCD",
12"* c #C1C1C1",
13"= c #C0C0C0",
14"- c #000000",
15"; c #CBCBCB",
16"> c #FEFEFE",
17"....................",
18"....................",
19"....................",
20".....+@##$$$$#@+....",
21"....+%&**====*&%+...",
22"....@&---------;#...",
23"....#*---------*$...",
24"....$=-->>>>>--=$...",
25"....$=-->-->>--=$...",
26"....$=-->>>>>--=$...",
27"....$=-->--->--=$...",
28"....$=-->>>>>--=$...",
29"....#*---------*$...",
30"....@&---------;#...",
31"....+%&**====*&%+...",
32".....+@##$$$$#@+....",
33"...................."};
diff --git a/data/styles/Emerge/pixmaps/stick-unfocus.xpm b/data/styles/Emerge/pixmaps/stick-unfocus.xpm
new file mode 100644
index 0000000..10b0a2f
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/stick-unfocus.xpm
@@ -0,0 +1,40 @@
1/* XPM */
2static char * stick_unfocus_xpm[] = {
3"20 17 20 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E6E6E6",
8"# c #E5E5E5",
9"$ c #E2E2E2",
10"% c #DFDFDF",
11"& c #DEDEDE",
12"* c #FEFEFE",
13"= c #C4C4C4",
14"- c #898989",
15"; c #B7B7B7",
16"> c #6A6A6A",
17", c #B9B9B9",
18"' c #E4E4E4",
19") c #686868",
20"! c #E0E0E0",
21"~ c #666666",
22"{ c #E8E8E8",
23"] c #E1E1E1",
24"....................",
25"....................",
26".....+@#$%&%$#@+....",
27"....+*********=&+...",
28"....@*********-=#...",
29"....#**;;;;;**>,'...",
30"....$**;**;;**);$...",
31"....%**;;;;;**>;&...",
32"....&**;***;**>;&...",
33"....&**;;;;;**>;&...",
34"....!*********~;!...",
35"....!*********>,&...",
36"....@=->)>>>)>-=#...",
37"....+&=,;;;;;,=&+...",
38".....{]%%&&&&%@+....",
39"....................",
40"...................."};
diff --git a/data/styles/Emerge/pixmaps/stick.xpm b/data/styles/Emerge/pixmaps/stick.xpm
new file mode 100644
index 0000000..d2370df
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/stick.xpm
@@ -0,0 +1,42 @@
1/* XPM */
2static char * stick_xpm[] = {
3"20 17 22 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E6E6E6",
8"# c #E5E5E5",
9"$ c #E2E2E2",
10"% c #DFDFDF",
11"& c #DEDEDE",
12"* c #000000",
13"= c #CDCDCD",
14"- c #989898",
15"; c #CBCBCB",
16"> c #FEFEFE",
17", c #7D7D7D",
18"' c #C1C1C1",
19") c #E4E4E4",
20"! c #7B7B7B",
21"~ c #C0C0C0",
22"{ c #7C7C7C",
23"] c #E0E0E0",
24"^ c #E8E8E8",
25"/ c #E1E1E1",
26"....................",
27"....................",
28".....+@#$%&%$#@+....",
29"....+*********=&+...",
30"....@*********-;#...",
31"....#**>>>>>**,')...",
32"....$**>**>>**!~$...",
33"....%**>>>>>**{~&...",
34"....&**>***>**,~&...",
35"....&**>>>>>**{~&...",
36"....]*********!~]...",
37"....]*********,'&...",
38"....@=-,!,,,!,-;#...",
39"....+&=''~~~~'=&+...",
40".....^/%%&&&&%@+....",
41"....................",
42"...................."};
diff --git a/data/styles/Emerge/pixmaps/stuck-pressed.xpm b/data/styles/Emerge/pixmaps/stuck-pressed.xpm
new file mode 100644
index 0000000..9f8e9af
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/stuck-pressed.xpm
@@ -0,0 +1,38 @@
1/* XPM */
2static char * stuck_pressed_xpm[] = {
3"20 17 18 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E6E6E6",
8"# c #E5E5E5",
9"$ c #E4E4E4",
10"% c #DEDEDE",
11"& c #CDCDCD",
12"* c #C1C1C1",
13"= c #C0C0C0",
14"- c #000000",
15"; c #CBCBCB",
16"> c #A0A0A0",
17", c #BBBBBB",
18"' c #BDBDBD",
19") c #E1E1E1",
20"! c #E8E8E8",
21"~ c #EDEDED",
22"....................",
23"....................",
24"....................",
25".....+@##$$$$#@+....",
26"....+%&**====*&%+...",
27"....@&---------;#...",
28"....#*---------*$...",
29"....$=-->,='>--=$...",
30"....$=--')!)'--=$...",
31"....$=--=!-----=$...",
32"....$=--')-~!--=$...",
33"....$=-->,-!)--=$...",
34"....#*---------*$...",
35"....@&---------;#...",
36"....+%&**====*&%+...",
37".....+@##$$$$#@+....",
38"...................."};
diff --git a/data/styles/Emerge/pixmaps/stuck-unfocus.xpm b/data/styles/Emerge/pixmaps/stuck-unfocus.xpm
new file mode 100644
index 0000000..4448b58
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/stuck-unfocus.xpm
@@ -0,0 +1,45 @@
1/* XPM */
2static char * stuck_unfocus_xpm[] = {
3"20 17 25 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E6E6E6",
8"# c #E5E5E5",
9"$ c #E2E2E2",
10"% c #DFDFDF",
11"& c #DEDEDE",
12"* c #FEFEFE",
13"= c #C4C4C4",
14"- c #898989",
15"; c #4C4C4C",
16"> c #5C5C5C",
17", c #686868",
18"' c #6A6A6A",
19") c #B9B9B9",
20"! c #E4E4E4",
21"~ c #929292",
22"{ c #B1B1B1",
23"] c #B7B7B7",
24"^ c #B2B2B2",
25"/ c #666666",
26"( c #E0E0E0",
27"_ c #E8E8E8",
28": c #E1E1E1",
29"....................",
30"....................",
31".....+@#$%&%$#@+....",
32"....+*********=&+...",
33"....@*********-=#...",
34"....#**;>,',**')!...",
35"....$**>~{]^**,]$...",
36"....%**/^*****']&...",
37"....&**']*.!**']&...",
38"....&**/^*!&**']&...",
39"....(*********/](...",
40"....(*********')&...",
41"....@=-',''','-=#...",
42"....+&=)]]]]])=&+...",
43"....._:%%&&&&%@+....",
44"....................",
45"...................."};
diff --git a/data/styles/Emerge/pixmaps/stuck.xpm b/data/styles/Emerge/pixmaps/stuck.xpm
new file mode 100644
index 0000000..04ab607
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/stuck.xpm
@@ -0,0 +1,47 @@
1/* XPM */
2static char * stuck_xpm[] = {
3"20 17 27 1",
4" c None",
5". c #EBEBEB",
6"+ c #E9E9E9",
7"@ c #E6E6E6",
8"# c #E5E5E5",
9"$ c #E2E2E2",
10"% c #DFDFDF",
11"& c #DEDEDE",
12"* c #000000",
13"= c #CDCDCD",
14"- c #989898",
15"; c #CBCBCB",
16"> c #616161",
17", c #717171",
18"' c #7B7B7B",
19") c #7D7D7D",
20"! c #C1C1C1",
21"~ c #E4E4E4",
22"{ c #A0A0A0",
23"] c #BBBBBB",
24"^ c #C0C0C0",
25"/ c #BDBDBD",
26"( c #7C7C7C",
27"_ c #EDEDED",
28": c #E8E8E8",
29"< c #E1E1E1",
30"[ c #E0E0E0",
31"....................",
32"....................",
33".....+@#$%&%$#@+....",
34"....+*********=&+...",
35"....@*********-;#...",
36"....#**>,')'**)!~...",
37"....$**,{]^/**'^$...",
38"....%**'/*****(^&...",
39"....&**)^*_:**)^&...",
40"....&**'/*:<**(^&...",
41"....[*********'^[...",
42"....[*********)!&...",
43"....@=-)')))')-;#...",
44"....+&=!!^^^^!=&+...",
45".....:<%%&&&&%@+....",
46"....................",
47"...................."};
diff --git a/data/styles/Emerge/pixmaps/unselected.xpm b/data/styles/Emerge/pixmaps/unselected.xpm
new file mode 100644
index 0000000..698448a
--- /dev/null
+++ b/data/styles/Emerge/pixmaps/unselected.xpm
@@ -0,0 +1,21 @@
1/* XPM */
2static char * unselected_xpm[] = {
3"16 16 2 1",
4" c None",
5". c #000000",
6" ",
7" ",
8" ",
9" ............. ",
10" . . ",
11" . . ",
12" . . ",
13" . . ",
14" . . ",
15" . . ",
16" . . ",
17" . . ",
18" . . ",
19" . . ",
20" ............. ",
21" "};
diff --git a/data/styles/Emerge/theme.cfg b/data/styles/Emerge/theme.cfg
new file mode 100644
index 0000000..9143e5d
--- /dev/null
+++ b/data/styles/Emerge/theme.cfg
@@ -0,0 +1,194 @@
1!---------------------------------------------------------------------------------
2! FluxMOD www.imaginere.dk
3! Style name: Emerge
4! Style Author: ikaro ( ikaro@bersirc.com )
5! Style Date: Sun Sep 14 08:25:12 CEST 2003
6! Style info: Simple desktop, clean and stylish.
7! Style Comments: Thank you Henrik for making Fluxbox.
8!
9!----------------------------------------------------------------------------------
10
11!menu:
12menu.title: Raised Bevel1 Gradient Vertical
13menu.title.textColor: #000000
14!menu.title.pixmap:
15menu.title.color: #ebebeb
16menu.title.colorTo: #ffffff
17!menu.title.font:
18menu.title.justify: Center
19
20
21!menu.frame.pixmap:
22menu.frame: Raised Bevel1 Gradient CrossDiagonal
23menu.frame.color: #ffffff
24menu.frame.colorTo: #ebebeb
25menu.frame.textColor: #000000
26menu.frame.disableColor:
27!menu.frame.font:
28menu.frame.justify: Left
29menu.bullet.position: Left
30menu.bullet: Square
31menu.bevelWidth: 2
32menu.borderwidth: 1
33menu.borderColor: #000000
34
35
36menu.hilite: Raised Bevel2 Gradient Vertical
37menu.hilite.textColor: #000000
38!menu.hilite.pixmap:
39menu.hilite.color: #ebebeb
40menu.hilite.colorTo: #ffffff
41
42menu.submenu.pixmap: bullet.xpm
43menu.selected.pixmap: selected.xpm
44menu.unselected.pixmap: unselected.xpm
45!menu.roundCorners:
46
47!window.font:
48window.justify: Center
49!window.roundCorners:
50window.alpha: 255
51window.title.height:
52window.bevelWidth: 2
53window.borderWidth: 1
54window.handleWidth: 4
55window.borderColor: #525050
56
57window.close.pixmap: close.xpm
58window.maximize.pixmap: max.xpm
59window.iconify.pixmap: icon.xpm
60window.stick.pixmap: stick.xpm
61
62window.close.pressed.pixmap: close-pressed.xpm
63window.maximize.pressed.pixmap: max-pressed.xpm
64window.iconify.pressed.pixmap: icon-pressed.xpm
65window.stick.pressed.pixmap: stick-pressed.xpm
66
67window.close.unfocus.pixmap: close-unfocus.xpm
68window.maximize.unfocus.pixmap: max-unfocus.xpm
69window.iconify.unfocus.pixmap: icon-unfocus.xpm
70window.stick.unfocus.pixmap: stick-unfocus.xpm
71
72window.stuck.pixmap: stuck.xpm
73window.stuck.unfocus.pixmap: stuck-unfocus.xpm
74
75!window.shade.pixmap:
76!window.shade.pressed.pixmap:
77!window.shade.unfocus.pixmap:
78
79window.grip.focus: Raised Bevel1 Gradient Vertical
80!window.grip.focus.pixmap:
81window.grip.focus.color: #ebebeb
82window.grip.focus.colorTo: #ffffff
83
84window.grip.unfocus: Raised Bevel1 Gradient Vertical
85!window.grip.unfocus.pixmap:
86window.grip.unfocus.color: #cfcfcf
87window.grip.unfocus.colorTo: #cfcfcf
88
89window.handle.focus: Raised Bevel1 Gradient Vertical
90!window.handle.focus.pixmap:
91window.handle.focus.color: #ebebeb
92window.handle.focus.colorTo: #ffffff
93
94window.handle.unfocus: Raised Bevel1 Gradient Vertical
95!window.handle.unfocus.pixmap:
96window.handle.unfocus.color: #cfcfcf
97window.handle.unfocus.colorTo: #cfcfcf
98
99window.label.focus: Raised Bevel1 Gradient Vertical
100!window.label.focus.pixmap:
101window.label.focus.color: #ebebeb
102window.label.focus.colorTo: #ffffff
103window.label.focus.textColor: #000000
104!window.label.focus.font:
105window.label.focus.justify: Center
106
107window.justify: Center
108window.label.unfocus: Raised Bevel1 Gradient Vertical
109!window.label.unfocus.pixmap:
110window.label.unfocus.color: #e3e3e3
111window.label.unfocus.colorTo: #e3e3e3
112window.label.unfocus.textColor: #747171
113
114window.title.focus: Flat
115!window.title.focus.pixmap:
116window.title.focus.color: #ebebeb
117window.title.focus.colorTo:
118
119window.title.unfocus: Flat
120!window.title.unfocus.pixmap:
121window.title.unfocus.color: #ebebeb
122window.title.unfocus.colorTo:
123window.frame.focusColor: #525050
124window.frame.unfocusColor: #525050
125
126
127*.font: sans-8
128
129slit: Raised Bevel2 Gradient Horizontal
130!slit.pixmap:
131slit.color: #ebebeb
132slit.colorTo: #ffffff
133slit.borderWidth: 1
134slit.bevelWidth: 1
135slit.borderColor: #ffffff
136
137toolbar: Flat
138!toolbar.pixmap:
139toolbar.color: #ebebeb
140toolbar.colorTo:
141toolbar.borderWidth: 1
142toolbar.borderColor: #525050
143toolbar.bevelWidth: 2
144toolbar.shaped: True
145toolbar.alpha: 255
146toolbar.height: 17
147
148toolbar.clock: Raised Bevel1 Gradient Vertical
149!toolbar.clock.pixmap:
150toolbar.clock.color: #ebebeb
151toolbar.clock.colorTo: #cfcfcf
152!toolbar.clock.font:
153toolbar.clock.textColor: #000000
154toolbar.clock.borderWidth: 0
155toolbar.clock.borderColor:
156toolbar.clock.justify: Center
157
158toolbar.workspace: Raised Bevel1 Gradient Vertical
159!toolbar.workspace.pixmap:
160toolbar.workspace.color: #ebebeb
161toolbar.workspace.colorTo: #cfcfcf
162toolbar.workspace.borderWidth: 0
163toolbar.workspace.borderColor:
164!toolbar.workspace.font:
165toolbar.workspace.textColor: #000000
166toolbar.workspace.justify: Center
167
168toolbar.iconbar.focused: Raised Bevel1 Gradient Vertical
169!toolbar.iconbar.focused.pixmap:
170toolbar.iconbar.focused.color: #ebebeb
171toolbar.iconbar.focused.colorTo: #dbdbdb
172toolbar.iconbar.focused.borderWidth: 1
173toolbar.iconbar.focused.borderColor: #5e5b5b
174!toolbar.iconbar.focused.font:
175toolbar.iconbar.focused.textColor: #000000
176toolbar.iconbar.focused.justify: Center
177
178toolbar.iconbar.unfocused: Raised Bevel1 Gradient Vertical
179!toolbar.iconbar.unfocused.pixmap:
180toolbar.iconbar.unfocused.color: #ebebeb
181toolbar.iconbar.unfocused.colorTo: #cfcfcf
182toolbar.iconbar.unfocused.borderWidth: 0
183toolbar.iconbar.unfocused.borderColor:
184!toolbar.iconbar.unfocused.font:
185toolbar.iconbar.unfocused.textColor: #747171
186toolbar.iconbar.unfocused.justify: Center
187
188toolbar.iconbar.empty: Raised Bevel1 Gradient Vertical
189!toolbar.iconbar.empty.pixmap:
190toolbar.iconbar.empty.color:#ebebeb
191toolbar.iconbar.empty.colorTo: #cfcfcf
192
193toolbar.iconbar.borderWidth: 1
194toolbar.iconbar.borderColor: #dbdbdb