diff --git a/android/assets/themes/darcula.theme b/android/assets/themes/darcula.theme new file mode 100644 index 0000000..14bc988 --- /dev/null +++ b/android/assets/themes/darcula.theme @@ -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" +} diff --git a/android/assets/themes/solarized-light.theme b/android/assets/themes/solarized-light.theme index 815b198..ba85582 100644 --- a/android/assets/themes/solarized-light.theme +++ b/android/assets/themes/solarized-light.theme @@ -3,7 +3,7 @@ "price": 0, "colors": { "background": "fdf6e3ff", - "foreground": "002b36ff", + "foreground": "eee8d5ff", "buttons": [ "859900ff", "268bd2ff", @@ -17,10 +17,10 @@ "2aa198ff", "859900ff" ], "current_score": "586e75ff", - "high_score": "eee8d5ff", + "high_score": "657b83ff", "bonus": "586e75ff", "band": "b58900ff", - "text": "002b36ff" + "text": "fdf6e3ff" }, "cell_texture": "circle.png" } diff --git a/android/assets/themes/theme.list b/android/assets/themes/theme.list index 7fbc883..987fd3c 100644 --- a/android/assets/themes/theme.list +++ b/android/assets/themes/theme.list @@ -4,3 +4,4 @@ bandw underwater solarized-dark solarized-light +darcula