-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathOne Double.toml
More file actions
49 lines (44 loc) · 863 Bytes
/
One Double.toml
File metadata and controls
49 lines (44 loc) · 863 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
#:schema https://raw.githubusercontent.com/pamburus/termframe/v0.8.2/schema/json/theme.schema.json
tags = ["dark", "light"]
[theme.modes.dark.colors]
background = "#282c34"
foreground = "#dcdfe4"
bright-foreground = "#f7f9fc"
[theme.modes.dark.colors.palette]
0 = "#3e4451"
1 = "#e06c75"
2 = "#98c379"
3 = "#e5c07b"
4 = "#61afef"
5 = "#c678dd"
6 = "#56b6c2"
7 = "#dcdfe4"
8 = "#545d6d"
9 = "#fd807f"
10 = "#96d58a"
11 = "#edc273"
12 = "#84c8ff"
13 = "#ee82ee"
14 = "#3ae1f7"
15 = "#f7f9fc"
[theme.modes.light.colors]
background = "#fafafa"
foreground = "#383a42"
bright-foreground = "#0f131e"
[theme.modes.light.colors.palette]
0 = "#0f131e"
1 = "#e45649"
2 = "#50a14f"
3 = "#c18401"
4 = "#0184bc"
5 = "#a626a4"
6 = "#0997b3"
7 = "#e8d9d9"
8 = "#797c83"
9 = "#f24c2d"
10 = "#3db637"
11 = "#e09d00"
12 = "#2e63d6"
13 = "#d21fd1"
14 = "#06b1d8"
15 = "#ffffff"