summaryrefslogtreecommitdiff
path: root/data/styles/carp/pixmaps
diff options
context:
space:
mode:
Diffstat (limited to 'data/styles/carp/pixmaps')
-rw-r--r--data/styles/carp/pixmaps/blank.xpm19
-rw-r--r--data/styles/carp/pixmaps/close.xpm20
-rw-r--r--data/styles/carp/pixmaps/max.xpm20
-rw-r--r--data/styles/carp/pixmaps/min.xpm20
-rw-r--r--data/styles/carp/pixmaps/shade.xpm20
-rw-r--r--data/styles/carp/pixmaps/unshade.xpm20
6 files changed, 119 insertions, 0 deletions
diff --git a/data/styles/carp/pixmaps/blank.xpm b/data/styles/carp/pixmaps/blank.xpm
new file mode 100644
index 0000000..6e9f173
--- /dev/null
+++ b/data/styles/carp/pixmaps/blank.xpm
@@ -0,0 +1,19 @@
1/* XPM */
2static char * blank_xpm[] = {
3"15 15 1 1",
4" c #313131",
5" ",
6" ",
7" ",
8" ",
9" ",
10" ",
11" ",
12" ",
13" ",
14" ",
15" ",
16" ",
17" ",
18" ",
19" "};
diff --git a/data/styles/carp/pixmaps/close.xpm b/data/styles/carp/pixmaps/close.xpm
new file mode 100644
index 0000000..56a341c
--- /dev/null
+++ b/data/styles/carp/pixmaps/close.xpm
@@ -0,0 +1,20 @@
1/* XPM */
2static char * close_xpm[] = {
3"15 15 2 1",
4" c #313131",
5". c #F1F1F1",
6" ",
7" ",
8" ",
9" ",
10" .. .. ",
11" ... ... ",
12" ..... ",
13" ... ",
14" ..... ",
15" ... ... ",
16" .. .. ",
17" ",
18" ",
19" ",
20" "};
diff --git a/data/styles/carp/pixmaps/max.xpm b/data/styles/carp/pixmaps/max.xpm
new file mode 100644
index 0000000..a21d50d
--- /dev/null
+++ b/data/styles/carp/pixmaps/max.xpm
@@ -0,0 +1,20 @@
1/* XPM */
2static char * max_xpm[] = {
3"15 15 2 1",
4" c #313131",
5". c #F1F1F1",
6" ",
7" ",
8" ",
9" ",
10" ....... ",
11" ....... ",
12" . . ",
13" . . ",
14" . . ",
15" . . ",
16" ....... ",
17" ",
18" ",
19" ",
20" "};
diff --git a/data/styles/carp/pixmaps/min.xpm b/data/styles/carp/pixmaps/min.xpm
new file mode 100644
index 0000000..39ef4cf
--- /dev/null
+++ b/data/styles/carp/pixmaps/min.xpm
@@ -0,0 +1,20 @@
1/* XPM */
2static char * min_xpm[] = {
3"15 15 2 1",
4" c #313131",
5". c #F1F1F1",
6" ",
7" ",
8" ",
9" ",
10" ",
11" ",
12" ",
13" ",
14" ",
15" ....... ",
16" ....... ",
17" ",
18" ",
19" ",
20" "};
diff --git a/data/styles/carp/pixmaps/shade.xpm b/data/styles/carp/pixmaps/shade.xpm
new file mode 100644
index 0000000..0afdd2d
--- /dev/null
+++ b/data/styles/carp/pixmaps/shade.xpm
@@ -0,0 +1,20 @@
1/* XPM */
2static char * shade_xpm[] = {
3"15 15 2 1",
4" c #313131",
5". c #F1F1F1",
6" ",
7" ",
8" ",
9" ",
10" ",
11" ",
12" ",
13" ... ",
14" ",
15" ",
16" ",
17" ",
18" ",
19" ",
20" "};
diff --git a/data/styles/carp/pixmaps/unshade.xpm b/data/styles/carp/pixmaps/unshade.xpm
new file mode 100644
index 0000000..6cd4a8a
--- /dev/null
+++ b/data/styles/carp/pixmaps/unshade.xpm
@@ -0,0 +1,20 @@
1/* XPM */
2static char * unshade_xpm[] = {
3"15 15 2 1",
4" c #313131",
5". c #F1F1F1",
6" ",
7" ",
8" ",
9" ",
10" ",
11" ",
12" . ",
13" ... ",
14" . ",
15" ",
16" ",
17" ",
18" ",
19" ",
20" "};