Add colour for UDF file system.

This commit is contained in:
Andrius Štikonas 2017-08-17 11:25:57 +03:00
parent feec00f4e7
commit 684a1ce073
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ const std::array< QColor, FileSystem::__lastType > FileSystem::defaultColorCode
QColor( 250,230,255 ),
QColor( 242,155,104 ),
QColor( 160,210,180 ),
QColor( 255,170,0 )
QColor( 255,170,0 ),
QColor( 170, 120, 255)
}
};