systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

bullet_hilite.xpm (725B)


      1 /* XPM */
      2 static char * bullet_hilite_xpm[] = {
      3 "23 23 3 1",
      4 " 	c None",
      5 ".	c #E5E5E5",
      6 "+	c #FFFFFF",
      7 "                       ",
      8 "                       ",
      9 "                       ",
     10 "                       ",
     11 "                       ",
     12 "                       ",
     13 "                       ",
     14 "                       ",
     15 "               .       ",
     16 "               +.      ",
     17 "                +.     ",
     18 "                 +.    ",
     19 "                +.     ",
     20 "               +.      ",
     21 "               .       ",
     22 "                       ",
     23 "                       ",
     24 "                       ",
     25 "                       ",
     26 "                       ",
     27 "                       ",
     28 "                       ",
     29 "                       "};