This repository has been archived on 2022-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/fluxbox/.fluxbox/styles/Dark/pixmaps/bullet-active.xpm

14 lines
179 B
C
Executable File

/* XPM */
static char * bullet_active_xpm[] = {
"7 7 3 1",
" c None",
". c #3F3F3F",
"+ c #F0F0F0",
".......",
"..+....",
"..++...",
"..+++..",
"..++...",
"..+....",
"......."};