dotfiles

Alpine Linux dotfiles

git clone git://git.lin.moe/dotfiles.git

 1[colors.primary]
 2        background = '0xFFFFFF'
 3        foreground = '0x000000'
 4
 5[colors.normal]
 6        black = '0x000000'
 7        red = '0xa60000'
 8        green = '0x005e00'
 9        yellow = '0x813e00'
10        blue = '0x0031a9'
11        magenta = '0x721045'
12        cyan = '0x00538b'
13        white = '0xbfbfbf'
14        
15[colors.bright]
16        black = '0x595959'
17        red = '0x972500'
18        green = '0x315b00'
19        yellow = '0x70480f'
20        blue = '0x2544bb'
21        magenta = '0x5317ac'
22        cyan = '0x005a5f'
23        white = '0xffffff'