Change base color to a deep dark blue
This commit is contained in:
parent
aa7d62f4a2
commit
c65786529a
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ return {
|
||||||
surface2 = "#505469",
|
surface2 = "#505469",
|
||||||
surface1 = "#3e4255",
|
surface1 = "#3e4255",
|
||||||
surface0 = "#2c2f40",
|
surface0 = "#2c2f40",
|
||||||
base = "#1a1c2a",
|
base = "#040b1e",
|
||||||
mantle = "#141620",
|
mantle = "#141620",
|
||||||
crust = "#0e0f16",
|
crust = "#0e0f16",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue