color flip
This commit is contained in:
@@ -56,8 +56,8 @@ return {
|
|||||||
colors = {
|
colors = {
|
||||||
primary = Color.new(),
|
primary = Color.new(),
|
||||||
secondary = Color.new(),
|
secondary = Color.new(),
|
||||||
text = Color.new(0.1, 0.1, 0.1),
|
text = Color.new(0.9, 0.9, 0.9),
|
||||||
textDark = Color.new(),
|
textDark = Color.new(0.1, 0.1, 0.1),
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Optional: Theme fonts
|
-- Optional: Theme fonts
|
||||||
|
|||||||
Reference in New Issue
Block a user