forked from Steel-tech/SteelCFO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtailwind.config.ts
More file actions
193 lines (191 loc) · 5.95 KB
/
Copy pathtailwind.config.ts
File metadata and controls
193 lines (191 loc) · 5.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
import type { Config } from "tailwindcss"
const config: Config = {
darkMode: "class",
content: ["./src/**/*.{ts,tsx}"],
theme: {
extend: {
colors: {
// Core blacks
cyber: {
black: "#000000",
void: "#030303",
deep: "#0a0a0f",
dark: "#0d0d1a",
surface: "#111128",
elevated: "#16163a",
hover: "#1a1a4e",
},
// Neon palette
neon: {
cyan: "#00FFFF",
green: "#00FF41",
magenta: "#FF00FF",
pink: "#FF2D95",
blue: "#4361EE",
orange: "#FF6B00",
yellow: "#FFE500",
red: "#FF0040",
purple: "#BF00FF",
},
// Muted versions for backgrounds
glow: {
cyan: "rgba(0, 255, 255, 0.08)",
green: "rgba(0, 255, 65, 0.08)",
magenta: "rgba(255, 0, 255, 0.08)",
pink: "rgba(255, 45, 149, 0.08)",
blue: "rgba(67, 97, 238, 0.08)",
red: "rgba(255, 0, 64, 0.08)",
},
// Border colors
grid: {
dim: "rgba(0, 255, 255, 0.06)",
line: "rgba(0, 255, 255, 0.12)",
bright: "rgba(0, 255, 255, 0.25)",
solid: "rgba(0, 255, 255, 0.4)",
},
// Text
hud: {
text: "#E0F7FA",
muted: "#4A9BA8",
dim: "#1E4D56",
},
},
fontFamily: {
mono: [
'"JetBrains Mono"',
'"Fira Code"',
"monospace",
],
display: [
'"Orbitron"',
'"Rajdhani"',
"sans-serif",
],
body: [
'"Rajdhani"',
'"Share Tech"',
"sans-serif",
],
},
boxShadow: {
"neon-cyan":
"0 0 5px rgba(0,255,255,0.3), 0 0 20px rgba(0,255,255,0.1), inset 0 0 5px rgba(0,255,255,0.05)",
"neon-cyan-lg":
"0 0 10px rgba(0,255,255,0.4), 0 0 40px rgba(0,255,255,0.15), 0 0 80px rgba(0,255,255,0.05)",
"neon-green":
"0 0 5px rgba(0,255,65,0.3), 0 0 20px rgba(0,255,65,0.1)",
"neon-green-lg":
"0 0 10px rgba(0,255,65,0.4), 0 0 40px rgba(0,255,65,0.15)",
"neon-magenta":
"0 0 5px rgba(255,0,255,0.3), 0 0 20px rgba(255,0,255,0.1)",
"neon-magenta-lg":
"0 0 10px rgba(255,0,255,0.4), 0 0 40px rgba(255,0,255,0.15)",
"neon-red":
"0 0 5px rgba(255,0,64,0.3), 0 0 20px rgba(255,0,64,0.1)",
"neon-orange":
"0 0 5px rgba(255,107,0,0.3), 0 0 20px rgba(255,107,0,0.1)",
hologram:
"0 0 15px rgba(0,255,255,0.2), 0 0 30px rgba(0,255,255,0.1), inset 0 1px 0 rgba(0,255,255,0.1)",
},
backgroundImage: {
"grid-pattern":
"linear-gradient(rgba(0,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0,255,255,0.03) 1px, transparent 1px)",
"grid-pattern-dense":
"linear-gradient(rgba(0,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0,255,255,0.05) 1px, transparent 1px)",
"scan-gradient":
"linear-gradient(180deg, transparent, rgba(0,255,255,0.03), transparent)",
"cyber-gradient":
"linear-gradient(135deg, rgba(0,255,255,0.1), rgba(255,0,255,0.05), rgba(0,255,65,0.05))",
"tron-border":
"linear-gradient(90deg, transparent, rgba(0,255,255,0.5), transparent)",
},
backgroundSize: {
"grid-sm": "20px 20px",
"grid-md": "40px 40px",
"grid-lg": "80px 80px",
},
keyframes: {
"scan-line": {
"0%": { transform: "translateY(-100%)" },
"100%": { transform: "translateY(100vh)" },
},
"glow-pulse": {
"0%, 100%": { opacity: "1" },
"50%": { opacity: "0.5" },
},
"border-flow": {
"0%": { backgroundPosition: "0% 50%" },
"50%": { backgroundPosition: "100% 50%" },
"100%": { backgroundPosition: "0% 50%" },
},
glitch: {
"0%, 100%": { transform: "translate(0)" },
"20%": { transform: "translate(-2px, 2px)" },
"40%": {
transform: "translate(-2px, -2px)",
},
"60%": { transform: "translate(2px, 2px)" },
"80%": {
transform: "translate(2px, -2px)",
},
},
flicker: {
"0%, 100%": { opacity: "1" },
"92%": { opacity: "1" },
"93%": { opacity: "0.3" },
"94%": { opacity: "1" },
"96%": { opacity: "0.7" },
"97%": { opacity: "1" },
},
"data-stream": {
"0%": {
transform: "translateY(0)",
opacity: "1",
},
"100%": {
transform: "translateY(20px)",
opacity: "0",
},
},
"matrix-rain": {
"0%": {
transform: "translateY(-100%)",
opacity: "0",
},
"10%": { opacity: "1" },
"90%": { opacity: "1" },
"100%": {
transform: "translateY(100%)",
opacity: "0",
},
},
"tron-glow": {
"0%, 100%": {
boxShadow:
"0 0 5px rgba(0,255,255,0.3), 0 0 10px rgba(0,255,255,0.1)",
},
"50%": {
boxShadow:
"0 0 10px rgba(0,255,255,0.5), 0 0 30px rgba(0,255,255,0.2), 0 0 60px rgba(0,255,255,0.1)",
},
},
},
animation: {
"scan-line": "scan-line 8s linear infinite",
"glow-pulse":
"glow-pulse 2s ease-in-out infinite",
"border-flow": "border-flow 3s ease infinite",
glitch: "glitch 0.3s ease-in-out",
flicker: "flicker 4s linear infinite",
"data-stream":
"data-stream 1s ease-in-out infinite",
"matrix-rain":
"matrix-rain 3s linear infinite",
"tron-glow":
"tron-glow 3s ease-in-out infinite",
},
},
},
plugins: [require("@tailwindcss/typography")],
}
export default config