//Background @primaryBackground: linear-gradient(90deg,#afc6d6 0,#d6d6d6 30%,#d6d6d6 70%,#afc6d6);// linear-gradient(90deg, @colorPaleBlue 0%, @colorPaleGray 30%, @colorPaleGray 70%, @colorPaleBlue); //Typography @headingColor: @colorRed; @headerBorderColor: @colorBlue; @bodyFontColor: @colorBlack; @linkColor: @colorRed; @linkSecondaryColor: @colorGray; @blockquoteBackground: @colorPaleBlue; @blockquoteBorder: @colorBlue; @blockquoteShadow: 0 0 20px rgba(@colorBlue, 0.8); //forms @inputBackgroundColor: white; @inputBorderNormal: @colorLightGray; @inputBorderHover: @colorGray; @inputBorderFocus: @colorRed; @inputTextColor: @colorBlack; @buttonBackground: @colorRed; @buttonTextColor: white; @buttonHoverBackground: lighten(@colorRed, 5); @buttonSecondaryBackground: @colorPaleGray; @buttonSecondaryTextColor: @colorBlack; @buttonSecondaryHoverBackground: lighten(@colorPaleGray, 5); //other bits @hrColor: @colorBlue; @tableTextColor: @colorBlack; @tableHeaderTextColor: @colorLightGray; @tableBackground: white; @tableRowHoverBackground: lighten(@colorPaleGray, 10); @tableRowBorderColor: @colorPaleGray; //Sidebar @sidebarTabBackground: white; @sidebarTabLinkColor: @colorRed; @sidebarTabLinkUnderline: @colorRed; @chatBackground: white; @chatHeaderColor: @colorRed; @chatHeaderBottomBorderColor: @colorBlue; @chatNotificationColor: @colorBlue; @cardButtonBorder: @colorLightGray; @cardFooterBorder: @colorLightBlue; @cardFooterSeparator: @colorPaleGray; @diceFormulaBackground: @colorPaleGray; @diceFormualColor: @colorBlack; @diceTotalBackground: @colorPaleBlue; @diceTotalBorder: @colorBlue; @diceTotalShadow: @colorBlue; @diceSuccessColor: @colorGreen; @diceFailureColor: @colorRed; @diceCriticalBackground: @colorPaleGreen; @diceCriticalColor: @colorGreen; @diceFumbleBackground: @colorPaleRed; @diceFumbleColor: @colorRed; @altRowBackground: @colorPaleBlue; @combatRoundColor: @colorRed; @combatRoundBorder: @colorBlue; @combatCombatantControlColor: @colorLightGray; @combatCombatantControlColorActive: @colorDarkGray; @combatActiveCombatantColor: @colorBlue; @combatTokenResourceColor: @colorGray; @combatTokenResouceBorder: @colorLightGray; @combatControlsBorder: @colorBlue; @folderSearchIconColor: @colorBlue; @folderSubdirectoryBackground: white; @folderSubdirectoryBorder: @colorBlack; @directoryListItemBorder: @colorBlue; @folderHeaderBackground: white; @folderHeaderColor: @colorBlack; @folderIconColor: @colorBlue; @entityBackgroundColor: white; @entityNameColor: @colorBlack; @sceneBorderColor: @colorBlue; @sceneBackgroundColor: white; @playlistBackgroundColor: white; @playlistHeaderBorder: @colorBlue; @playlistSoundColor: @colorBlack; @compendiumEntityBackground: white; @compendiumStatusIcon: @colorLightGray;