1
0
mirror of https://github.com/keeweb/keeweb-plugins.git synced 2024-06-28 07:41:00 +02:00
keeweb-plugins/docs/plugins/theme-arc/index.html
sorrowless bd0d53027f Add Arc Theme
Add new light Arc theme for KeeWeb.
2018-11-18 01:35:40 +03:00

21 lines
659 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>KeeWeb Plugin: Arc 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: Arc Theme</h1>
<a href="https://plugins.keeweb.info/plugins/theme-arc">https://plugins.keeweb.info/plugins/theme-arc</a>
<p>This is a light theme inspired by <a href="https://github.com/PapirusDevelopmentTeam/arc-kde">Arc KDE theme</a>
</p>
</body>
</html>