Skip to content

Commit

Permalink
Add first non-free theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Apr 10, 2017
1 parent 2457ccc commit 3611528
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions android/assets/themes/bandw.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Black et White",
"price": 20,
"colors": {
"background": "0a0a0aff",
"buttons": [
"4d4d4dff",
"4d4d4dff",
"4d4d4dff",
"4d4d4dff"
],
"empty_cell": "000000ff",
"cells": [
"f2f2f2ff", "f2f2f2ff", "f2f2f2ff",
"f2f2f2ff", "f2f2f2ff", "f2f2f2ff", "f2f2f2ff",
"f2f2f2ff", "f2f2f2ff"
],
"current_score": "b3b3b3ff",
"high_score": "f9f9f9ff",
"bonus": "f9f9f9ff",
"band": "4d4d4dff"
},
"cell_texture": "basic.png"
}
1 change: 1 addition & 0 deletions android/assets/themes/theme.list
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
default
dark
bandw

0 comments on commit 3611528

Please sign in to comment.