Added catppuccin theme

This commit is contained in:
Sanjay Pavan 2022-02-13 15:42:15 +05:30
parent bc95b08ffd
commit 5d8b6fffa6
No known key found for this signature in database
GPG Key ID: 4F4161E20E15A496
2 changed files with 35 additions and 20 deletions

View File

@ -164,6 +164,21 @@
--shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
/* Catppuccin theme setting */
.catppuccin {
--accent: #C9CBFF;
--green: #ABE9B3;
--text: #D9E0EE;
--foreground: #1A1826;
--background: #1E1E2E;
--outside: #1A1826;
--post: #1A1826;
--panel-border: 2px solid #302D41;
--highlighted: #302D41;
--visited: #988BA2;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* General */
::selection {

View File

@ -15,7 +15,7 @@
<div id="theme">
<label for="theme">Theme:</label>
<select name="theme">
{% call utils::options(prefs.theme, ["system", "light", "dark", "black", "dracula", "nord", "laserwave", "violet", "gold", "rosebox"], "system") %}
{% call utils::options(prefs.theme, ["system", "light", "dark", "black", "dracula", "nord", "laserwave", "violet", "gold", "rosebox", "catppuccin"], "system") %}
</select>
</div>
<legend>Interface</legend>