-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtempus_fugit.json
33 lines (33 loc) · 860 Bytes
/
tempus_fugit.json
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
{
"name": "Tempus Fugit",
"comment": "Light, pleasant theme optimised for long writing/coding sessions (WCAG AA compliant)",
"foreground-color": "#4d696f",
"background-color": "#fff5f3",
"use-theme-colors": false,
"use-highlight-color": false,
"highlight-foreground-color": "#fff5f3",
"highlight-background-color": "#4d696f",
"use-cursor-color": false,
"cursor-foreground-color": "#fff5f3",
"cursor-background-color": "#4d696f",
"use-badge-color": true,
"badge-color": "#8b6781",
"palette": [
"#4d696f",
"#df2014",
"#587d0a",
"#8a6f00",
"#196bec",
"#c83884",
"#2a79a2",
"#faf6f9",
"#8b6781",
"#9a511a",
"#11742f",
"#8d590a",
"#004fff",
"#9536c0",
"#046c92",
"#fff5f3"
]
}