Commit | Line | Data |
---|---|---|
1 | ! Base16 Tomorrow | |
2 | ! Scheme: Chris Kempson (http://chriskempson.com) | |
3 | ||
4 | #define base00 #1d1f21 | |
5 | #define base01 #282a2e | |
6 | #define base02 #373b41 | |
7 | #define base03 #969896 | |
8 | #define base04 #b4b7b4 | |
9 | #define base05 #c5c8c6 | |
10 | #define base06 #e0e0e0 | |
11 | #define base07 #ffffff | |
12 | #define base08 #cc6666 | |
13 | #define base09 #de935f | |
14 | #define base0A #f0c674 | |
15 | #define base0B #b5bd68 | |
16 | #define base0C #8abeb7 | |
17 | #define base0D #81a2be | |
18 | #define base0E #b294bb | |
19 | #define base0F #a3685a | |
20 | ||
21 | *.foreground: base05 | |
22 | *.background: base00 | |
23 | *.cursorColor: base05 | |
24 | ||
25 | *.color0: base00 | |
26 | *.color1: base08 | |
27 | *.color2: base0B | |
28 | *.color3: base0A | |
29 | *.color4: base0D | |
30 | *.color5: base0E | |
31 | *.color6: base0C | |
32 | *.color7: base05 | |
33 | ||
34 | *.color8: base03 | |
35 | *.color9: base08 | |
36 | *.color10: base0B | |
37 | *.color11: base0A | |
38 | *.color12: base0D | |
39 | *.color13: base0E | |
40 | *.color14: base0C | |
41 | *.color15: base07 | |
42 | ||
43 | ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt), | |
44 | ! use 'shell' template to set these if necessary | |
45 | *.color16: base09 | |
46 | *.color17: base0F | |
47 | *.color18: base01 | |
48 | *.color19: base02 | |
49 | *.color20: base04 | |
50 | *.color21: base06 |