This repository has no description
1colors:
2 primary:
3 background: '#{bg_color}'
4 foreground: '#{fg_color}'
5
6 cursor:
7 text: '#{bg_color}'
8 cursor: '#{fg_color}'
9
10 selection:
11 text: '#{bg_color}'
12 background: '#{fg_color}'
13
14 normal:
15 black: '#{color0}'
16 red: '#{color1}'
17 green: '#{color2}'
18 yellow: '#{color3}'
19 blue: '#{color4}'
20 magenta: '#{color5}'
21 cyan: '#{color6}'
22 white: '#{color7}'
23
24 bright:
25 black: '#{color8}'
26 red: '#{color9}'
27 green: '#{color10}'
28 yellow: '#{color11}'
29 blue: '#{color12}'
30 magenta: '#{color13}'
31 cyan: '#{color14}'
32 white: '#{color15}'