Record Class IdServerColorScheme

java.lang.Object
java.lang.Record
com.io7m.idstore.server.api.IdServerColorScheme
Record Components:
buttonColors - The color of buttons
errorBorderColor - The border color for error messages
headerBackgroundColor - The background color of the page header
headerLinkColor - The color of links in the page header
headerTextColor - The color of text in the page header
mainBackgroundColor - The background color of the main page
mainLinkColor - The color of links on the main page
mainMessageBorderColor - The border color of page messages
mainTableBorderColor - The border color of tables
mainTextColor - The main text color

public record IdServerColorScheme(com.io7m.cxbutton.core.CxButtonColors buttonColors, IdColor errorBorderColor, IdColor headerBackgroundColor, IdColor headerLinkColor, IdColor headerTextColor, IdColor mainBackgroundColor, IdColor mainLinkColor, IdColor mainMessageBorderColor, IdColor mainTableBorderColor, IdColor mainTextColor) extends Record
A server color scheme.