blob: 5b4d44914329ebdec10d42d1ffb61c6ee39606e4 (
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
|
/* using these again for historical purposes.. */
.base03 { color: #002b36 }
.base02 { color: #073642 }
.base01 { color: #586e75 }
.base00 { color: #657b83 }
.base0 { color: #839496 }
.base1 { color: #93a1a1 }
.base2 { color: #eee8d5 }
.base3 { color: #fdf6e3 }
.yellow { color: #b58900 }
.orange { color: #cb4b16 }
.red { color: #dc322f }
.magenta { color: #d33682 }
.violet { color: #6c71c4 }
.blue { color: #268bd2 }
.cyan { color: #2aa198 }
.green { color: #859900 }
.dark .fg { color: #839496 }
.dark .bg { color: #002b36 }
.dark .hl { color: #073642 }
.dark .emph { color: #93a1a1 }
.dark .comment { color: #586e75 }
.light .fg { color: #657b83 }
.light .bg { color: #fdf6e3 }
.light .hl { color: #eee8d5 }
.light .emph { color: #586e75 }
.light .comment { color: #93a1a1 }
|