update colors
This commit is contained in:
@@ -54,8 +54,8 @@ return {
|
|||||||
|
|
||||||
-- Optional: Theme colors
|
-- Optional: Theme colors
|
||||||
colors = {
|
colors = {
|
||||||
primary = Color.new(),
|
primary = Color.new(0.23, 0.28, 0.38),
|
||||||
secondary = Color.new(),
|
secondary = Color.new(0.77, 0.83, 0.92),
|
||||||
text = Color.new(0.9, 0.9, 0.9),
|
text = Color.new(0.9, 0.9, 0.9),
|
||||||
textDark = Color.new(0.1, 0.1, 0.1),
|
textDark = Color.new(0.1, 0.1, 0.1),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user