@formant/aesthetics 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +16 -0
- package/package.json +1 -1
package/dist/components.css
CHANGED
|
@@ -629,6 +629,22 @@ button {
|
|
|
629
629
|
.bg-horizon-glow { background-color: #ACC3B3; }
|
|
630
630
|
.bg-terminal-amber { background-color: #E8AB7F; }
|
|
631
631
|
|
|
632
|
+
/* Arbitrary color classes used by components */
|
|
633
|
+
.bg-[#0A0F11] { background-color: #0A0F11; }
|
|
634
|
+
.bg-[#151B1C] { background-color: #151B1C; }
|
|
635
|
+
.bg-[#1A2A22] { background-color: #1A2A22; }
|
|
636
|
+
.bg-[#202428] { background-color: #202428; }
|
|
637
|
+
.bg-[#2A1E14] { background-color: #2A1E14; }
|
|
638
|
+
.bg-[#8B8CF4] { background-color: #8B8CF4; }
|
|
639
|
+
.bg-[#ACC3B3] { background-color: #ACC3B3; }
|
|
640
|
+
.bg-[#E8AB7F] { background-color: #E8AB7F; }
|
|
641
|
+
.bg-[#F2F3F4] { background-color: #F2F3F4; }
|
|
642
|
+
.bg-[#f0c090] { background-color: #f0c090; }
|
|
643
|
+
|
|
644
|
+
.bg-[rgba(172,195,179,0.08)] { background-color: rgba(172,195,179,0.08); }
|
|
645
|
+
.bg-[rgba(172,195,179,0.4)] { background-color: rgba(172,195,179,0.4); }
|
|
646
|
+
.bg-[rgba(163,171,169,0.2)] { background-color: rgba(163,171,169,0.2); }
|
|
647
|
+
|
|
632
648
|
.text-horizon-glow { color: #ACC3B3; }
|
|
633
649
|
.text-terminal-amber { color: #E8AB7F; }
|
|
634
650
|
.text-muted-foreground { color: var(--muted-foreground); }
|