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
89
90
91
|
(
palette: Dark((
name: "cosmic-dark",
bright_red: "#FFA09AFF",
bright_green: "#5EDB8CFF",
bright_orange: "#FFA37DFF",
gray_1: "#1B1B1BFF",
gray_2: "#262626FF",
neutral_0: "#000000FF",
neutral_1: "#030303FF",
neutral_2: "#161616FF",
neutral_3: "#2E2E2EFF",
neutral_4: "#484848FF",
neutral_5: "#636363FF",
neutral_6: "#808080FF",
neutral_7: "#9E9E9EFF",
neutral_8: "#BEBEBEFF",
neutral_9: "#DEDEDEFF",
neutral_10: "#FFFFFFFF",
accent_blue: "#4B8501FF",
accent_indigo: "#A1C0EBFF",
accent_purple: "#E79CFEFF",
accent_pink: "#FF9CB1FF",
accent_red: "#FDA1A0FF",
accent_orange: "#FFAD00FF",
accent_yellow: "#F7E062FF",
accent_green: "#92CF9CFF",
accent_warm_grey: "#CABAB4FF",
ext_warm_grey: "#9B8E8AFF",
ext_orange: "#FFAD00FF",
ext_yellow: "#FEDB40FF",
ext_blue: "#48B9C7FF",
ext_purple: "#CF7DFFFF",
ext_pink: "#F93A83FF",
ext_indigo: "#3E88FFFF",
)),
spacing: (
space_none: 0,
space_xxxs: 4,
space_xxs: 8,
space_xs: 12,
space_s: 16,
space_m: 24,
space_l: 32,
space_xl: 48,
space_xxl: 64,
space_xxxl: 128,
),
corner_radii: (
radius_0: (0.0, 0.0, 0.0, 0.0),
radius_xs: (4.0, 4.0, 4.0, 4.0),
radius_s: (8.0, 8.0, 8.0, 8.0),
radius_m: (16.0, 16.0, 16.0, 16.0),
radius_l: (32.0, 32.0, 32.0, 32.0),
radius_xl: (160.0, 160.0, 160.0, 160.0),
),
neutral_tint: Some("#636363FF"),
bg_color: Some("#1B1B1BFF"),
primary_container_bg: None,
secondary_container_bg: None,
text_tint: Some("#E7E7E7FF"),
accent: Some("#4B8501FF"),
success: Some("#5EDB8CFF"),
warning: Some("#FFA37DFF"),
destructive: Some("#FFA09AFF"),
frosted: Medium,
gaps: (0, 8),
active_hint: 3,
window_hint: None,
frosted_windows: false,
frosted_system_interface: false,
frosted_panel: false,
frosted_applets: false,
frosted_maximized_apps: false,
alpha_map: (
extremely_low: 0.9,
extremely_low_2: 0.87692,
very_low: 0.85385,
very_low_2: 0.83076,
low: 0.80769,
low_2: 0.78461,
medium: 0.76154,
medium_2: 0.73846,
high: 0.71538,
high_2: 0.69231,
very_high: 0.66023,
very_high_2: 0.64615,
extremely_high: 0.62308,
extremely_high_2: 0.6,
),
)
|