mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
32 lines
922 B
JSON
32 lines
922 B
JSON
{
|
|
"selenite": {
|
|
"--input-bg-color": "#74747488",
|
|
"--main-text-color": "#dadada",
|
|
"--p-text-color": "#a1a1a1",
|
|
"--border-color": "#979797bb",
|
|
"--game-color": "#5e5e5e66",
|
|
"--bg-1": "#0c0c0c",
|
|
"--bg-2": "#030303",
|
|
"--invert-logo": "0"
|
|
},
|
|
"lightmode": {
|
|
"--input-bg-color": "#aaaaaa88",
|
|
"--main-text-color": "#555555",
|
|
"--p-text-color": "#a1a1a1",
|
|
"--border-color": "#5a5a5abb",
|
|
"--game-color": "#5e5e5e66",
|
|
"--bg-1": "#dcdcdc",
|
|
"--bg-2": "#d3d3d3",
|
|
"--invert-logo": "1"
|
|
},
|
|
"egamepass": {
|
|
"--input-bg-color": "#596eb188",
|
|
"--main-text-color": "#95baf1",
|
|
"--p-text-color": "#8daad8",
|
|
"--border-color": "#527ac4bb",
|
|
"--game-color": "#5376eb66",
|
|
"--bg-1": "#244580",
|
|
"--bg-2": "#181157",
|
|
"--invert-logo": "0"
|
|
}
|
|
} |