Merge branch 'iUltimateLP-master'

This commit is contained in:
antelle 2017-11-28 18:29:18 +01:00
commit b88813e980
3 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>KeeWeb Plugin: Orange Theme</title>
<link rel="shortcut icon" href="/favicon.png" />
<style>
body {
font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;;
font-size: 14px;
}
</style>
</head>
<body>
<h1>KeeWeb Plugin: Orange Theme</h1>
<p>This is a dark theme with orange as the primary color, inspired by the Unreal Engine colors.</p>
</body>
</html>

View File

@ -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"
}
}

View File

@ -0,0 +1,7 @@
.th-darkOrange {
--background-color: #222222
--medium-color: #5e5e5e
--text-color: #eeeeee
--action-color: #e05d08
--error-color: #c34034
}