vibrantBlack property

List<Color> vibrantBlack

Implementation

static List<Color> get vibrantBlack => [
      const Color.fromRGBO(43, 42, 42, 1.0),
      vibrantBlackFg,
      vibrantBlackBg,
    ];