Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ Afterwards, you will have to restart Kando, and then you can select the new them
| [**Nether Labels**](./themes/nether-labels/)<br>With its dark and classy colors, this theme features labels on your items and submenus and a sleek overall appearance. If, however, you're style is more bright or flashy, you can fully customize this theme with its 10 colors options. <br> <br> [![Download](https://img.shields.io/badge/🡇-Download-blue?style=flat)](https://github.com/kando-menu/menu-themes/releases/latest/download/nether-labels.zip) | ![preview](./themes/nether-labels/preview.jpg) |
| [**Neo Ring**](./themes/neo-ring/) <br>A cyberpunk-style theme with dual neon ring effects and enhanced glow animations. <br> <br> [![Download](https://img.shields.io/badge/🡇-Download-blue?style=flat)](https://github.com/kando-menu/menu-themes/releases/latest/download/neo-ring.zip) | ![preview](./themes/neo-ring/preview.jpg) |
| [**Navigation**](./themes/navigation/) <br>Modern minimalist ring navigation theme with dynamic ripple animations and dual background system. <br> <br> [![Download](https://img.shields.io/badge/🡇-Download-blue?style=flat)](https://github.com/kando-menu/menu-themes/releases/latest/download/navigation.zip) | ![preview](./themes/navigation/preview.jpg) |
| [**Alpha Neon**](./themes/alpha-neon/) <br>A futuristic take on the neon-light theme with 12 color options and 2 presets to help you utilize it. <br> <br> [![Download](https://img.shields.io/badge/🡇-Download-blue?style=flat)](https://github.com/kando-menu/menu-themes/releases/latest/download/alpha-neon.zip) | ![preview](./themes/alpha-neon/preview.jpg) |
8 changes: 8 additions & 0 deletions themes/alpha-neon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!--
SPDX-FileCopyrightText: Elfi Ox <https://github.com/elfi-ox>
SPDX-License-Identifier: CC-BY-4.0
-->

<p align="center">
<img src="banner.png" />
</p>
28 changes: 28 additions & 0 deletions themes/alpha-neon/REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# SPDX-FileCopyrightText: SPDX-FileCopyrightText: Discord user digitalart3d
# SPDX-License-Identifier: MIT

version = 1

[[annotations]]
path = ["*.jpg", "*.png"]
precedence = "aggregate"
SPDX-FileCopyrightText = "NeighNeighNeigh Discord user digitalart3d"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = ["presets/Dark.json"]
precedence = "override"
SPDX-FileCopyrightText = "Discord user digitalart3d"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = ["presets/Sterelia.json"]
precedence = "override"
SPDX-FileCopyrightText = "Discord user Renshu"
SPDX-License-Identifier = "CC-BY-4.0"

[[annotations]]
path = ["banner.png"]
precedence = "override"
SPDX-FileCopyrightText = "Elfi Ox <https://github.com/elfi-ox>"
SPDX-License-Identifier = "CC0-1.0"
302 changes: 302 additions & 0 deletions themes/alpha-neon/assets/arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
197 changes: 197 additions & 0 deletions themes/alpha-neon/assets/ring.svg
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 themes/alpha-neon/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions themes/alpha-neon/presets/Dark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"colors": {
"Outer Ring": "rgb(255 255 255 / 0.1)",
"Inner Ring": "rgb(255 255 255 / 0.5)",
"Inner Ring〔active〕": "rgb(255 255 255 / 0.1)",
"Arrow": "rgb(220 220 220)",
"Connector": "rgb(255 255 255 / 0.6)",
"Separator": "rgb(255 255 255 / 0.3)",
"Wedge": "rgb(255 255 255 / 0.12)",
"Center Circle": "rgb(255 255 255 / 0.08)",
"Items Circles": "rgba(0, 0, 0, 0.85)",
"Items Circles Border": "rgba(255, 255, 255, 0.5)",
"Items Circles Border〔hovered〕": "rgba(255, 255, 255, 0.8)",
"Items Circles Clicked": "rgba(255, 255, 255, 0.2)"
}
}
16 changes: 16 additions & 0 deletions themes/alpha-neon/presets/Sterelia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"colors": {
"Outer Ring": "rgb(255 127 77 / 0.9)",
"Inner Ring": "rgb(255 162 77 / 0.9)",
"Inner Ring〔active〕": "rgb(255 217 112 / 0.43)",
"Arrow": "rgb(159 81 206)",
"Connector": "rgb(152 67 251 / 0.6)",
"Separator": "rgb(242 67 244 / 0.3)",
"Wedge": "rgb(158 74 255 / 0.3)",
"Center Circle": "rgb(162 20 255 / 0.3)",
"Items Circles": "rgb(26 11 56 / 0.42)",
"Items Circles Border": "rgb(255 255 255 / 0.13)",
"Items Circles Border〔hovered〕": "rgb(255 181 33 / 0.69)",
"Items Circles Clicked": "rgb(255 0 231 / 0.2)"
}
}
Binary file added themes/alpha-neon/preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading