Added Darcula theme.
Adjusted text color on Solarized Light theme.
This commit is contained in:
parent
0c49023bbf
commit
239ef365c2
3 changed files with 30 additions and 3 deletions
26
android/assets/themes/darcula.theme
Normal file
26
android/assets/themes/darcula.theme
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"name": "Darcula",
|
||||||
|
"price": 0,
|
||||||
|
"colors": {
|
||||||
|
"background": "282a36ff",
|
||||||
|
"foreground": "f8f8f2ff",
|
||||||
|
"buttons": [
|
||||||
|
"8be9fdff",
|
||||||
|
"ff5555ff",
|
||||||
|
"ff79c6ff",
|
||||||
|
"ffb86cf"
|
||||||
|
],
|
||||||
|
"empty_cell": "44475aff",
|
||||||
|
"cells": [
|
||||||
|
"f8f8f2ff", "6272a4ff", "8be9fdff",
|
||||||
|
"50fa7bff", "ffb86cff", "ff79c6ff", "bd93f9ff",
|
||||||
|
"ff5555ff", "f1fa8cff"
|
||||||
|
],
|
||||||
|
"current_score": "8be9fdff",
|
||||||
|
"high_score": "50fa7bff",
|
||||||
|
"bonus": "bd93f9ff",
|
||||||
|
"band": "6272a4ff",
|
||||||
|
"text": "f8f8f2ff"
|
||||||
|
},
|
||||||
|
"cell_texture": "basic.png"
|
||||||
|
}
|
|
@ -3,7 +3,7 @@
|
||||||
"price": 0,
|
"price": 0,
|
||||||
"colors": {
|
"colors": {
|
||||||
"background": "fdf6e3ff",
|
"background": "fdf6e3ff",
|
||||||
"foreground": "002b36ff",
|
"foreground": "eee8d5ff",
|
||||||
"buttons": [
|
"buttons": [
|
||||||
"859900ff",
|
"859900ff",
|
||||||
"268bd2ff",
|
"268bd2ff",
|
||||||
|
@ -17,10 +17,10 @@
|
||||||
"2aa198ff", "859900ff"
|
"2aa198ff", "859900ff"
|
||||||
],
|
],
|
||||||
"current_score": "586e75ff",
|
"current_score": "586e75ff",
|
||||||
"high_score": "eee8d5ff",
|
"high_score": "657b83ff",
|
||||||
"bonus": "586e75ff",
|
"bonus": "586e75ff",
|
||||||
"band": "b58900ff",
|
"band": "b58900ff",
|
||||||
"text": "002b36ff"
|
"text": "fdf6e3ff"
|
||||||
},
|
},
|
||||||
"cell_texture": "circle.png"
|
"cell_texture": "circle.png"
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,3 +4,4 @@ bandw
|
||||||
underwater
|
underwater
|
||||||
solarized-dark
|
solarized-dark
|
||||||
solarized-light
|
solarized-light
|
||||||
|
darcula
|
||||||
|
|
Loading…
Reference in a new issue