aboutsummaryrefslogtreecommitdiff
path: root/static
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
parent24f9909badd4e7aa1f3aeef717b93e9b71c20a4e (diff)
parentb8fd03344d1550cce1d13c753c400d00c2c11b97 (diff)
downloadomnisearch-ad949a452fb9ec6290adb8ec14a04171233a8426.tar.gz
chore: merge indev into master
Diffstat (limited to 'static')
-rw-r--r--static/main.css23
-rw-r--r--static/themes/catppuccin mocha.css10
-rw-r--r--static/themes/dark.css (renamed from static/theme-dark.css)0
-rw-r--r--static/themes/light.css (renamed from static/theme-light.css)0
-rw-r--r--static/themes/system.css22
5 files changed, 32 insertions, 23 deletions
diff --git a/static/main.css b/static/main.css
index d07ecfa..4039888 100644
--- a/static/main.css
+++ b/static/main.css
@@ -1,26 +1,3 @@
-:root {
- --bg-main: #ffffff;
- --bg-card: #f8f9fa;
- --border: #e0e0e0;
- --text-primary: #1a1a1a;
- --text-secondary: #5f6368;
- --text-muted: #757575;
- --accent: #202124;
- --accent-glow: rgba(0,0,0,0.05);
-}
-@media (prefers-color-scheme: dark) {
- :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);
- }
-}
-
*, *::before, *::after {
box-sizing: border-box;
font-family: sans-serif;
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);
+}
diff --git a/static/theme-dark.css b/static/themes/dark.css
index 246aabe..246aabe 100644
--- a/static/theme-dark.css
+++ b/static/themes/dark.css
diff --git a/static/theme-light.css b/static/themes/light.css
index 1c69377..1c69377 100644
--- a/static/theme-light.css
+++ b/static/themes/light.css
diff --git a/static/themes/system.css b/static/themes/system.css
new file mode 100644
index 0000000..f9c52cf
--- /dev/null
+++ b/static/themes/system.css
@@ -0,0 +1,22 @@
+:root {
+ --bg-main: #ffffff;
+ --bg-card: #f8f9fa;
+ --border: #e0e0e0;
+ --text-primary: #1a1a1a;
+ --text-secondary: #5f6368;
+ --text-muted: #757575;
+ --accent: #202124;
+ --accent-glow: rgba(0,0,0,0.05);
+}
+@media (prefers-color-scheme: dark) {
+ :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);
+ }
+} \ No newline at end of file