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/compact/images/archive.png | Bin 0 -> 1263 bytes themes/compact/images/art-pub-note.png | Bin 0 -> 1251 bytes themes/compact/images/art-zoom.png | Bin 0 -> 1261 bytes themes/compact/images/fresh.png | Bin 0 -> 1295 bytes themes/compact/images/fresh_sign.png | Bin 0 -> 176 bytes themes/compact/images/label.png | Bin 0 -> 485 bytes themes/compact/images/mark_set.png | Bin 0 -> 524 bytes themes/compact/images/mark_unset.png | Bin 0 -> 496 bytes themes/compact/images/pub_set.png | Bin 0 -> 781 bytes themes/compact/images/pub_unset.png | Bin 0 -> 1135 bytes themes/compact/images/resize_handle_horiz.png | Bin 0 -> 100 bytes themes/compact/images/tag.png | Bin 0 -> 466 bytes themes/compact/images/ttrss_logo.svg | 121 ++++++++++++++++++++++++++ themes/compact/theme.ini | 3 + 14 files changed, 124 insertions(+) create mode 100755 themes/compact/images/archive.png create mode 100755 themes/compact/images/art-pub-note.png create mode 100755 themes/compact/images/art-zoom.png create mode 100755 themes/compact/images/fresh.png create mode 100755 themes/compact/images/fresh_sign.png create mode 100644 themes/compact/images/label.png create mode 100644 themes/compact/images/mark_set.png create mode 100644 themes/compact/images/mark_unset.png create mode 100644 themes/compact/images/pub_set.png create mode 100644 themes/compact/images/pub_unset.png create mode 100644 themes/compact/images/resize_handle_horiz.png create mode 100644 themes/compact/images/tag.png create mode 100644 themes/compact/images/ttrss_logo.svg create mode 100644 themes/compact/theme.ini (limited to 'themes/compact') diff --git a/themes/compact/images/archive.png b/themes/compact/images/archive.png new file mode 100755 index 000000000..6edd2da33 Binary files /dev/null and b/themes/compact/images/archive.png differ diff --git a/themes/compact/images/art-pub-note.png b/themes/compact/images/art-pub-note.png new file mode 100755 index 000000000..e04832676 Binary files /dev/null and b/themes/compact/images/art-pub-note.png differ diff --git a/themes/compact/images/art-zoom.png b/themes/compact/images/art-zoom.png new file mode 100755 index 000000000..6311b3130 Binary files /dev/null and b/themes/compact/images/art-zoom.png differ diff --git a/themes/compact/images/fresh.png b/themes/compact/images/fresh.png new file mode 100755 index 000000000..b6040aa9c Binary files /dev/null and b/themes/compact/images/fresh.png differ diff --git a/themes/compact/images/fresh_sign.png b/themes/compact/images/fresh_sign.png new file mode 100755 index 000000000..6ec38eeb6 Binary files /dev/null and b/themes/compact/images/fresh_sign.png differ diff --git a/themes/compact/images/label.png b/themes/compact/images/label.png new file mode 100644 index 000000000..e27d0c537 Binary files /dev/null and b/themes/compact/images/label.png differ diff --git a/themes/compact/images/mark_set.png b/themes/compact/images/mark_set.png new file mode 100644 index 000000000..b35655c85 Binary files /dev/null and b/themes/compact/images/mark_set.png differ diff --git a/themes/compact/images/mark_unset.png b/themes/compact/images/mark_unset.png new file mode 100644 index 000000000..bf9059a32 Binary files /dev/null and b/themes/compact/images/mark_unset.png differ diff --git a/themes/compact/images/pub_set.png b/themes/compact/images/pub_set.png new file mode 100644 index 000000000..1aff094fd Binary files /dev/null and b/themes/compact/images/pub_set.png differ diff --git a/themes/compact/images/pub_unset.png b/themes/compact/images/pub_unset.png new file mode 100644 index 000000000..14609dff7 Binary files /dev/null and b/themes/compact/images/pub_unset.png differ diff --git a/themes/compact/images/resize_handle_horiz.png b/themes/compact/images/resize_handle_horiz.png new file mode 100644 index 000000000..a2e347e3d Binary files /dev/null and b/themes/compact/images/resize_handle_horiz.png differ diff --git a/themes/compact/images/tag.png b/themes/compact/images/tag.png new file mode 100644 index 000000000..5415949ee Binary files /dev/null and b/themes/compact/images/tag.png differ diff --git a/themes/compact/images/ttrss_logo.svg b/themes/compact/images/ttrss_logo.svg new file mode 100644 index 000000000..f2dabbc61 --- /dev/null +++ b/themes/compact/images/ttrss_logo.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + tiny tiny + rss + + diff --git a/themes/compact/theme.ini b/themes/compact/theme.ini new file mode 100644 index 000000000..4ed051e85 --- /dev/null +++ b/themes/compact/theme.ini @@ -0,0 +1,3 @@ +[theme] +name=Compact +version=1.0 -- cgit v1.2.3