-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.nss
More file actions
79 lines (67 loc) · 830 Bytes
/
theme.nss
File metadata and controls
79 lines (67 loc) · 830 Bytes
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
theme
{
name = "modern"
view = view.small
background
{
color = #1e1e2e
opacity = 90
// effect = 2
}
item
{
opacity = 90
prefix = 1
text
{
normal = #cdd6f4
select = #cdd6f4
normal-disabled = #a6adc8
select-disabled = #a6adc8
}
back
{
select = #45475a
select-disabled = #313244
}
}
// font
// {
// size = 14
// name = "Segoe UI Variable Text"
// weight = 2
// italic = 0
// }
border
{
enabled = true
size = 1
color = #b4befe
opacity = 90
radius = 2
}
shadow
{
enabled = true
size = 5
opacity = 5
color = #11111b
}
separator
{
size = 1
color = #313244
}
symbol
{
normal = #b4befe
select = #b4befe
normal-disabled = #a6adc8
select-disabled = #a6adc8
}
image
{
enabled = true
color = [#cdd6f4, #b4befe, #1e1e2e]
}
}