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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Afterwards, you will have to restart Kando, and then you can select the new them
| Theme | Preview |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| [**Adwaita Circles**](./themes/adwaita-circles/)<br>A clean theme aiming to follow the Adwaita design language from the Gnome Desktop.<br>Labels are only shown when hovering over a circle.<br><br>[![Download](https://img.shields.io/badge/🡇-Download-blue?style=flat)](https://github.com/kando-menu/menu-themes/releases/latest/download/adwaita-circles.zip) | ![preview](./themes/adwaita-circles/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) |
| [**Alpha Neon**](./themes/alpha-neon/) <br>A futuristic take on the neon-light theme with 14 color options and 3 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) |
| [**Bent Photon**](./themes/bent-photon/)<br>A clean and stylish theme made by [NeighNeighNeigh](https://github.com/NeighNeighNeigh/Kando_Themes). <br> <br> [![Download](https://img.shields.io/badge/🡇-Download-blue?style=flat)](https://github.com/kando-menu/menu-themes/releases/latest/download/bent-photon.zip) | ![preview](./themes/bent-photon/preview.jpg) |
| [**EVNTech Vache**](./themes/evntech-vache/)<br>Mix of Nether Lables and default theme.<br><br>[![Download](https://img.shields.io/badge/🡇-Download-blue?style=flat)](https://github.com/kando-menu/menu-themes/releases/latest/download/evntech-vache.zip) | ![preview](./themes/evntech-vache/preview.jpg) |
| [**Hexperiment**](./themes/hexperiment/) <br>A very experimental theme. It only works up to 6 items. Also, if you have fewer, you should ensure that all items are arranged in the six cardinal directions. Otherwise, the menu will look weird. <br> <br> [![Download](https://img.shields.io/badge/🡇-Download-blue?style=flat)](https://github.com/kando-menu/menu-themes/releases/latest/download/hexperiment.zip) | ![preview](./themes/hexperiment/preview.jpg) |
Expand Down
12 changes: 9 additions & 3 deletions themes/alpha-neon/REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@ SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["presets/Dark.json"]
precedence = "override"
SPDX-FileCopyrightText = "Discord user digitalart3d"
SPDX-FileCopyrightText = "Discord user Renshu"
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"
SPDX-FileCopyrightText = "Elfi Ox <https://github.com/elfi-ox>"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = ["presets/Nether.json"]
precedence = "override"
SPDX-FileCopyrightText = "Elfi Ox <https://github.com/elfi-ox>"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = ["banner.png"]
Expand Down
Binary file modified 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.
18 changes: 18 additions & 0 deletions themes/alpha-neon/presets/Nether.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"colors": {
"Outer Ring": "rgb(211 173 255)",
"Inner Ring": "rgb(211 173 255)",
"Inner Ring〔active〕": "rgb(255 255 255 / 0)",
"Arrow": "rgb(211 173 255)",
"Connector": "rgb(211 173 255 / 0.69)",
"Separator": "rgb(211 173 255 / 0.5)",
"Wedge": "rgb(140 91 197 / 0.3)",
"Center Circle": "rgb(0 0 0 / 0.3)",
"Items Circles": "rgb(8 3 18 / 0.71)",
"Items Circles Border": "rgb(18 5 28 / 0.75)",
"Items Circles Border〔hovered〕": "rgb(211 173 255)",
"Items Circles Clicked": "rgb(211 173 255)",
"Icons": "rgb(211 173 255)",
"Text": "rgb(255 255 255)"
}
}
6 changes: 3 additions & 3 deletions themes/alpha-neon/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
center item and the child items. */
.icon-container {
opacity: 0;
color: white;
color: var(--Icons);
transition: var(--opacity-transition);
filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 1)) /*-- ICONS DROP SHADOW --*/
}
Expand Down Expand Up @@ -250,7 +250,7 @@
/* Center Text ------------------------------------------------------------------------ */

.center-text {
color: white;
color: var(--Text);
transition: var(--opacity-transition);
text-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.4);
font-size: 13px;
Expand Down Expand Up @@ -280,4 +280,4 @@
.separator {
background: linear-gradient(to right, transparent 50px, var(--Separator) 100px, transparent 300px);
}
}
}
4 changes: 3 additions & 1 deletion themes/alpha-neon/theme.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name: 'Alpha Neon',
author: 'AMINE | 3D ARTIST',
license: 'CC0-1.0',
themeVersion: '3.0',
themeVersion: '3.1',

// This theme was created for Kando's theme engine version 1. Kando will use this to
// check if the theme is compatible with the current version of Kando.
Expand Down Expand Up @@ -49,6 +49,8 @@
'Items Circles Border': 'rgba(255, 255, 255, 0)',
'Items Circles Border〔hovered〕': 'rgba(255, 255, 255, 0)',
'Items Circles Clicked': 'rgba(255, 255, 255, 0)',
'Icons': 'rgba(255, 255, 255, 1)',
'Text': 'rgba(255, 255, 255, 1)',
},

// This is a very complex theme with multiple layers.
Expand Down
Loading