-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy paththeme.json5
39 lines (31 loc) · 1.57 KB
/
theme.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//////////////////////////////////////////////////////////////////////////////////////////
// _ _ ____ _ _ ___ ____ //
// |_/ |__| |\ | | \ | | This file belongs to Kando, the cross-platform //
// | \_ | | | \| |__/ |__| pie menu. Read more on github.com/kando-menu/kando //
// //
//////////////////////////////////////////////////////////////////////////////////////////
// SPDX-FileCopyrightText: Simon Schneegans <code@simonschneegans.de>
// SPDX-License-Identifier: CC0-1.0
{
name: "Minecraft",
author: "Simon Schneegans",
license: "CC-BY-4.0",
themeVersion: "1.0",
// 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.
engineVersion: 1,
// When a menu is opened too close to a screen's edge, it is moved away from the edge
// by this amount of pixels.
maxMenuRadius: 160,
// The width at which the center text is wrapped.
centerTextWrapWidth: 120,
// This theme draws child items below their parent items.
drawChildrenBelow: true,
// These colors can be configured by the user and are vailable in the CSS file as CSS
// variables. The default values are used if the user does not provide any values.
colors: {
"text-color": "rgb(255, 255, 255)",
},
// This theme is very simple and only uses one layer for the menu items.
layers: [{ class: "icon-layer", content: "icon" }],
}