# Conflicts:
#	gradle/wrapper/gradle-wrapper.properties

Also added Solarized Dark theme.
This commit is contained in:
Oliver Jan Krylow 2017-05-08 19:15:18 +02:00
commit a4e9936a85
64 changed files with 1157 additions and 511 deletions

View file

@ -0,0 +1,26 @@
{
"name": "Black et White",
"price": 20,
"colors": {
"background": "0a0a0aff",
"foreground": "202020ff",
"buttons": [
"f0f0f0ff",
"f0f0f0ff",
"f0f0f0ff",
"f0f0f0ff"
],
"empty_cell": "000000ff",
"cells": [
"f2f2f2ff", "f2f2f2ff", "f2f2f2ff",
"f2f2f2ff", "f2f2f2ff", "f2f2f2ff", "f2f2f2ff",
"f2f2f2ff", "f2f2f2ff"
],
"current_score": "b3b3b3ff",
"high_score": "f9f9f9ff",
"bonus": "f9f9f9ff",
"band": "f0f0f0ff",
"text": "0a0a0aff"
},
"cell_texture": "basic.png"
}

View file

@ -3,6 +3,7 @@
"price": 0,
"colors": {
"background": "333333ff",
"foreground": "ddddddff",
"buttons": [
"03c13dff",
"007da4ff",
@ -18,7 +19,8 @@
"current_score": "c83737ff",
"high_score": "d400aaff",
"bonus": "e3e3e3ff",
"band": "2b5ccfff"
"band": "2b5ccfff",
"text": "ffffffff"
},
"cell_texture": "basic.png"
}

View file

@ -3,6 +3,7 @@
"price": 0,
"colors": {
"background": "ffffffff",
"foreground": "ffffffff",
"buttons": [
"00ff33ff",
"ffd700ff",
@ -18,7 +19,8 @@
"current_score": "ffcc00ff",
"high_score": "65d681ff",
"bonus": "4d4d4dff",
"band": "87ceebff"
"band": "87ceebff",
"text": "111111ff"
},
"cell_texture": "basic.png"
}

View file

@ -0,0 +1,26 @@
{
"name": "Underwater",
"price": 50,
"colors": {
"background": "0044aaff",
"foreground": "d7f4e3ff",
"buttons": [
"37c871ff",
"2a7fffff",
"00ccffff",
"5f5fd3ff"
],
"empty_cell": "0066ffff",
"cells": [
"37c871ff", "2ad4ffff", "0000d4ff",
"00ffccff", "5599ffff", "87cddeff", "80b3ffff",
"00ff66ff", "00d4aaff"
],
"current_score": "aaccffff",
"high_score": "2aff80ff",
"bonus": "aaeeffff",
"band": "3771c8ff",
"text": "002255ff"
},
"cell_texture": "bubble.png"
}

View file

@ -1,2 +1,4 @@
default
dark
bandw
underwater

View file

@ -0,0 +1,26 @@
{
"name": "Underwater",
"price": 50,
"colors": {
"background": "0044aaff",
"foreground": "d7f4e3ff",
"buttons": [
"37c871ff",
"2a7fffff",
"00ccffff",
"5f5fd3ff"
],
"empty_cell": "0066ffff",
"cells": [
"37c871ff", "2ad4ffff", "0000d4ff",
"00ffccff", "5599ffff", "87cddeff", "80b3ffff",
"00ff66ff", "00d4aaff"
],
"current_score": "aaccffff",
"high_score": "2aff80ff",
"bonus": "aaeeffff",
"band": "3771c8ff",
"text": "002255ff"
},
"cell_texture": "bubble.png"
}