Enumeration

AdwAccentColor

since: 1.6

Declaration

enum Adw.AccentColor

Description [src]

Describes the available system accent colors.

Available since: 1.6

Members

ADW_ACCENT_COLOR_BLUE

Use a blue color (#2777ff). This is the default value.

  • Value: 0
  • Available since: 1.6
ADW_ACCENT_COLOR_TEAL

Use a teal color (#0bbbc4).

  • Value: 1
  • Available since: 1.6
ADW_ACCENT_COLOR_GREEN

Use a green color (#06a284).

  • Value: 2
  • Available since: 1.6
ADW_ACCENT_COLOR_YELLOW

Use a yellow color (#d69f0d).

  • Value: 3
  • Available since: 1.6
ADW_ACCENT_COLOR_ORANGE

Use a orange color (#fd7d00).

  • Value: 4
  • Available since: 1.6
ADW_ACCENT_COLOR_RED

Use a red color (#ec0101).

  • Value: 5
  • Available since: 1.6
ADW_ACCENT_COLOR_PINK

Use a pink color (#cd0245).

  • Value: 6
  • Available since: 1.6
ADW_ACCENT_COLOR_PURPLE

Use a purple color (#a400a4).

  • Value: 7
  • Available since: 1.6
ADW_ACCENT_COLOR_SLATE

Use a slate color (#5b739d).

  • Value: 8
  • Available since: 1.6

Type functions

adw_accent_color_to_rgba

Converts self to a GdkRGBA representing its background color.

since: 1.6

adw_accent_color_to_standalone_rgba

Converts self to a GdkRGBA representing its standalone color.

since: 1.6