From 684a1ce073a110d9e1708414e12751d3228f513b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Thu, 17 Aug 2017 11:25:57 +0300 Subject: [PATCH] Add colour for UDF file system. --- src/fs/filesystem.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fs/filesystem.cpp b/src/fs/filesystem.cpp index 801eb66..307cb96 100644 --- a/src/fs/filesystem.cpp +++ b/src/fs/filesystem.cpp @@ -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) } };