updated theme color

This commit is contained in:
Anirban Kar
2024-12-08 02:12:02 +05:30
parent 15bd5b24f3
commit a98b51e0ef
5 changed files with 27 additions and 105 deletions

View File

@@ -1,9 +1,4 @@
.rayContainer {
--gradient-opacity: 0.8;
--primary-color: rgba(147, 112, 219, var(--gradient-opacity));
--secondary-color: rgba(138, 43, 226, var(--gradient-opacity));
--accent-color: rgba(180, 170, 220, var(--gradient-opacity));
// Theme-specific colors
--ray-color-primary: color-mix(in srgb, var(--primary-color), transparent 30%);
--ray-color-secondary: color-mix(in srgb, var(--secondary-color), transparent 30%);