Skip to content
Henrique Lechner edited this page Jan 1, 2016 · 21 revisions

Numix Base colors reference:

####Common Used: image#fefefeff
image#888888ff
image#555555ff
image#202020ff

image#2aa198ff - ex: action/edit-find.svg
image#268bd2ff - ex: action/help-about.svg
image#dc322fff - ex: action/window-close.svg
image#859900ff - ex: action/media-playback-start.svg
image#6c71c4ff - ex: action/object-rotate-right.svg

Not too common:

image#ef555cff - ex: 16/status/battery-000.svg
image#52c8ffff - ex: category/applications-internet.svg
image#eee6d4ff - ex: devices/media-cdr.svg

Directories:

image#42a5f5ff - blue-folder.svg
image#8d6e63ff - brown-folder.svg
image#ffa726ff - default-folder.svg
image#66bb6aff - green-folder.svg
image#bdbdbdff - grey-folder.svg
image#f57c00ff - orange-folder.svg
image#f06292ff - pink-folder.svg
image#7e57c2ff - purple-folder.svg
image#ef5350ff - red-folder.svg
image#ffca28ff - yellow-folder.svg

Numix Tips:

  • Convert all strokes to path
  • Convert squares to path
  • Convert circles to path
  • Convert fonts to path
  • Do not use paths to hide some part of other paths (in this case integrate them)
  • You should align the icons to the grid when possible to avoid blurry icons
  • On mimetype icons the ideal is to keep the symbols just monochromatic
Clone this wiki locally