efficient vim config
[dotfiles/.git] / .local / lib / python3.9 / site-packages / pywal / templates / colors-wal-st.h
1 const char *colorname[] = {{
2
3   /* 8 normal colors */
4   [0] = "{color0}", /* black   */
5   [1] = "{color1}", /* red     */
6   [2] = "{color2}", /* green   */
7   [3] = "{color3}", /* yellow  */
8   [4] = "{color4}", /* blue    */
9   [5] = "{color5}", /* magenta */
10   [6] = "{color6}", /* cyan    */
11   [7] = "{color7}", /* white   */
12
13   /* 8 bright colors */
14   [8]  = "{color8}",  /* black   */
15   [9]  = "{color9}",  /* red     */
16   [10] = "{color10}", /* green   */
17   [11] = "{color11}", /* yellow  */
18   [12] = "{color12}", /* blue    */
19   [13] = "{color13}", /* magenta */
20   [14] = "{color14}", /* cyan    */
21   [15] = "{color15}", /* white   */
22
23   /* special colors */
24   [256] = "{background}", /* background */
25   [257] = "{foreground}", /* foreground */
26   [258] = "{cursor}",     /* cursor */
27 }};
28
29 /* Default colors (colorname index)
30  * foreground, background, cursor */
31  unsigned int defaultbg = 0;
32  unsigned int defaultfg = 257;
33  unsigned int defaultcs = 258;
34  unsigned int defaultrcs= 258;