2017-04-30 08:25:59 +07:00
|
|
|
{
|
2019-01-29 11:30:11 +07:00
|
|
|
Color: {
|
|
|
|
black: { a: 1, b: 0, g: 0, r: 0 },
|
|
|
|
white: { a: 1, b: 1, g: 1, r: 1 },
|
|
|
|
gray: { a: 1, b: 0.32, g: 0.32, r: 0.32 },
|
|
|
|
lightgray: { a: 1, b: 0.65, g: 0.65, r: 0.65 }
|
|
|
|
orange: { hex: "FFA500" },
|
|
|
|
accent: { hex: "ffd37f" }
|
|
|
|
},
|
|
|
|
TintedDrawable: {
|
|
|
|
dialogDim: {
|
2019-07-04 04:07:22 +07:00
|
|
|
name: whiteui,
|
2019-01-29 11:30:11 +07:00
|
|
|
color: { r: 0, g: 0, b: 0, a: 0.9 }
|
|
|
|
},
|
2019-03-21 06:12:14 +07:00
|
|
|
guideDim: {
|
2019-07-04 04:07:22 +07:00
|
|
|
name: whiteui,
|
2019-03-21 06:12:14 +07:00
|
|
|
color: { r: 0, g: 0, b: 0, a: 0.3 }
|
|
|
|
},
|
2019-01-29 11:30:11 +07:00
|
|
|
invis: {
|
2019-07-04 04:07:22 +07:00
|
|
|
name: whiteui,
|
2019-01-29 11:30:11 +07:00
|
|
|
color: { r: 0, g: 0, b: 0, a: 0 }
|
|
|
|
}
|
|
|
|
loadDim: {
|
|
|
|
name: white,
|
|
|
|
color: { r: 0, g: 0, b: 0, a: 0.8 }
|
|
|
|
},
|
|
|
|
chatfield: {
|
2019-07-04 04:07:22 +07:00
|
|
|
name: whiteui,
|
2019-01-29 11:30:11 +07:00
|
|
|
color: { r: 0, g: 0, b: 0, a: 0.2 }
|
|
|
|
},
|
|
|
|
dark: {
|
2019-07-04 04:07:22 +07:00
|
|
|
name: whiteui,
|
2019-01-29 11:30:11 +07:00
|
|
|
color: { hex: "#000000ff" }
|
|
|
|
},
|
|
|
|
none: {
|
2019-07-04 04:07:22 +07:00
|
|
|
name: whiteui,
|
2019-01-29 11:30:11 +07:00
|
|
|
color: { r: 0, g: 0, b: 0, a: 0 }
|
|
|
|
},
|
2019-07-05 04:11:30 +07:00
|
|
|
flat-trans: {
|
2019-07-04 04:07:22 +07:00
|
|
|
name: whiteui,
|
2019-01-29 11:30:11 +07:00
|
|
|
color: { r: 0.0, g: 0.0, b: 0.0, a: 0.6 }
|
|
|
|
},
|
2019-07-05 04:11:30 +07:00
|
|
|
flat: {
|
2019-07-04 04:07:22 +07:00
|
|
|
name: whiteui,
|
2019-07-05 04:11:30 +07:00
|
|
|
color: { r: 0.0, g: 0.0, b: 0.0, a: 1 }
|
2019-01-29 11:30:11 +07:00
|
|
|
},
|
2019-07-05 04:11:30 +07:00
|
|
|
flat-over: {
|
2019-07-04 04:07:22 +07:00
|
|
|
name: whiteui,
|
2019-07-05 04:11:30 +07:00
|
|
|
color: { hex: "#454545ff" }
|
2019-01-29 11:30:11 +07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
ButtonStyle: {
|
|
|
|
default: {
|
|
|
|
down: button-down,
|
|
|
|
up: button
|
|
|
|
},
|
|
|
|
toggle: {
|
|
|
|
checked: button-down,
|
|
|
|
down: button-down,
|
|
|
|
up: button
|
|
|
|
}
|
|
|
|
},
|
|
|
|
TextButtonStyle: {
|
|
|
|
default: {
|
|
|
|
over: button-over,
|
2019-02-10 11:20:20 +07:00
|
|
|
disabled: button-disabled,
|
2019-01-29 11:30:11 +07:00
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
|
|
|
disabledFontColor: gray,
|
|
|
|
down: button-down,
|
|
|
|
up: button
|
|
|
|
},
|
|
|
|
node: {
|
2019-07-05 04:11:30 +07:00
|
|
|
disabled: button,
|
2019-01-29 11:30:11 +07:00
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
|
|
|
disabledFontColor: gray,
|
2019-07-05 04:11:30 +07:00
|
|
|
up: button-over,
|
|
|
|
over: button-down
|
2019-01-29 11:30:11 +07:00
|
|
|
},
|
|
|
|
right: {
|
|
|
|
over: button-right-over,
|
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
|
|
|
disabledFontColor: gray,
|
|
|
|
down: button-right-down,
|
|
|
|
up: button-right
|
|
|
|
},
|
|
|
|
wave: {
|
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
|
|
|
disabledFontColor: gray,
|
|
|
|
up: button-edge-4
|
|
|
|
},
|
|
|
|
clear: {
|
|
|
|
over: flat-over,
|
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
|
|
|
disabledFontColor: gray,
|
|
|
|
down: flat-over,
|
|
|
|
up: flat
|
|
|
|
},
|
|
|
|
discord: {
|
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
|
|
|
up: discord-banner
|
|
|
|
},
|
|
|
|
info: {
|
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
|
|
|
up: info-banner
|
|
|
|
},
|
|
|
|
clear-partial: {
|
2019-07-04 04:07:22 +07:00
|
|
|
down: whiteui,
|
2019-07-05 23:02:02 +07:00
|
|
|
up: pane,
|
2019-01-29 11:30:11 +07:00
|
|
|
over: flat-down,
|
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
|
|
|
disabledFontColor: gray
|
|
|
|
},
|
|
|
|
clear-partial-2: {
|
|
|
|
down: flat-over,
|
|
|
|
up: none,
|
|
|
|
over: flat-over,
|
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
|
|
|
disabledFontColor: gray
|
|
|
|
},
|
|
|
|
empty: {
|
|
|
|
font: default-font
|
|
|
|
},
|
|
|
|
clear-toggle: {
|
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
|
|
|
checked: flat-down,
|
|
|
|
down: flat-down,
|
|
|
|
up: flat,
|
|
|
|
over: flat-over,
|
|
|
|
disabled: flat,
|
|
|
|
disabledFontColor: gray
|
2019-07-03 01:42:24 +07:00
|
|
|
},
|
|
|
|
clear-toggle-menu: {
|
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
|
|
|
checked: flat-down,
|
|
|
|
down: flat-down,
|
|
|
|
up: clear,
|
|
|
|
over: flat-over,
|
|
|
|
disabled: flat,
|
|
|
|
disabledFontColor: gray
|
2019-01-29 11:30:11 +07:00
|
|
|
}
|
|
|
|
toggle: {
|
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
|
|
|
checked: button-down,
|
|
|
|
down: button-down,
|
|
|
|
up: button,
|
|
|
|
over: button-over,
|
2019-07-25 10:05:16 +07:00
|
|
|
disabled: button-disabled,
|
2019-01-29 11:30:11 +07:00
|
|
|
disabledFontColor: gray
|
|
|
|
}
|
|
|
|
},
|
|
|
|
ImageButtonStyle: {
|
|
|
|
default: {
|
|
|
|
down: button-down,
|
|
|
|
up: button,
|
|
|
|
over: button-over,
|
|
|
|
imageDisabledColor: gray,
|
|
|
|
imageUpColor: white
|
|
|
|
},
|
|
|
|
node: {
|
2019-07-05 04:11:30 +07:00
|
|
|
up: button-over,
|
|
|
|
over: button-down
|
2019-01-29 11:30:11 +07:00
|
|
|
},
|
|
|
|
right: {
|
|
|
|
over: button-right-over,
|
|
|
|
down: button-right-down,
|
|
|
|
up: button-right
|
|
|
|
},
|
|
|
|
empty: {
|
|
|
|
imageDownColor: accent,
|
|
|
|
imageUpColor: white
|
|
|
|
},
|
|
|
|
emptytoggle: {
|
|
|
|
imageCheckedColor: white,
|
|
|
|
imageDownColor: white,
|
|
|
|
imageUpColor: gray
|
|
|
|
},
|
|
|
|
static: {
|
|
|
|
up: button
|
|
|
|
},
|
|
|
|
static-down: {
|
|
|
|
up: button-down
|
|
|
|
},
|
|
|
|
toggle: {
|
|
|
|
checked: button-down,
|
|
|
|
down: button-down,
|
|
|
|
up: button,
|
|
|
|
imageDisabledColor: gray,
|
|
|
|
imageUpColor: white
|
|
|
|
},
|
|
|
|
select: {
|
|
|
|
checked: button-select,
|
|
|
|
up: none
|
|
|
|
},
|
|
|
|
clear: {
|
|
|
|
down: flat-over,
|
|
|
|
up: flat,
|
|
|
|
over: flat-over
|
|
|
|
},
|
|
|
|
clear-full: {
|
2019-07-04 04:07:22 +07:00
|
|
|
down: whiteui,
|
2019-07-05 23:02:02 +07:00
|
|
|
up: pane,
|
2019-01-29 11:30:11 +07:00
|
|
|
over: flat-down
|
|
|
|
},
|
|
|
|
clear-partial: {
|
|
|
|
down: flat-down,
|
|
|
|
up: none,
|
|
|
|
over: flat-over
|
|
|
|
},
|
|
|
|
clear-toggle: {
|
|
|
|
down: flat-down,
|
|
|
|
checked: flat-down,
|
|
|
|
up: flat,
|
|
|
|
over: flat-over
|
|
|
|
},
|
2019-07-06 00:41:22 +07:00
|
|
|
clear-trans: {
|
|
|
|
down: flat-down,
|
|
|
|
up: flat-trans,
|
|
|
|
over: flat-over
|
|
|
|
},
|
2019-07-05 04:11:30 +07:00
|
|
|
clear-toggle-trans: {
|
|
|
|
down: flat-down,
|
|
|
|
checked: flat-down,
|
|
|
|
up: flat-trans,
|
|
|
|
over: flat-over
|
|
|
|
},
|
2019-01-29 11:30:11 +07:00
|
|
|
clear-toggle-partial: {
|
|
|
|
down: flat-down,
|
|
|
|
checked: flat-down,
|
|
|
|
up: none,
|
|
|
|
over: flat-over
|
|
|
|
},
|
|
|
|
},
|
|
|
|
ScrollPaneStyle: {
|
|
|
|
default: {
|
|
|
|
vScroll: scroll,
|
|
|
|
vScrollKnob: scroll-knob-vertical-black
|
|
|
|
},
|
|
|
|
horizontal: {
|
|
|
|
vScroll: scroll,
|
|
|
|
vScrollKnob: scroll-knob-vertical-black,
|
|
|
|
hScroll: scroll-horizontal,
|
|
|
|
hScrollKnob: scroll-knob-horizontal-black
|
|
|
|
},
|
|
|
|
},
|
|
|
|
WindowStyle: {
|
|
|
|
default: {
|
|
|
|
titleFont: default-font,
|
|
|
|
titleFontColor: accent
|
|
|
|
},
|
|
|
|
dialog: {
|
|
|
|
stageBackground: dialogDim,
|
|
|
|
titleFont: default-font,
|
|
|
|
background: window-empty,
|
|
|
|
titleFontColor: accent
|
2019-07-12 12:03:01 +07:00
|
|
|
},
|
|
|
|
fulldialog: {
|
|
|
|
stageBackground: dark,
|
|
|
|
titleFont: default-font,
|
|
|
|
background: window-empty,
|
|
|
|
titleFontColor: accent
|
2019-01-29 11:30:11 +07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
KeybindDialogStyle: {
|
|
|
|
default: {
|
|
|
|
keyColor: accent,
|
|
|
|
keyNameColor: white,
|
|
|
|
controllerColor: lightgray
|
|
|
|
},
|
|
|
|
},
|
|
|
|
SliderStyle: {
|
|
|
|
default-horizontal: {
|
|
|
|
background: slider,
|
|
|
|
knob: slider-knob,
|
|
|
|
knobOver: slider-knob-over,
|
|
|
|
knobDown: slider-knob-down
|
|
|
|
},
|
|
|
|
default-vertical: {
|
|
|
|
background: slider-vertical,
|
|
|
|
knob: slider-knob,
|
|
|
|
knobOver: slider-knob-over,
|
|
|
|
knobDown: slider-knob-down
|
|
|
|
}
|
|
|
|
},
|
|
|
|
LabelStyle: {
|
|
|
|
default: {
|
|
|
|
font: default-font,
|
|
|
|
fontColor: white
|
|
|
|
},
|
|
|
|
small: {
|
|
|
|
font: default-font,
|
|
|
|
fontColor: white
|
|
|
|
}
|
|
|
|
},
|
|
|
|
TextFieldStyle: {
|
|
|
|
default: {
|
|
|
|
font: default-font-chat,
|
|
|
|
fontColor: white,
|
|
|
|
disabledFontColor: gray,
|
2019-04-22 09:39:56 +07:00
|
|
|
disabledBackground: underline-disabled,
|
2019-01-29 11:30:11 +07:00
|
|
|
selection: selection,
|
|
|
|
background: underline,
|
2019-03-25 03:29:25 +07:00
|
|
|
invalidBackground: underline-red,
|
2019-01-29 11:30:11 +07:00
|
|
|
cursor: cursor,
|
|
|
|
messageFont: default-font,
|
|
|
|
messageFontColor: gray
|
|
|
|
}
|
|
|
|
textarea: {
|
|
|
|
font: default-font-chat,
|
|
|
|
fontColor: white,
|
|
|
|
disabledFontColor: gray,
|
|
|
|
selection: selection,
|
|
|
|
background: underline,
|
|
|
|
cursor: cursor,
|
|
|
|
messageFont: default-font,
|
|
|
|
messageFontColor: gray
|
|
|
|
}
|
|
|
|
},
|
|
|
|
CheckBoxStyle: {
|
|
|
|
default: {
|
|
|
|
checkboxOn: check-on,
|
|
|
|
checkboxOff: check-off,
|
|
|
|
checkboxOnOver: check-on-over,
|
|
|
|
checkboxOver: check-over,
|
2019-04-22 09:39:56 +07:00
|
|
|
checkboxOnDisabled: check-on-disabled,
|
|
|
|
checkboxOffDisabled: check-disabled,
|
2019-01-29 11:30:11 +07:00
|
|
|
font: default-font,
|
|
|
|
fontColor: white,
|
2019-04-22 09:39:56 +07:00
|
|
|
disabledFontColor: gray,
|
|
|
|
|
2019-01-29 11:30:11 +07:00
|
|
|
}
|
|
|
|
}
|
2017-04-30 08:25:59 +07:00
|
|
|
}
|