From b97e6e0267758351e24078f621ef313de0c747fb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Jan 2010 16:11:54 +0300 Subject: reorganize theme support; add some themeable icons; add neon theme --- themes/graycube/images/archive.png | Bin 0 -> 1263 bytes themes/graycube/images/art-pub-note.png | Bin 0 -> 1251 bytes themes/graycube/images/art-zoom.png | Bin 0 -> 1261 bytes themes/graycube/images/fresh.png | Bin 0 -> 1295 bytes themes/graycube/images/fresh_sign.png | Bin 0 -> 176 bytes themes/graycube/images/label.png | Bin 0 -> 485 bytes themes/graycube/images/mark_set.png | Bin 0 -> 524 bytes themes/graycube/images/mark_unset.png | Bin 0 -> 496 bytes themes/graycube/images/pub_set.png | Bin 0 -> 781 bytes themes/graycube/images/pub_unset.png | Bin 0 -> 1135 bytes themes/graycube/images/tag.png | Bin 0 -> 466 bytes themes/graycube/theme.ini | 3 +++ 12 files changed, 3 insertions(+) create mode 100755 themes/graycube/images/archive.png create mode 100755 themes/graycube/images/art-pub-note.png create mode 100755 themes/graycube/images/art-zoom.png create mode 100755 themes/graycube/images/fresh.png create mode 100755 themes/graycube/images/fresh_sign.png create mode 100644 themes/graycube/images/label.png create mode 100644 themes/graycube/images/mark_set.png create mode 100644 themes/graycube/images/mark_unset.png create mode 100644 themes/graycube/images/pub_set.png create mode 100644 themes/graycube/images/pub_unset.png create mode 100644 themes/graycube/images/tag.png create mode 100644 themes/graycube/theme.ini (limited to 'themes/graycube') diff --git a/themes/graycube/images/archive.png b/themes/graycube/images/archive.png new file mode 100755 index 000000000..6edd2da33 Binary files /dev/null and b/themes/graycube/images/archive.png differ diff --git a/themes/graycube/images/art-pub-note.png b/themes/graycube/images/art-pub-note.png new file mode 100755 index 000000000..e04832676 Binary files /dev/null and b/themes/graycube/images/art-pub-note.png differ diff --git a/themes/graycube/images/art-zoom.png b/themes/graycube/images/art-zoom.png new file mode 100755 index 000000000..6311b3130 Binary files /dev/null and b/themes/graycube/images/art-zoom.png differ diff --git a/themes/graycube/images/fresh.png b/themes/graycube/images/fresh.png new file mode 100755 index 000000000..b6040aa9c Binary files /dev/null and b/themes/graycube/images/fresh.png differ diff --git a/themes/graycube/images/fresh_sign.png b/themes/graycube/images/fresh_sign.png new file mode 100755 index 000000000..6ec38eeb6 Binary files /dev/null and b/themes/graycube/images/fresh_sign.png differ diff --git a/themes/graycube/images/label.png b/themes/graycube/images/label.png new file mode 100644 index 000000000..e27d0c537 Binary files /dev/null and b/themes/graycube/images/label.png differ diff --git a/themes/graycube/images/mark_set.png b/themes/graycube/images/mark_set.png new file mode 100644 index 000000000..b35655c85 Binary files /dev/null and b/themes/graycube/images/mark_set.png differ diff --git a/themes/graycube/images/mark_unset.png b/themes/graycube/images/mark_unset.png new file mode 100644 index 000000000..bf9059a32 Binary files /dev/null and b/themes/graycube/images/mark_unset.png differ diff --git a/themes/graycube/images/pub_set.png b/themes/graycube/images/pub_set.png new file mode 100644 index 000000000..1aff094fd Binary files /dev/null and b/themes/graycube/images/pub_set.png differ diff --git a/themes/graycube/images/pub_unset.png b/themes/graycube/images/pub_unset.png new file mode 100644 index 000000000..14609dff7 Binary files /dev/null and b/themes/graycube/images/pub_unset.png differ diff --git a/themes/graycube/images/tag.png b/themes/graycube/images/tag.png new file mode 100644 index 000000000..5415949ee Binary files /dev/null and b/themes/graycube/images/tag.png differ diff --git a/themes/graycube/theme.ini b/themes/graycube/theme.ini new file mode 100644 index 000000000..4a6eda0c6 --- /dev/null +++ b/themes/graycube/theme.ini @@ -0,0 +1,3 @@ +[theme] +name=Graycube +version=1.0 -- cgit v1.2.3