From 2d109680bbfa2e814f13ecece632fdd2f088e7d1 Mon Sep 17 00:00:00 2001 From: Johnny Verbeek Date: Tue, 28 Nov 2017 16:53:08 +0100 Subject: [PATCH] Added orange theme --- docs/plugins/theme-orange/index.html | 18 ++++++++++++++++++ docs/plugins/theme-orange/manifest.json | 22 ++++++++++++++++++++++ docs/plugins/theme-orange/plugin.css | 7 +++++++ 3 files changed, 47 insertions(+) create mode 100644 docs/plugins/theme-orange/index.html create mode 100644 docs/plugins/theme-orange/manifest.json create mode 100644 docs/plugins/theme-orange/plugin.css diff --git a/docs/plugins/theme-orange/index.html b/docs/plugins/theme-orange/index.html new file mode 100644 index 0000000..0d3e920 --- /dev/null +++ b/docs/plugins/theme-orange/index.html @@ -0,0 +1,18 @@ + + + + + KeeWeb Plugin: Orange Theme + + + + +

KeeWeb Plugin: Orange Theme

+

This is a dark theme with orange as the primary color, inspired by the Unreal Engine colors.

+ + diff --git a/docs/plugins/theme-orange/manifest.json b/docs/plugins/theme-orange/manifest.json new file mode 100644 index 0000000..fc04966 --- /dev/null +++ b/docs/plugins/theme-orange/manifest.json @@ -0,0 +1,22 @@ +{ + "version": "0.0.1", + "manifestVersion": "0.1.0", + "name": "theme-orange", + "description": "Orange Theme", + "author": { + "name": "Jonathan Verbeek", + "email": "iredcraft@gmail.com", + "url": "http://nothing.com" + }, + "resources": { + "css": true + }, + "licence": "", + "url": "http://nothing.com", + "publicKey": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi3yGI6YNWdxmQVv1AWudkcf+B6tV5ZG/vzU191IkzqAouEdeBOJDbHtXAPSHfRpvvO6NB0vKuXj15kDiMg19gRQlD3hhCoU2+iD/ecCTwwKneZdtI8D87TWwS2ATKNtKegMOO3RgTHWZ0FFvYJbb0MiqBiDf8nblGnJgzGXgTh2An6sg5GSfziWZOtc3afQZYd+4zjVIAsqS/aGqOu60xid41FiMq0A9SeTS1VyHkcKRP9/hr2dHt3JhsFh644tlf5nIfpR31tQb+cRIOseTeayai1I4TXTsUenOYjgZXItCGBzSeqkwoIdj8QBCJ2Z60KprangKcQBdaumGJYrGPQIDAQAB", + "license": "MIT", + "theme": { + "name": "darkOrange", + "title": "Dark Orange" + } +} \ No newline at end of file diff --git a/docs/plugins/theme-orange/plugin.css b/docs/plugins/theme-orange/plugin.css new file mode 100644 index 0000000..0d7a786 --- /dev/null +++ b/docs/plugins/theme-orange/plugin.css @@ -0,0 +1,7 @@ +.th-darkOrange { + --background-color: #222222 + --medium-color: #5e5e5e + --text-color: #eeeeee + --action-color: #e05d08 + --error-color: #c34034 +} \ No newline at end of file