You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wowlet/src/vr/assets/themes.json

39 lines
1.2 KiB

{
"default": {
"fontColor": "white",
"fontColorDimmed": "#cccccc",
"fontColorBright": "white",
"backgroundGradientStartColor": "#194f64",
"backgroundGradientStopColor": "#192e43",
"backgroundColor": "#1b2939",
"divideColor": "50ffffff",
"btnEnteredColor": "#aa3b689b",
"btnExitedColor": "#aa375c87",
"btnPressedColor": "#aa467dbb",
"btnTextHoverColor": "white",
"btnTextColor": "white",
"btnMainMenuBackground": "#aa3b689b",
"historyBackgroundColor": "#2c435d",
"historyBackgroundColorBright": "#406288",
"historyFontColorPlusAmount": "#00d304",
"historyFontColorMinAmount": "red"
},
"wownero": {
"fontColor": "#bd93f9",
"fontColorBright": "#e5d3ff",
"backgroundGradientStartColor": "#383a59",
"backgroundGradientStopColor": "#282a36",
"backgroundColor": "#282a36",
"divideColor": "50ffffff",
"btnEnteredColor": "#bd93f9",
"btnExitedColor": "#50000000",
"btnPressedColor": "#bd93f9",
"btnTextHoverColor": "black",
"btnTextColor": "#bcc2cd",
"btnMainMenuBackground": "#50000000",
"historyBackgroundColor": "#30314d",
"historyBackgroundColorBright": "#383a59",
"historyFontColorPlusAmount": "#00d304",
"historyFontColorMinAmount": "red"
}
}