aboutsummaryrefslogtreecommitdiff
path: root/static/themes/dark.css
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-06-05 09:47:24 -0400
committerfrosty <gabriel@bwaaa.monster>2026-06-05 09:49:27 -0400
commitad949a452fb9ec6290adb8ec14a04171233a8426 (patch)
tree02f89ccd8db37b975c0eff93343f487e506accb3 /static/themes/dark.css
parent24f9909badd4e7aa1f3aeef717b93e9b71c20a4e (diff)
parentb8fd03344d1550cce1d13c753c400d00c2c11b97 (diff)
downloadomnisearch-ad949a452fb9ec6290adb8ec14a04171233a8426.tar.gz
chore: merge indev into master
Diffstat (limited to 'static/themes/dark.css')
-rw-r--r--static/themes/dark.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/themes/dark.css b/static/themes/dark.css
new file mode 100644
index 0000000..246aabe
--- /dev/null
+++ b/static/themes/dark.css
@@ -0,0 +1,10 @@
+:root {
+ --bg-main: #121212;
+ --bg-card: #1e1e1e;
+ --border: #333333;
+ --text-primary: #ffffff;
+ --text-secondary: #a0a0a0;
+ --text-muted: #d1d1d1;
+ --accent: #e2e2e2;
+ --accent-glow: rgba(255,255,255,0.1);
+}