[gparted] Switch FAT16/32 colours to Accent Greens from the GNOME palette
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Switch FAT16/32 colours to Accent Greens from the GNOME palette
- Date: Sat, 25 Aug 2018 14:52:06 +0000 (UTC)
commit 1c651de3381b4fef9b2c3d4128065173b6d73741
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date: Mon Aug 6 11:44:03 2018 +0100
Switch FAT16/32 colours to Accent Greens from the GNOME palette
FAT16 was a fully saturated green (RGB #00FF00) and FAT32 was a little
darker. These are out of character with the colours from the GNOME
palette for other file systems. Change the colours to use near
alternative Accent Greens from the GNOME colour palette. So now we have
the following file system colours, from light to dark:
FAT16 - Accent Green Hilight
FAT32 - Accent Green
EXFAT - Accent Green Dark
UDF - Accent Green Shadow
Strictly speaking only Accent Green and Accent Green Dark are part of
the GNOME palette. Accent Green Hilight and Accent Green Shadow are
extensions expanding the range of Accent Greens.
GNOME Human Interface Design 2.2.1 / Visual Design / colour /
https://developer.gnome.org/hig-book/2.32/design-color.html.en
"Guidelines
* Use the GNOME color palette. If you need a darker or lighter
shade, start from one of the colors from the palette and darken or
lighten as needed.
"
src/Utils.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Utils.cc b/src/Utils.cc
index c95255ae..1120abbd 100644
--- a/src/Utils.cc
+++ b/src/Utils.cc
@@ -98,8 +98,8 @@ Glib::ustring Utils::get_color( FSType filesystem )
case FS_LINUX_SWAP : return "#C1665A" ; //red medium
case FS_LUKS : return "#625B81" ; //purple dark
case FS_F2FS : return "#DF421E" ; //accent red
- case FS_FAT16 : return "#00FF00" ; //green
- case FS_FAT32 : return "#18D918" ; // ~ medium green
+ case FS_FAT16 : return "#60C160"; // Accent Green Hilight
+ case FS_FAT32 : return "#46A046"; // Accent Green
case FS_EXFAT : return "#267726" ; // Accent Green Dark
case FS_NILFS2 : return "#826647" ; //face skin shadow
case FS_NTFS : return "#42E5AC" ; // ~ light aquamarine
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]