enum Adw::AccentColor
 
  Overview
Describes the available system accent colors.
Defined in:
lib/gi-crystal/src/auto/adw-1/adw.crEnum Members
- 
        Blue = 
0_u32 - 
        
Use a blue color (
#3584e4). This is the default value. - 
        Teal = 
1_u32 - 
        
Use a teal color (
#2190a4). - 
        Green = 
2_u32 - 
        
Use a green color (
#3a944a). - 
        Yellow = 
3_u32 - 
        
Use a yellow color (
#c88800). - 
        Orange = 
4_u32 - 
        
Use a orange color (
#ed5b00). - 
        Red = 
5_u32 - 
        
Use a red color (
#e62d42). - 
        Pink = 
6_u32 - 
        
Use a pink color (
#d56199). - 
        Purple = 
7_u32 - 
        
Use a purple color (
#9141ac). - 
        Slate = 
8_u32 - 
        
Use a slate color (
#6f8396). 
Class Method Summary
- 
        .g_type : UInt64
        
          
Returns the type id (GType) registered in GLib type system.