diff --git a/android/assets/themes/bulbs.theme b/android/assets/themes/bulbs.theme new file mode 100644 index 0000000..0e39e71 --- /dev/null +++ b/android/assets/themes/bulbs.theme @@ -0,0 +1,26 @@ +{ + "name": "Bulbs", + "price": 100, + "colors": { + "background": "101010ff", + "foreground": "808080ff", + "buttons": [ + "ffb20bff", + "00da6dff", + "983c71ff", + "146371ff" + ], + "empty_cell": "202030CF", + "cells": [ + "ff3a49ff", "ff8cffff", "369cacff", + "146effff", "85d085ff", "ffc519ff", "56ff42ff", + "9843ffff", "00f2f5ff" + ], + "current_score": "f9f9f9f9", + "high_score": "f9f9f9ff", + "bonus": "f9f9f9ff", + "band": "f0f0f0ff", + "text": "0a0a0aff" + }, + "cell_texture": "bulb.png" +} diff --git a/android/assets/themes/theme.list b/android/assets/themes/theme.list index 86365a9..7d6826f 100644 --- a/android/assets/themes/theme.list +++ b/android/assets/themes/theme.list @@ -10,3 +10,4 @@ solarized-dark underwater ghost bandw +bulbs diff --git a/android/assets/ui/x0.75/cells/bulb.png b/android/assets/ui/x0.75/cells/bulb.png new file mode 100644 index 0000000..0efbef0 Binary files /dev/null and b/android/assets/ui/x0.75/cells/bulb.png differ diff --git a/android/assets/ui/x1.0/cells/bulb.png b/android/assets/ui/x1.0/cells/bulb.png new file mode 100644 index 0000000..ce05bd7 Binary files /dev/null and b/android/assets/ui/x1.0/cells/bulb.png differ diff --git a/android/assets/ui/x1.25/cells/bulb.png b/android/assets/ui/x1.25/cells/bulb.png new file mode 100644 index 0000000..afec908 Binary files /dev/null and b/android/assets/ui/x1.25/cells/bulb.png differ diff --git a/android/assets/ui/x1.5/cells/bulb.png b/android/assets/ui/x1.5/cells/bulb.png new file mode 100644 index 0000000..caa1bc2 Binary files /dev/null and b/android/assets/ui/x1.5/cells/bulb.png differ diff --git a/android/assets/ui/x2.0/cells/bulb.png b/android/assets/ui/x2.0/cells/bulb.png new file mode 100644 index 0000000..0ef92aa Binary files /dev/null and b/android/assets/ui/x2.0/cells/bulb.png differ diff --git a/android/assets/ui/x4.0/cells/bulb.png b/android/assets/ui/x4.0/cells/bulb.png new file mode 100644 index 0000000..b214e16 Binary files /dev/null and b/android/assets/ui/x4.0/cells/bulb.png differ diff --git a/original-resources/bulb36.xcf b/original-resources/bulb36.xcf new file mode 100644 index 0000000..81fd724 Binary files /dev/null and b/original-resources/bulb36.xcf differ diff --git a/original-resources/bulb96-ausgangsbild.xcf b/original-resources/bulb96-ausgangsbild.xcf new file mode 100644 index 0000000..18c4e4f Binary files /dev/null and b/original-resources/bulb96-ausgangsbild.xcf differ