forked from GitHub-Mirrors/foundry-sw5e
95 lines
No EOL
2.8 KiB
Text
95 lines
No EOL
2.8 KiB
Text
//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;
|
|
|
|
//Sidebar
|
|
@sidebarTabBackground: @colorDarkBg;
|
|
@sidebarTabLinkColor: @colorRed;
|
|
@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; |