tree: b59d66e748654526524d55fe3e660e4563641088 [path history] [tgz]
  1. arrow_up.svg
  2. arrow_up_base20.svg
  3. check.svg
  4. close.svg
  5. double_arrow_in_circle_grey_up.svg
  6. error_sign.svg
  7. pen.svg
  8. README.md
  9. transparent_checkmark_in_accent50_circle.svg
  10. warning_sign.svg
assets/README.md

Termbox assets

Contains static assets (like images) that are used to style our application.

File content

  • don't add intended paddings to the image (we can do this with CSS in a more flexible manner)
  • use a transparent background if possible at all
  • check with devs if change of state (e.g. "active" rotation / color) needs multiple files

File naming

  • create a folder for shared prefixes
  • indicate dimensions in file name in case of bitmap files
  • name by what it objectively shows, not what its (current) purpose is
  • lower case, underscore (_) as separator for the file name
  • if different states of the same image (e.g. rotated) exist, reflect in file name accordingly

Examples

  • arrow_in_circle_grey_up.svg
  • star_outline_black_25_25.png