1 { 2 com.badlogic.gdx.graphics.g2d.BitmapFont: { default-font: { file: default.fnt } }, 3 com.badlogic.gdx.graphics.Color: { 4 green: { a: 1, b: 0, g: 1, r: 0 }, 5 white: { a: 1, b: 1, g: 1, r: 1 }, 6 red: { a: 1, b: 0, g: 0, r: 1 }, 7 black: { a: 1, b: 0, g: 0, r: 0 }, 8 }, 9 com.badlogic.gdx.scenes.scene2d.ui.Skin$TintedDrawable: { 10 dialogDim: { name: white, color: { r: 0, g: 0, b: 0, a: 0.45 } }, 11 }, 12 com.badlogic.gdx.scenes.scene2d.ui.Button$ButtonStyle: { 13 default: { down: default-round-down, up: default-round }, 14 toggle: { down: default-round-down, checked: default-round-down, up: default-round } 15 }, 16 com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: { 17 default: { down: default-round-down, up: default-round, font: default-font, fontColor: white }, 18 toggle: { down: default-round-down, up: default-round, checked: default-round-down, font: default-font, fontColor: white, downFontColor: red } 19 }, 20 com.badlogic.gdx.scenes.scene2d.ui.ScrollPane$ScrollPaneStyle: { 21 default: { vScroll: default-scroll, hScrollKnob: default-round-large, background: default-rect, hScroll: default-scroll, vScrollKnob: default-round-large } 22 }, 23 com.badlogic.gdx.scenes.scene2d.ui.SelectBox$SelectBoxStyle: { 24 default: { 25 font: default-font, fontColor: white, background: default-select, 26 scrollStyle: default, 27 listStyle: { font: default-font, selection: default-select-selection } 28 } 29 }, 30 com.badlogic.gdx.scenes.scene2d.ui.SplitPane$SplitPaneStyle: { 31 default-vertical: { handle: default-splitpane-vertical }, 32 default-horizontal: { handle: default-splitpane } 33 }, 34 com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: { 35 default: { titleFont: default-font, background: default-window, titleFontColor: white }, 36 dialog: { titleFont: default-font, background: default-window, titleFontColor: white, stageBackground: dialogDim } 37 }, 38 com.badlogic.gdx.scenes.scene2d.ui.ProgressBar$ProgressBarStyle: { 39 default-horizontal: { background: default-slider, knob: default-slider-knob }, 40 default-vertical: { background: default-slider, knob: default-round-large } 41 }, 42 com.badlogic.gdx.scenes.scene2d.ui.Slider$SliderStyle: { 43 default-horizontal: { background: default-slider, knob: default-slider-knob }, 44 default-vertical: { background: default-slider, knob: default-round-large } 45 }, 46 com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: { 47 default: { font: default-font, fontColor: white } 48 }, 49 com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: { 50 default: { selection: selection, background: textfield, font: default-font, fontColor: white, cursor: cursor } 51 }, 52 com.badlogic.gdx.scenes.scene2d.ui.CheckBox$CheckBoxStyle: { 53 default: { checkboxOn: check-on, checkboxOff: check-off, font: default-font, fontColor: white } 54 }, 55 com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle: { 56 default: { fontColorUnselected: white, selection: selection, fontColorSelected: white, font: default-font } 57 }, 58 com.badlogic.gdx.scenes.scene2d.ui.Touchpad$TouchpadStyle: { 59 default: { background: default-pane, knob: default-round-large } 60 }, 61 com.badlogic.gdx.scenes.scene2d.ui.Tree$TreeStyle: { 62 default: { minus: tree-minus, plus: tree-plus, selection: default-select-selection } 63 }, 64 com.badlogic.gdx.scenes.scene2d.ui.TextTooltip$TextTooltipStyle: { 65 default: { 66 label: { font: default-font, fontColor: white }, 67 background: default-pane, wrapWidth: 150 68 } 69 }, 70 } 71