Select
public enum Select
Selection Palette
-
Default Selection color
Declaration
Swift
public static let `default` = rgb(9, 129, 156) -
Hover Selection color
Declaration
Swift
public static let hover = rgb(6, 87, 105) -
Pressed Selection color
Declaration
Swift
public static let pressed = rgb(3, 44, 54) -
Light Selection color
Declaration
Swift
public static let light = rgb(230, 251, 255)
View on GitHub
Select Enumeration Reference