diff --git a/static/themes/README.md b/static/themes/README.md new file mode 100644 index 0000000..22009a3 --- /dev/null +++ b/static/themes/README.md @@ -0,0 +1,25 @@ +# Color codes +## clear-blue +``` +color-light = #80baf1 +color-dark = #3c5871 +2nd-color = #333333 +``` +## clear-green +``` +color-light = #cafec7 +color-dark = #00bb00 +2nd-color = #333333 +``` +## clear-red +``` +color-light = #ffe2e2 +color-dark = #dd0000 +2nd-color = #333333 +``` +## clear-teal +``` +color-light = #01d0da +color-dark = #007076 +2nd-color = #333333 +``` diff --git a/static/themes/clear-blue/1st-color/recover.png b/static/themes/clear-blue/1st-color/recover.png new file mode 100644 index 0000000..38daeef Binary files /dev/null and b/static/themes/clear-blue/1st-color/recover.png differ diff --git a/static/themes/clear-blue/2nd-color/recover.png b/static/themes/clear-blue/2nd-color/recover.png new file mode 100644 index 0000000..b89cfb5 Binary files /dev/null and b/static/themes/clear-blue/2nd-color/recover.png differ diff --git a/static/themes/clear-green/1st-color/recover.png b/static/themes/clear-green/1st-color/recover.png new file mode 100644 index 0000000..65f6dc3 Binary files /dev/null and b/static/themes/clear-green/1st-color/recover.png differ diff --git a/static/themes/clear-green/2nd-color/recover.png b/static/themes/clear-green/2nd-color/recover.png new file mode 100644 index 0000000..73d77fb Binary files /dev/null and b/static/themes/clear-green/2nd-color/recover.png differ diff --git a/static/themes/clear-red/1st-color/recover.png b/static/themes/clear-red/1st-color/recover.png new file mode 100644 index 0000000..bf51549 Binary files /dev/null and b/static/themes/clear-red/1st-color/recover.png differ diff --git a/static/themes/clear-red/2nd-color/recover.png b/static/themes/clear-red/2nd-color/recover.png new file mode 100644 index 0000000..2f81705 Binary files /dev/null and b/static/themes/clear-red/2nd-color/recover.png differ diff --git a/static/themes/clear-teal/1st-color/recover.png b/static/themes/clear-teal/1st-color/recover.png new file mode 100644 index 0000000..ccefb20 Binary files /dev/null and b/static/themes/clear-teal/1st-color/recover.png differ diff --git a/static/themes/clear-teal/2nd-color/recover.png b/static/themes/clear-teal/2nd-color/recover.png new file mode 100644 index 0000000..d6ae08f Binary files /dev/null and b/static/themes/clear-teal/2nd-color/recover.png differ diff --git a/static/themes/white/recover.png b/static/themes/white/recover.png new file mode 100644 index 0000000..da3aa0e Binary files /dev/null and b/static/themes/white/recover.png differ