libadwaita colour styling for GNOME Radio 16.0
- From: Ole Aamot <ole gnome org>
- To: desktop-devel-list gnome org
- Subject: libadwaita colour styling for GNOME Radio 16.0
- Date: Fri, 27 May 2022 11:46:22 +0200
Hi,
ClutterColor city_color = { 0x10, 0x10, 0x10, 0xbb };
ClutterColor city_a_color = { 0x35, 0x84, 0xe4, 0xbb };
ClutterColor city_b_color = { 0xc0, 0x1c, 0x28, 0xbb };
ClutterColor city_c_color = { 0x26, 0xa2, 0x69, 0xbb };
ClutterColor city_d_color = { 0xcd, 0x93, 0x09, 0xbb };
ClutterColor city_e_color = { 0xc0, 0x1c, 0x28, 0xbb };
ClutterColor city_f_color = { 0x61, 0x35, 0x84, 0xbb };
ClutterColor text_color = { 0xff, 0xff, 0xff, 0xff };
I would like to theme each city with 6 different colour from the libadwaita palette.
How would I go on to implement this with libadwaita?
I see
[Date Prev][Date Next] [Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]