Skip to content

Instantly share code, notes, and snippets.

@senoritadeveloper01
Created May 7, 2021 07:42
Show Gist options
  • Save senoritadeveloper01/f1d3ed81559d9ebd59853ff4aaf17ac0 to your computer and use it in GitHub Desktop.
Save senoritadeveloper01/f1d3ed81559d9ebd59853ff4aaf17ac0 to your computer and use it in GitHub Desktop.
Custom Color Variables
$calendarThemeColours: (
calendar-light-green: #d3eed9,
calendar-green: #28a745,
calendar-dark-green: #0e3a19,
calendar-light-blue: #b6d5e9,
calendar-blue: #00a0df,
calendar-dark-blue: #225d82,
calendar-light-red: #f05f6d,
calendar-pink: #f05f6d,
calendar-claret-red: #8d5656,
calendar-orange: #ff902b,
calendar-dark-yellow: #c7b252,
calendar-yellow: #ffd200,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment