//override Primary Red @colorRed: #E81111; @colorDarkBg: #2b2b2b; //Background @primaryBackground: linear-gradient(90deg,#626262 0,#4d4d4d 30%,#4d4d4d 70%,#626262); //Typography @headingColor: @colorRed; @headerBorderColor: @colorBlue; @bodyFontColor: white; @linkColor: @colorRed; @linkSecondaryColor: @colorPaleGray; @blockquoteBackground: @colorPaleRed; @blockquoteBorder: @colorRed; @blockquoteShadow: 0 0 20px rgba(@colorRed, 0.8); //forms @inputBackgroundColor: @colorDarkGray; @inputBorderNormal: @colorLightGray; @inputBorderHover: @colorGray; @inputBorderFocus: @colorRed; @inputTextColor: white; @buttonBackground: @colorRed; @buttonTextColor: white; @buttonHoverBackground: lighten(@colorRed, 5); @buttonSecondaryBackground: @colorLightGray; @buttonSecondaryTextColor: white; @buttonSecondaryHoverBackground: lighten(@colorLightGray, 5); //other bits @hrColor: @colorBlue; @tableTextColor: white; @tableHeaderTextColor: @colorPaleGray; @tableBackground: @colorGray; @tableRowHoverBackground: lighten(@colorLightGray, 10); @tableRowBorderColor: @colorLightGray; //universalColors @windowHeaderBackground: @colorDarkBg; @windowHeaderLinkColor: @colorRed; //Sidebar @sidebarTabBackground: @windowHeaderBackground; @sidebarTabLinkColor: @windowHeaderLinkColor; @sidebarTabLinkUnderline: @colorRed; @chatBackground: @colorDarkGray; @chatHeaderColor: @colorRed; @chatHeaderBottomBorderColor: @colorBlue; @chatNotificationColor: @colorBlue; @cardButtonBorder: @colorLightGray; @cardFooterBorder: @colorLightBlue; @cardFooterSeparator: @colorPaleGray; @diceFormulaBackground: @colorGray; @diceFormualColor: white; @diceTotalBackground: @colorPaleRed; @diceTotalBorder: @colorRed; @diceTotalShadow: @colorRed; @diceSuccessColor: @colorGreen; @diceFailureColor: @colorRed; @diceCriticalBackground: @colorPaleGreen; @diceCriticalColor: @colorGreen; @diceFumbleBackground: @colorPaleRed; @diceFumbleColor: @colorRed; @altRowBackground: @colorGray; @combatRoundColor: @colorRed; @combatRoundBorder: @colorBlue; @combatCombatantControlColor: @colorPaleGray; @combatCombatantControlColorActive: @colorRed; @combatActiveCombatantColor: @colorBlue; @combatTokenResourceColor: white; @combatTokenResouceBorder: @colorLightGray; @combatControlsBorder: @colorBlue; @folderSearchIconColor: @colorBlue; @folderSubdirectoryBackground: @colorDarkBg; @folderSubdirectoryBorder: @colorLightGray; @directoryListItemBorder: @colorBlue; @folderHeaderBackground: @colorDarkBg; @folderHeaderColor: white; @folderIconColor: @colorBlue; @entityBackgroundColor: @colorDarkBg; @entityNameColor: @colorBlack; @sceneBorderColor: @colorBlue; @sceneBackgroundColor: @colorDarkBg; @playlistBackgroundColor: @colorDarkBg; @playlistHeaderBorder: @colorBlue; @playlistSoundColor: @colorBlack; @compendiumEntityBackground: @colorDarkBg; @compendiumStatusIcon: @colorLightGray; @foundryNavBgColor: rgba(@colorLightBlue, 0.4); @foundryNavTextColor: white; @foundryNavBorderColor: @colorBlue; @foundryNavBgColorGM: @colorBlue; @foundryNavBorderColorGM: @colorPaleBlue; @foundryNavSceneLinkColor: white; @foundryNavActiveBgColor: rgba(@colorRed, 0.6); @foundryNavActiveBorderColor: lighten(@colorRed, 20); @foundryNavActiveGlow: darken(@colorRed, 20); @foundryNavContextShadow: darken(@colorBlue, 20); @foundryNavContextBorderColor: @colorBlue; @foundryPlayersArrowColor: @colorLightGray; @actorPanelBgColor: white; @actorNameColor: @colorRed; @actorXPBarBorder: @colorGray; @actorXPBarBackground: @colorPaleBlue; @actorXPBarColor: @colorBlue; @actorProficiencyTextColor: @colorGray; @actorAttributeInputColor: @colorGray; @actorSeparatorColor: @colorLightGray; @actorAttributeButtonBorder: @colorPaleGray; @actorAttributeButtonBorderHover: @colorRed; @actorNavigationTabsColor: @colorGray; @actorNavigationTabsActiveColor: @colorRed; @actorNavigationTabsHoverBgColor: rgba(@colorGray, 0.1); @actorNavigationTabsActiveHoverBgColor: rgba(@colorRed, 0.1); @actorFilterBorderColor: @colorLightGray; @actorFilterHoverColor: @colorRed; @actorFilterActiveColor: @colorRed; @actorGroupListHeaderBgColor: lighten(@colorPaleGray, 10); @actorGroupListTitleBorderColor: @colorBlue; @actorGroupListColumnBorderColor: @colorPaleGray; @actorGroupListAltRowColor: lighten(@colorPaleGray, 10); @actorItemRollableD20Color: @colorGray; @actorItemRollableD20HoverColor: @colorRed; @actorItemControlToggleColor: @colorLightGray; @actorAbilityScoreColor: @colorGray; @actorAbilityBorderColor: @colorPaleGray; @actorSkillsAltRowColor: lighten(@colorPaleGray, 10); @actorEncumbranceLabelBackground: @colorPaleGray; @actorEncumbranceTextColor: @colorBlack; @actorEncumbranceBorderColor: @colorBlack; @actorEncumbranceBarBgColor: @colorPaleBlue; @actorEncumbranceBarColor: @colorBlue;