From 60268c4061e05f3323d15f940dbfa50bea36865f Mon Sep 17 00:00:00 2001 From: "Hung (Huka) L.K. Nguyen" Date: Sun, 19 Feb 2023 17:32:24 +0700 Subject: [PATCH] feat: add Kanagawa theme --- docs/plugins/theme-kanagawa/index.html | 20 ++++++++++++++++++++ docs/plugins/theme-kanagawa/manifest.json | 21 +++++++++++++++++++++ docs/plugins/theme-kanagawa/plugin.css | 11 +++++++++++ 3 files changed, 52 insertions(+) create mode 100644 docs/plugins/theme-kanagawa/index.html create mode 100644 docs/plugins/theme-kanagawa/manifest.json create mode 100644 docs/plugins/theme-kanagawa/plugin.css diff --git a/docs/plugins/theme-kanagawa/index.html b/docs/plugins/theme-kanagawa/index.html new file mode 100644 index 0000000..6f03934 --- /dev/null +++ b/docs/plugins/theme-kanagawa/index.html @@ -0,0 +1,20 @@ + + + + + KeeWeb Plugin: Kanagawa Theme + + + + +

KeeWeb Plugin: Kanagawa Theme

+https://plugins.keeweb.info/plugins/theme-kanagawa +

This is a dark theme inspired by https://github.com/rebelot/kanagawa.nvim/a> +

+ + diff --git a/docs/plugins/theme-kanagawa/manifest.json b/docs/plugins/theme-kanagawa/manifest.json new file mode 100644 index 0000000..48d7ae3 --- /dev/null +++ b/docs/plugins/theme-kanagawa/manifest.json @@ -0,0 +1,21 @@ +{ + "version": "0.0.1", + "manifestVersion": "0.1.0", + "name": "kanagawa-theme", + "description": "Kanagawa Theme", + "author": { + "name": "Huka", + "email": "huka.nlkh@gmail.com", + "url": "https://github.com/hukacode" + }, + "resources": { + "css": "Ahu9MGYKroU9hQc6iMy7Kt1XoSx+4qv4sjfJ/K+pS1FwtcZDhwwoBkN1VlNq3VYyKgz1sMVb3JOvvXqOYzm5QubdpaPRe7HuleZXBCdFEdCt7GmjcUvDJswOdurkHjcJOGSIVp0MyLrZoF+kr95u2TVwXItmWln7rwGi3oXzdMMqYwlY4qEQaf5A74W899cAqTA3+/3xoWFJ0wF6ZiwGtaOPlaomcejziRa+hulQDdNe9xlKEYsUNzU7A05WagFYzuBCvLbRx0nwGFSU7ManX/kN1WIXlC0yMTXmxZssfQLXcVl3GWkiHht1sijjYUsiAI5xsfnogdTeJaHTnhMRBQ==" + }, + "license": "MIT", + "url": "https://github.com/hukacode", + "publicKey": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzNFe5sHN7/y58ieOkw+srjyQgvZW7mbVNLyUG1uDGdvI7MHS3ZptFYrv8M25bYnApvjhFFisSJDb6LKqmYMkaxIzOuFiSb5FoeCoi/L4FzxI8LMsbOVtxyn+xqJgZs6NhThDyOSG5jpBH7mi+VySi5mEyksdQDJtWNkAw/RAc4WdGBXufMA1L86DxzWuUdq9uKEHZ+ejw58st7YaqT51xRrXZyj6kx4EW8ETJoSwvr+zHbToSHMyRe32Y5DaI9IWIm//IGeZv9r0m8qO5nhJLnk80EP5Flz4jKaZiSc1CvYbCcvOhSY/hL9+VmXoTWBqHR8CExk6z9c4gfLeqgn3KwIDAQAB", + "theme": { + "name": "kanagawa-theme", + "title": "Kanagawa Theme" + } +} \ No newline at end of file diff --git a/docs/plugins/theme-kanagawa/plugin.css b/docs/plugins/theme-kanagawa/plugin.css new file mode 100644 index 0000000..886fe48 --- /dev/null +++ b/docs/plugins/theme-kanagawa/plugin.css @@ -0,0 +1,11 @@ +.th-kanagawa-theme { + --action-color: #7FB4CA; + --background-color: #1F1F28; + --error-color: #E82424; + --intermediate-background-color: #2A2A37; + --light-border-color: #2A2A37; + --medium-color: #d8dee9; + --secondary-background-color: #54546D; + --text-color: #DCD7BA; + --text-contrast-action-color: #000000; +} \ No newline at end of file