Move ZFS to a darker shade of Orange (!123)

Bcachefs [1] has many of the same capabilities as Btrfs [2] and ZFS [3]:
COW (Copy-on-Write), multi-device, multi-volume, snapshotting and many
more.  Therefore when adding bcachefs use the same range of Orange
colours already used by Btrfs and ZFS [4].  As bcachefs is a native
Linux file system and ZFS is not, move ZFS to a darker shade of Orange
to allow bcachefs to be added in the middle:
    Btrfs    - Orange Medium (#E58749)
    bcachefs - Orange Dark   (#C26825)
    ZFS      - Orange Shadow (#984F18)

[1] bcachefs
    https://bcachefs.org/
[2] Welcome to BTRFS documentation! > Introduction
    https://btrfs.readthedocs.io/en/latest/Introduction.html
[3] ZFS
    https://en.wikipedia.org/wiki/ZFS
[4] 8a4f9ad205
    Adjust shades of aquamarine, cyan and orange

Closes !123 - Add support for bcachefs, single device file systems only
This commit is contained in:
Mike Fleetwood 2024-02-28 14:57:23 +00:00
parent a45b6c178b
commit 24ff32fd63

View file

@ -185,7 +185,7 @@ Glib::ustring Utils::get_color(FSType fstype)
case FS_LINUX_SWSUSPEND: return "#884631"; // Red Dark
case FS_REFS: return "#3EA281"; // Aquamarine Dark [*]
case FS_UFS: return "#AA8F2C"; // Accent Yellow Shadow [+]
case FS_ZFS: return "#C26825"; // Orange Dark [*]
case FS_ZFS: return "#984F18"; // Orange Shadow [*]
case FS_USED: return "#F8F8BA"; // Light Tan Yellow [*]
case FS_UNUSED: return "#FFFFFF"; // White
default: return "#000000"; // Black