-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnilesoft-shell.tera
88 lines (76 loc) · 1.31 KB
/
nilesoft-shell.tera
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
whiskers:
version: 2.4.0
matrix:
- flavor
- accent
filename: "{{ flavor.identifier }}/catppuccin-{{ flavor.identifier }}-{{ accent }}.nss"
---
{%- set palette = flavor.colors -%}
theme
{
name = "modern"
view = view.small
background
{
color = #{{ palette.base.hex }}
opacity = 100
// effect = 2
}
item
{
opacity = 100
prefix = 1
text
{
normal = #{{ palette.text.hex }}
select = #{{ palette.text.hex }}
normal-disabled = #{{ palette.subtext0.hex }}
select-disabled = #{{ palette.subtext0.hex }}
}
back
{
select = #{{ palette.surface1.hex }}
select-disabled = #{{ palette.surface0.hex }}
}
}
// font
// {
// size = 14
// name = "Segoe UI Variable Text"
// weight = 2
// italic = 0
// }
border
{
enabled = true
size = 1
color = #{{ palette[accent].hex }}
opacity = 100
radius = 2
}
shadow
{
enabled = true
size = 5
opacity = 5
color = #{{ palette.crust.hex }}
}
separator
{
size = 1
color = #{{ palette.surface0.hex }}
}
symbol
{
normal = #{{ palette[accent].hex }}
select = #{{ palette[accent].hex }}
normal-disabled = #{{ palette.subtext0.hex }}
select-disabled = #{{ palette.subtext0.hex }}
}
image
{
enabled = true
color = [#{{ palette.text.hex }}, #{{ palette[accent].hex }}, #{{ palette.base.hex }}]
}
}