@@ -5,23 +5,30 @@ $bootstrap-sass-asset-helper: true !default;
55// --------------------------------------------------
66
77// Background
8- $oxford-blue : #061A40 ;
9- $jungle-green : #041F1E ;
8+ $oxford-blue : #060c40 ;
9+ $xiketic : #070413 ;
1010
1111// Foreground
1212$cultured-white : #F5F5F5 ;
1313$turquoise : #00D5C0 ;
14- $crayola-ink : #FA62F0 ;
14+ $crayola-pink : #F971F0 ;
15+ $honey-yellow : #FDB827 ;
16+
17+ // Foreground lighter
18+ $cultured-white-lighter : #FFF ;
19+ $turquoise-lighter : lighten ($turquoise , 10% );
20+ $crayola-pink-lighter : lighten ($crayola-pink , 10% );
21+ $honey-yellow-lighter : lighten ($honey-yellow , 10% );
1522
1623// Buttons
17- $btn-bg-color-mid : #495057 ; // $gray-700
18- $btn-color-mid : $cultured-white ;
19- $btn-border-color-mid : #8e908c ; // $gray-600
20- $btn-border-hover : $crayola-ink ;
24+ $btn-bg-color-mid : $honey-yellow ;
25+ $btn-color-mid : #000 ;
26+ $btn-border-color-mid : #000 ;
27+ $btn-border-hover : $honey-yellow-lighter ;
2128
2229// Random Utils
2330$transparent : transparent !important ;
24- $icosahedron-color : #2692b2 ;
31+ $icosahedron-color : $turquoise ;
2532$hero-transition : #770681 ;
2633
2734
@@ -51,20 +58,21 @@ $gray-darker: $gray-900 !default; // #222
5158$gray-dark : $gray-800 !default ; // #333
5259$gray : $gray-600 !default ; // #555
5360$gray-light : $gray-400 !default ; // #777
61+ $gray-light : $cultured-white ; // 2021 override
5462$gray-lighter : $gray-200 !default ; // #eee
5563// End fo gray setting
5664
57- $primary : $jungle-green ;
65+ $primary : $xiketic ;
5866$primary-dark : darken ($primary , 10% ) !default ;
5967$primary-light : lighten ($primary , 10% ) !default ;
6068
61- $accent : $crayola-ink ;
69+ $accent : $crayola-pink ;
6270$accent-dark : darken ($accent , 10% ) !default ;
6371$accent-light : lighten ($accent , 10% );
6472$accent-darker : darken ($accent , 20% );
6573$accent-lighter : lighten ($accent , 20% );
6674
67- $brand-primary : $jungle-green !default ; // #337ab7
75+ $brand-primary : $oxford-blue !default ; // #337ab7
6876$brand-success : #5cb85c !default ;
6977$brand-info : #5bc0de !default ;
7078$brand-warning : $gray-600 !default ;
@@ -87,7 +95,7 @@ $section-2-color: color-contrast($primary);
8795$section-2-link : $accent-dark ;
8896$section-2-hover : $accent-lighter ;
8997
90- $section-3-bg : $jungle-green ;
98+ $section-3-bg : $oxford-blue ;
9199$section-3-color : $gray-lighter ;
92100$section-3-link : $accent-dark ;
93101$section-3-hover : darken ($accent-light , 6.5% );
@@ -108,10 +116,10 @@ $sponsor-badge-ribbon: $accent-light;
108116$sponsor-badge-bg : $gray-lighter ;
109117
110118// Speaker Box
111- $speaker-selected-bg : $oxford-blue ;
119+ $speaker-selected-bg : $xiketic ;
112120$speaker-selected-color : $turquoise ;
113- $speaker-selected-outline : 2px solid $crayola-ink ;
114- $speaker-selected-arrow : $crayola-ink ;
121+ $speaker-selected-outline : 2px solid $crayola-pink ;
122+ $speaker-selected-arrow : $crayola-pink ;
115123$speaker-info-bg : $gray-light ;
116124$speaker-info-color : $gray-base ;
117125
@@ -160,7 +168,7 @@ $night-event: $primary-dark;
160168// ## Settings for some of the most global styles.
161169
162170// ** Background color for `<body>`.
163- $body-bg : $jungle-green !default ;
171+ $body-bg : $oxford-blue !default ;
164172// ** Global text color on `<body>`.
165173$text-color : $cultured-white !default ;
166174
0 commit comments