summaryrefslogtreecommitdiff
path: root/assets/themes/light.toml
blob: 2842c823ac144e3ee089a7ea35b88e10053351cb (plain)
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
name = "Dark"

shadow = "#000000"

[primary]
color = "#6200ee"
on_primary = "#ffffff"
primary_container = "#e1bee7"
on_primary_container = "#000000"

[secondary]
color = "#03dac6"
on_secondary = "#ffffff"
secondary_container = "#018786"
on_secondary_container = "#ffffff"

[tertiary]
color = "#bb86fc"
on_tertiary = "#000000"
tertiary_container = "#6200ee"
on_tertiary_container = "#000000"

[error]
color = "#b00020"
on_error = "#ffffff"
error_container = "#cf6679"
on_error_container = "#000000"

[surface]
color = "#ffffff"
on_surface = "#000000"
on_surface_variant = "#757575"

[surface.surface_container]
lowest = "#fafafa"
low = "#eeeeee"
base = "#dddddd"
high = "#cccccc"
highest = "#bbbbbb"

[inverse]
inverse_surface = "#121212"
inverse_on_surface = "#ffffff"
inverse_primary = "#bb86fc"

[outline]
color = "#757575"
variant = "#b0b0b0"