-
Notifications
You must be signed in to change notification settings - Fork 1
/
config-themes.lua
201 lines (176 loc) · 6.92 KB
/
config-themes.lua
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
194
195
196
197
198
199
200
201
-- CONFIG THEME'S!!!! PASTE THESE INTO THE CONFIG.LUA FILE FOR EASY ACCESS TO PRESET THEME'S.
-- Cyberpunk Blue Theme
Config.Style = {
backgroundColor = "#00ffea20", -- Bright cyan with transparency
borderColor = "#00eeff80", -- Electric blue with transparency
textColor = "#ffffff", -- Pure white
glowColor = "#00d4ffb3" -- Cyan glow
}
-- Neon Purple Theme
Config.Style = {
backgroundColor = "#9d00ff20", -- Deep purple with transparency
borderColor = "#8a2be280", -- Violet with transparency
textColor = "#ffffff", -- Pure white
glowColor = "#9d00ffb3" -- Purple glow
}
-- Crimson Theme
Config.Style = {
backgroundColor = "#ff003c20", -- Deep red with transparency
borderColor = "#ff002280", -- Bright red with transparency
textColor = "#ffffff", -- Pure white
glowColor = "#ff003cb3" -- Red glow
}
-- Matrix Green Theme
Config.Style = {
backgroundColor = "#00ff6620", -- Bright green with transparency
borderColor = "#00ff4c80", -- Neon green with transparency
textColor = "#ffffff", -- Pure white
glowColor = "#00ff4cb3" -- Green glow
}
-- Ocean Theme
Config.Style = {
backgroundColor = "#0066ff20", -- Deep blue with transparency
borderColor = "#0088ff80", -- Medium blue with transparency
textColor = "#00ffff", -- Cyan text
glowColor = "#0066ffb3" -- Blue glow
}
-- Sunset Theme
Config.Style = {
backgroundColor = "#ff660020", -- Orange with transparency
borderColor = "#ff880080", -- Warm orange with transparency
textColor = "#fff700", -- Yellow text
glowColor = "#ff6600b3" -- Orange glow
}
-- Synthwave Theme
Config.Style = {
backgroundColor = "#ff00ff20", -- Magenta with transparency
borderColor = "#ff00cc80", -- Pink with transparency
textColor = "#00ffcc", -- Cyan text
glowColor = "#ff00ffb3" -- Magenta glow
}
-- Forest Theme
Config.Style = {
backgroundColor = "#00ff0020", -- Green with transparency
borderColor = "#00cc0080", -- Deep green with transparency
textColor = "#99ff00", -- Lime text
glowColor = "#00ff00b3" -- Green glow
}
-- Royal Theme
Config.Style = {
backgroundColor = "#9932cc20", -- Purple with transparency
borderColor = "#80008080", -- Deep purple with transparency
textColor = "#ffd700", -- Gold text
glowColor = "#9932ccb3" -- Purple glow
}
-- Solar Flare Theme
Config.Style = {
backgroundColor = "#ff450020", -- Orange-red with transparency
borderColor = "#ff634780", -- Coral with transparency
textColor = "#ffffff", -- Pure white
glowColor = "#ff4500b3" -- Orange-red glow
}
-- Arctic Blue Theme
Config.Style = {
backgroundColor = "#00bfff20", -- Deep sky blue with transparency
borderColor = "#1e90ff80", -- Dodger blue with transparency
textColor = "#ffffff", -- Pure white
glowColor = "#00bfffb3" -- Sky blue glow
}
-- Midnight Theme
Config.Style = {
backgroundColor = "#19197020", -- Midnight blue with transparency
borderColor = "#00008080", -- Navy with transparency
textColor = "#ffffff", -- Pure white
glowColor = "#191970b3" -- Midnight blue glow
}
-- Autumn Theme
Config.Style = {
backgroundColor = "#ff8c0020", -- Dark orange with transparency
borderColor = "#ff450080", -- Orange-red with transparency
textColor = "#ffffff", -- Pure white
glowColor = "#ff8c00b3" -- Dark orange glow
}
-- Lavender Theme
Config.Style = {
backgroundColor = "#e6e6fa20", -- Lavender with transparency
borderColor = "#dda0dd80", -- Plum with transparency
textColor = "#ffffff", -- Pure white
glowColor = "#e6e6fab3" -- Lavender glow
}
-- Coral Reef Theme
Config.Style = {
backgroundColor = "#ff7f5020", -- Coral with transparency
borderColor = "#ff634780", -- Coral with transparency
textColor = "#ffffff", -- Pure white
glowColor = "#ff7f50b3" -- Coral glow
}
-- Mint Green Theme
Config.Style = {
backgroundColor = "#98ff9820", -- Pale green with transparency
borderColor = "#32cd3280", -- Lime green with transparency
textColor = "#ffffff", -- Pure white
glowColor = "#98ff98b3" -- Pale green glow
}
-- Twilight Theme
Config.Style = {
backgroundColor = "#8a2be220", -- Blue violet with transparency
borderColor = "#4b008280", -- Indigo with transparency
textColor = "#ffffff", -- Pure white
glowColor = "#8a2be2b3" -- Blue violet glow
}
-- Solar Flare Theme
Config.Style = {
backgroundColor = "#ff450020", -- Orange-red with transparency
borderColor = "#ff634780", -- Coral with transparency
textColor = "#ffd700", -- Gold text
glowColor = "#ff4500b3" -- Orange-red glow
}
-- Arctic Blue Theme
Config.Style = {
backgroundColor = "#00bfff20", -- Deep sky blue with transparency
borderColor = "#1e90ff80", -- Dodger blue with transparency
textColor = "#00ffff", -- Cyan text
glowColor = "#00bfffb3" -- Sky blue glow
}
-- Midnight Theme
Config.Style = {
backgroundColor = "#19197020", -- Midnight blue with transparency
borderColor = "#00008080", -- Navy with transparency
textColor = "#ff69b4", -- Hot pink text
glowColor = "#191970b3" -- Midnight blue glow
}
-- Autumn Theme
Config.Style = {
backgroundColor = "#ff8c0020", -- Dark orange with transparency
borderColor = "#ff450080", -- Orange-red with transparency
textColor = "#8b4513", -- Saddle brown text
glowColor = "#ff8c00b3" -- Dark orange glow
}
-- Lavender Theme
Config.Style = {
backgroundColor = "#e6e6fa20", -- Lavender with transparency
borderColor = "#dda0dd80", -- Plum with transparency
textColor = "#4b0082", -- Indigo text
glowColor = "#e6e6fab3" -- Lavender glow
}
-- Coral Reef Theme
Config.Style = {
backgroundColor = "#ff7f5020", -- Coral with transparency
borderColor = "#ff634780", -- Coral with transparency
textColor = "#4682b4", -- Steel blue text
glowColor = "#ff7f50b3" -- Coral glow
}
-- Mint Green Theme
Config.Style = {
backgroundColor = "#98ff9820", -- Pale green with transparency
borderColor = "#32cd3280", -- Lime green with transparency
textColor = "#006400", -- Dark green text
glowColor = "#98ff98b3" -- Pale green glow
}
-- Twilight Theme
Config.Style = {
backgroundColor = "#8a2be220", -- Blue violet with transparency
borderColor = "#4b008280", -- Indigo with transparency
textColor = "#ff4500", -- Orange-red text
glowColor = "#8a2be2b3" -- Blue violet glow
}