diff --git a/Bamboo Maze/background.jpg b/Bamboo Maze/background.jpg new file mode 100644 index 0000000..0cb0086 Binary files /dev/null and b/Bamboo Maze/background.jpg differ diff --git a/Bamboo Maze/bamboo_maze.json b/Bamboo Maze/bamboo_maze.json new file mode 100644 index 0000000..ea5e15f --- /dev/null +++ b/Bamboo Maze/bamboo_maze.json @@ -0,0 +1,141 @@ +{ + "_pleroma_theme_version": 2, + "name": "Bamboo Maze", + "theme": { + "fonts": {}, + "shadows": { + "avatar": [ + { + "x": "0", + "y": "0", + "blur": "10", + "spread": "0", + "color": "#ffffff", + "alpha": "0.7" + } + ], + "button": [ + { + "x": "2", + "y": "3", + "blur": "0", + "spread": "0", + "inset": false, + "color": "#424d2c", + "alpha": "0.5" + } + ], + "buttonHover": [ + { + "x": "2", + "y": "3", + "blur": 0, + "spread": 0, + "inset": false, + "color": "#424d2c", + "alpha": "0.5" + }, + { + "x": "2", + "y": "3", + "blur": "3", + "spread": 0, + "inset": false, + "color": "#424d2c", + "alpha": "0.6" + } + ], + "buttonPressed": [ + { + "x": "2", + "y": "3", + "blur": 0, + "spread": 0, + "inset": true, + "color": "#424d2c", + "alpha": "0.5" + } + ], + "avatarStatus": [ + { + "x": "0", + "y": "0", + "blur": "10", + "spread": "0", + "inset": false, + "color": "#ffffff", + "alpha": "0.7" + } + ], + "input": [ + { + "x": "0", + "y": "0", + "blur": "5", + "spread": "0", + "inset": true, + "color": "#ffffff", + "alpha": "0.8" + } + ], + "panel": [ + { + "x": "3", + "y": "3", + "blur": 0, + "spread": 0, + "inset": false, + "color": "#424d2c", + "alpha": "0.45" + } + ], + "popup": [ + { + "x": "2", + "y": "3", + "blur": "1", + "spread": 0, + "color": "#424d2c", + "alpha": "0.5" + } + ] + }, + "opacity": { + "bg": "0.85", + "btn": "0.6", + "panel": "0", + "border": "0.25", + "faint": "0.65" + }, + "colors": { + "bg": "#e6ead0", + "text": "#58484f", + "link": "#5b7c28", + "fg": "#e6ead0", + "panelText": "#6b5a62", + "input": "#f2f4e7", + "inputText": "#3d2833", + "topBarText": "#5b7c28", + "topBarLink": "#5b7c28", + "btn": "#c5d99c", + "btnText": "#3d2833", + "alertError": "#f898ac", + "badgeNotification": "#ab3655", + "border": "#747960", + "cRed": "#ff0300", + "cBlue": "#00e2f4", + "cGreen": "#00c500", + "cOrange": "#fffa24" + }, + "radii": { + "btn": "16", + "input": "9", + "checkbox": "16", + "panel": "16", + "avatar": "8", + "avatarAlt": "4", + "tooltip": "16", + "attachment": "4" + } + } +} diff --git a/Bamboo Maze/screenshot_bamboo_maze.png b/Bamboo Maze/screenshot_bamboo_maze.png new file mode 100644 index 0000000..daba555 Binary files /dev/null and b/Bamboo Maze/screenshot_bamboo_maze.png differ