You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
559B

  1. /* XPM */
  2. static const char *flRoundButton_xpm[] = {
  3. /* width height ncolors chars_per_pixel */
  4. "16 16 7 1",
  5. /* colors */
  6. "a c #606060",
  7. "b c #2020ff",
  8. ". c none",
  9. "d c #ffffff",
  10. "e c #8080ff",
  11. "f c #d0d0d0",
  12. "# c #000000",
  13. /* pixels */
  14. "................",
  15. "................",
  16. "......aaa.......",
  17. "....aadddaa.....",
  18. "...adddddddf....",
  19. "...add###ddf....",
  20. "..add#####ddf...",
  21. "..add#####ddf...",
  22. "..add#####ddf...",
  23. "...add###ddf....",
  24. "...adddddddf....",
  25. "....ffdddff.....",
  26. "......fff.......",
  27. "................",
  28. "................",
  29. "................"
  30. };