diff options
| author | indium114 <156162907+indium114@users.noreply.github.com> | 2026-06-03 18:56:47 +0200 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-06-03 12:59:14 -0400 |
| commit | b8fd03344d1550cce1d13c753c400d00c2c11b97 (patch) | |
| tree | 02f89ccd8db37b975c0eff93343f487e506accb3 /static/themes | |
| parent | c26a08c6a29416b3c59f1b2c9f65335b4409ce4f (diff) | |
| download | omnisearch-b8fd03344d1550cce1d13c753c400d00c2c11b97.tar.gz | |
feat(themes): add catppuccin mocha theme
Diffstat (limited to 'static/themes')
| -rw-r--r-- | static/themes/catppuccin mocha.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/themes/catppuccin mocha.css b/static/themes/catppuccin mocha.css new file mode 100644 index 0000000..c2d5ea0 --- /dev/null +++ b/static/themes/catppuccin mocha.css @@ -0,0 +1,10 @@ +:root { + --bg-main: #181825; + --bg-card: #1e1e2e; + --border: #313244; + --text-primary: #cdd6f4; + --text-secondary: #a6adc8; + --text-muted: #6c7086; + --accent: #cba6f7; + --accent-glow: rgba(255,255,255,0.1); +} |
