From e4a15076f458be1416de25b2c45578975b914de5 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Wed, 23 Sep 2015 10:12:40 -0400 Subject: Implement UI theme colors. --- .../images/bootstrap-colorpicker/alpha-horizontal.png | Bin 0 -> 3635 bytes web/static/images/bootstrap-colorpicker/alpha.png | Bin 0 -> 3271 bytes .../images/bootstrap-colorpicker/hue-horizontal.png | Bin 0 -> 2837 bytes web/static/images/bootstrap-colorpicker/hue.png | Bin 0 -> 2972 bytes web/static/images/bootstrap-colorpicker/saturation.png | Bin 0 -> 8817 bytes web/static/images/themes/dark.png | Bin 0 -> 75371 bytes web/static/images/themes/mattermost.png | Bin 0 -> 66828 bytes web/static/images/themes/slack.png | Bin 0 -> 68603 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 web/static/images/bootstrap-colorpicker/alpha-horizontal.png create mode 100755 web/static/images/bootstrap-colorpicker/alpha.png create mode 100755 web/static/images/bootstrap-colorpicker/hue-horizontal.png create mode 100755 web/static/images/bootstrap-colorpicker/hue.png create mode 100755 web/static/images/bootstrap-colorpicker/saturation.png create mode 100644 web/static/images/themes/dark.png create mode 100644 web/static/images/themes/mattermost.png create mode 100644 web/static/images/themes/slack.png (limited to 'web/static/images') diff --git a/web/static/images/bootstrap-colorpicker/alpha-horizontal.png b/web/static/images/bootstrap-colorpicker/alpha-horizontal.png new file mode 100755 index 000000000..d0a65c08b Binary files /dev/null and b/web/static/images/bootstrap-colorpicker/alpha-horizontal.png differ diff --git a/web/static/images/bootstrap-colorpicker/alpha.png b/web/static/images/bootstrap-colorpicker/alpha.png new file mode 100755 index 000000000..38043f1c8 Binary files /dev/null and b/web/static/images/bootstrap-colorpicker/alpha.png differ diff --git a/web/static/images/bootstrap-colorpicker/hue-horizontal.png b/web/static/images/bootstrap-colorpicker/hue-horizontal.png new file mode 100755 index 000000000..a0d9add8e Binary files /dev/null and b/web/static/images/bootstrap-colorpicker/hue-horizontal.png differ diff --git a/web/static/images/bootstrap-colorpicker/hue.png b/web/static/images/bootstrap-colorpicker/hue.png new file mode 100755 index 000000000..d89560e99 Binary files /dev/null and b/web/static/images/bootstrap-colorpicker/hue.png differ diff --git a/web/static/images/bootstrap-colorpicker/saturation.png b/web/static/images/bootstrap-colorpicker/saturation.png new file mode 100755 index 000000000..594ae50ed Binary files /dev/null and b/web/static/images/bootstrap-colorpicker/saturation.png differ diff --git a/web/static/images/themes/dark.png b/web/static/images/themes/dark.png new file mode 100644 index 000000000..832f64d2e Binary files /dev/null and b/web/static/images/themes/dark.png differ diff --git a/web/static/images/themes/mattermost.png b/web/static/images/themes/mattermost.png new file mode 100644 index 000000000..4a321adcb Binary files /dev/null and b/web/static/images/themes/mattermost.png differ diff --git a/web/static/images/themes/slack.png b/web/static/images/themes/slack.png new file mode 100644 index 000000000..dc70c7dc2 Binary files /dev/null and b/web/static/images/themes/slack.png differ -- cgit v1.2.3-1-g7c22