diff options
author | fluxgen <fluxgen> | 2007-10-07 17:02:10 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2007-10-07 17:02:10 (GMT) |
commit | 11d01d602935766f0bb2d20af28d6a41d12541bf (patch) | |
tree | 5c36009e4cc9ac40ae77f2bb327cfa8bd896d2ee /data/styles/bloe/pixmaps/unselected.xpm | |
parent | d8455124e80e01214280a0b3fa0e83176f41a2f4 (diff) | |
download | fluxbox_lack-11d01d602935766f0bb2d20af28d6a41d12541bf.zip fluxbox_lack-11d01d602935766f0bb2d20af28d6a41d12541bf.tar.bz2 |
added new style bloe, thanks Sven Michel
Diffstat (limited to 'data/styles/bloe/pixmaps/unselected.xpm')
-rw-r--r-- | data/styles/bloe/pixmaps/unselected.xpm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/data/styles/bloe/pixmaps/unselected.xpm b/data/styles/bloe/pixmaps/unselected.xpm new file mode 100644 index 0000000..5188ca8 --- /dev/null +++ b/data/styles/bloe/pixmaps/unselected.xpm | |||
@@ -0,0 +1,26 @@ | |||
1 | /* XPM */ | ||
2 | static char *unselected[] = { | ||
3 | /* columns rows colors chars-per-pixel */ | ||
4 | "16 16 4 1", | ||
5 | " c black", | ||
6 | ". c #E7E7E7", | ||
7 | "X c gray100", | ||
8 | "o c None", | ||
9 | /* pixels */ | ||
10 | "oooooooooooooooo", | ||
11 | "oooooooooooooooo", | ||
12 | "oooooooooooooooo", | ||
13 | "o.........oooooo", | ||
14 | "o.ooooooo.oooooo", | ||
15 | "o.ooooooo.oooooo", | ||
16 | "o.ooooooo.oooooo", | ||
17 | "o.ooooooo.oooooo", | ||
18 | "o.ooooooo.oooooo", | ||
19 | "o.ooooooo.oooooo", | ||
20 | "o.ooooooo.oooooo", | ||
21 | "o.ooooooo.oooooo", | ||
22 | "o.ooooooo.oooooo", | ||
23 | "o.........oooooo", | ||
24 | "oooooooooooooooo", | ||
25 | "oooooooooooooooo" | ||
26 | }; | ||