-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy paththeme.css
34 lines (33 loc) · 2.5 KB
/
theme.css
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
// Tomorrow Night Ansi Colour Scheme
.tomorrow-night-eighties-ansi-theme.ansi-black-fg { color: #3A3A3A; }
.tomorrow-night-eighties-ansi-theme.ansi-red-fg { color: #DD948E; }
.tomorrow-night-eighties-ansi-theme.ansi-green-fg { color: #B6D1AA; }
.tomorrow-night-eighties-ansi-theme.ansi-yellow-fg { color: #F3D57C; }
.tomorrow-night-eighties-ansi-theme.ansi-blue-fg { color: #8AA9D5; }
.tomorrow-night-eighties-ansi-theme.ansi-magenta-fg { color: #CBAFD5; }
.tomorrow-night-eighties-ansi-theme.ansi-cyan-fg { color: #9AD1D4; }
.tomorrow-night-eighties-ansi-theme.ansi-white-fg { color: #EFEFEF; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-black-fg { color: #5E5D5E; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-red-fg { color: #E69B94; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-green-fg { color: #D1F0C3; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-yellow-fg { color: #F4D799; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-blue-fg { color: #A6CBFE; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-magenta-fg { color: #E7C7F2; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-cyan-fg { color: #B0F0F5; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-white-fg { color: #FFF; }
.tomorrow-night-eighties-ansi-theme.ansi-black-bg { background-color: #3A3A3A; }
.tomorrow-night-eighties-ansi-theme.ansi-red-bg { background-color: #DD948E; }
.tomorrow-night-eighties-ansi-theme.ansi-green-bg { background-color: #B6D1AA; }
.tomorrow-night-eighties-ansi-theme.ansi-yellow-bg { background-color: #F3D57C; }
.tomorrow-night-eighties-ansi-theme.ansi-blue-bg { background-color: #8AA9D5; }
.tomorrow-night-eighties-ansi-theme.ansi-magenta-bg { background-color: #CBAFD5; }
.tomorrow-night-eighties-ansi-theme.ansi-cyan-bg { background-color: #9AD1D4; }
.tomorrow-night-eighties-ansi-theme.ansi-white-bg { background-color: #EFEFEF; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-black-bg { background-color: #5E5D5E; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-red-bg { background-color: #E69B94; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-green-bg { background-color: #D1F0C3; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-yellow-bg { background-color: #F4D799; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-blue-bg { background-color: #A6CBFE; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-magenta-bg { background-color: #E7C7F2; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-cyan-bg { background-color: #B0F0F5; }
.tomorrow-night-eighties-ansi-theme.ansi-bright-white-bg { background-color: #FFF; }