nix-config/modules/home-manager/desktop-xmonad/icons/tabs.xpm

25 lines
452 B
C
Raw Normal View History

2022-01-18 09:32:55 +01:00
/* XPM */
static char *tabs[] = {
/* columns rows colors chars-per-pixel */
"16 16 2 1 ",
" c #EBDBB2",
". c None",
/* pixels */
" ",
" .............. ",
" ",
"................",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};