summaryrefslogtreecommitdiff
path: root/eclipse/mods/tabula/themes/default.json
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-12 16:32:33 +0300
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-12 16:32:33 +0300
commit9dc6f69f701e42b30adf7d1b01488f425eaec265 (patch)
treeaf02d094f80755054370c44f6adc519caaca0989 /eclipse/mods/tabula/themes/default.json
parent4f29b0ed24e393be7074abd851e207aadab38196 (diff)
Changes, idk...
Diffstat (limited to 'eclipse/mods/tabula/themes/default.json')
-rw-r--r--eclipse/mods/tabula/themes/default.json158
1 files changed, 158 insertions, 0 deletions
diff --git a/eclipse/mods/tabula/themes/default.json b/eclipse/mods/tabula/themes/default.json
new file mode 100644
index 0000000..8e834ea
--- /dev/null
+++ b/eclipse/mods/tabula/themes/default.json
@@ -0,0 +1,158 @@
+{
+ "name": "Default",
+ "author": "iChun",
+ "workspaceBackground": [
+ 204,
+ 204,
+ 204
+ ],
+ "windowBorder": [
+ 150,
+ 150,
+ 150
+ ],
+ "windowBackground": [
+ 34,
+ 34,
+ 34
+ ],
+ "tabBorder": [
+ 255,
+ 255,
+ 255
+ ],
+ "tabSideInactive": [
+ 100,
+ 100,
+ 100
+ ],
+ "elementInputBackgroundInactive": [
+ 60,
+ 60,
+ 60
+ ],
+ "elementInputBackgroundHover": [
+ 70,
+ 70,
+ 70
+ ],
+ "elementInputBorder": [
+ 140,
+ 140,
+ 140
+ ],
+ "elementInputUpDownHover": [
+ 170,
+ 170,
+ 170
+ ],
+ "elementInputUpDownClick": [
+ 100,
+ 100,
+ 100
+ ],
+ "elementButtonBackgroundInactive": [
+ 60,
+ 60,
+ 60
+ ],
+ "elementButtonBackgroundHover": [
+ 70,
+ 70,
+ 70
+ ],
+ "elementButtonBorder": [
+ 140,
+ 140,
+ 140
+ ],
+ "elementButtonClick": [
+ 100,
+ 100,
+ 100
+ ],
+ "elementButtonToggle": [
+ 120,
+ 120,
+ 120
+ ],
+ "elementButtonToggleHover": [
+ 170,
+ 170,
+ 170
+ ],
+ "elementProjectTabActive": [
+ 60,
+ 60,
+ 60
+ ],
+ "elementProjectTabHover": [
+ 100,
+ 100,
+ 100
+ ],
+ "elementProjectTabFont": [
+ 140,
+ 140,
+ 140
+ ],
+ "elementProjectTabFontChanges": [
+ 255,
+ 255,
+ 255
+ ],
+ "elementTreeBorder": [
+ 100,
+ 100,
+ 100
+ ],
+ "elementTreeScrollBar": [
+ 34,
+ 34,
+ 34
+ ],
+ "elementTreeScrollBarBorder": [
+ 60,
+ 60,
+ 60
+ ],
+ "elementTreeItemBorder": [
+ 40,
+ 40,
+ 40
+ ],
+ "elementTreeItemBg": [
+ 60,
+ 60,
+ 60
+ ],
+ "elementTreeItemBgSelect": [
+ 100,
+ 100,
+ 100
+ ],
+ "elementTreeItemBgHover": [
+ 120,
+ 120,
+ 120
+ ],
+ "fontChat": [
+ 220,
+ 220,
+ 220
+ ],
+ "font": [
+ 255,
+ 255,
+ 255
+ ],
+ "fontDim": [
+ 150,
+ 150,
+ 150
+ ],
+ "workspaceBlock": {
+ "block": "minecraft:planks",
+ "metadata": 1
+ }
+} \ No newline at end of file