Skip to content

Commit

Permalink
modern theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Apr 26, 2023
1 parent 03815ae commit 4f84cf4
Show file tree
Hide file tree
Showing 44 changed files with 90 additions and 0 deletions.
Binary file added app/src/main/assets/themes/Classic/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/button_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/card/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/card/left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/card/right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/card/top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/checked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/knobs/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/knobs/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/knobs/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/knobs/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/knobs/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/loop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/themes/Classic/mixer_off.png
Binary file added app/src/main/assets/themes/Classic/mixer_on.png
Binary file added app/src/main/assets/themes/Classic/music.png
Binary file added app/src/main/assets/themes/Classic/off.png
Binary file added app/src/main/assets/themes/Classic/on.png
Binary file added app/src/main/assets/themes/Classic/overflow.png
Binary file added app/src/main/assets/themes/Classic/pause.png
Binary file added app/src/main/assets/themes/Classic/play.png
Binary file added app/src/main/assets/themes/Classic/play_small.png
Binary file added app/src/main/assets/themes/Classic/plus.png
5 changes: 5 additions & 0 deletions app/src/main/assets/themes/Classic/right-running3.svg
82 changes: 82 additions & 0 deletions app/src/main/assets/themes/Classic/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"theme": {
"name": "default",
"author": "AmpRack",
"screenshot": "screen.png"
},

"wallpaper": {
"background_canbe": "#000000",
"bg": "#404040"
},

"check": {
"on": "checked.png",
"off": "unchecked.png"
},

"toggle": {
"on": "on.png",
"off": "off.png"
},

"slider": {
"thumb": "thumb.png",
"bg": "thumb_bg.png",
"active": "#2c4dd3",
"base": "#ffffff"
},

"header": {
"logo": "logo.png",
"bg": "header.png"
},

"menu": {
"overflow": "overflow.png",
"bg": "menu_bg.png",
"active": "menu_active.png"
},

"card": {
"bg": "bg.jpg",
"top-left": "card/top_left.png",
"top-right": "card/top_right.png",
"top": "card/top.png",
"bottom": "card/bottom.png",
"left": "card/left.png",
"right": "card/right.png",
"bottom-left": "card/bottom_left.png",
"bottom-right": "card/bottom_right.png",
"alpha": "100",
"padding": "20",
"text-color": "#0b0b0b"
},

"button": {
"bg": "button.png",
"pressed": "button_pressed.png",
"text-color": "#ffffff"
},

"icons": {
"up": "up.png",
"down": "down.png",
"rec": "rec.png",
"delete": "delete.png",
"add": "plus.png",
"play": "play.png",
"pause": "pause.png",
"media": "play_small.png",
"reset": "loop.png",
"mixer-on": "mixer_on.png",
"mixer-off": "mixer_off.png"
},

"knobs": {
"3": "knobs/5.png",
"2": "knobs/4.png",
"1": "knobs/3.png",
"thumbColor":"#b1b3bb"
}
}
Binary file added app/src/main/assets/themes/Classic/thumb.png
Binary file added app/src/main/assets/themes/Classic/thumb_bg.png
Binary file added app/src/main/assets/themes/Classic/unchecked.png
Binary file added app/src/main/assets/themes/Classic/up.png
1 change: 1 addition & 0 deletions app/src/main/java/com/shajikhan/ladspa/amprack/Rack.java
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ public void onClick(View v) {
if (mainActivity.useTheme) {
mainActivity.skinEngine.cardText(mainActivity.patchDesc);
mainActivity.skinEngine.cardText(hidePanel);
mainActivity.skinEngine.cardText(mainActivity.triggerRecordToggle);

TextView mixerLabel = mainActivity.findViewById(R.id.mixer_label),
inLabel = mainActivity.findViewById(R.id.mixer_input_label),
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
<item>TubeAmp</item>
<item>Analog</item>
<item>Hybrid</item>
<item>Classic</item>
<item>Modern</item>
</string-array>
<string-array name="bg_m3_names">
<item>2.9 Beta</item>
Expand Down

0 comments on commit 4f84cf4

Please sign in to comment.