@@ -39,49 +39,38 @@ $_dark-bootstrap-calendar: extend(
39
39
40
40
/// Generates a dark indigo calendar schema.
41
41
/// @type {Map}
42
- /// @prop {Map} content-text-color [igx-color: ('grays', 700)] - The main content text color.
43
- /// @prop {Map} inactive-text-color [igx-contrast-color: ('surface'), rgba: .4] - The text color for previous and next month dates.
44
- /// @prop {Map} label-color [igx-contrast-color: ('surface'), rgba: .4] - The text color for weekday labels.
45
- /// @prop {Map} weekend-text-color [igx-contrast-color: ('surface'), rgba: .4] - The text color for weekend days.
46
- /// @prop {Map} date-current-text-color [igx-contrast-color: ('surface')] - The text color for the current date.
47
- /// @prop {Color} date-current-bg-color [transparent] - The background color for the current date.
42
+ /// @prop {Map} content-text-color [igx-contrast-color: ('surface')] - The main content text color.
43
+ /// @prop {Map} inactive-text-color [igx-color: ('grays', 700)] - The text color for previous and next month dates.
44
+ /// @prop {Map} label-color [igx-color: ('grays', 700)] - The text color for weekday labels.
45
+ /// @prop {Map} weekend-text-color [igx-color: ('grays', 700)] - The text color for weekend days.
48
46
/// @prop {Map} picker-arrow-color [igx-color: ('grays', 800)] - The idle picker arrow color.
49
47
/// @prop {Map} picker-arrow-hover-color [igx-contrast-color: ('surface')] - The picker hover arrow color.
50
48
/// @prop {Map} picker-text-color [igx-color: ('grays', 800)]- The idle picker month/year color.
51
49
/// @prop {Map} picker-text-hover-color [igx-contrast-color: ('surface')]- The hover picker month/year color.
52
- /// @prop {Map} month-hover-text-color [igx-contrast- color: ('surface' )] - The month hover text color.
53
- /// @prop {Map} year-hover-text-color [igx-contrast- color: ('surface' )] - The year hover text color.
54
- /// @prop {Map} year-current-text-color [igx-contrast- color: ('surface' )] - The text color for the current/selected year.
55
- /// @prop {Map} month-current-text-color [igx-contrast- color: ('surface' )]- The text color for the current/selected month.
56
- /// @prop {Map} month-hover-current-text-color [igx-contrast- color: ('surface' )]- The text color for the current/selected month on hover.
50
+ /// @prop {Map} month-hover-text-color [igx-color: ('primary', 300 )] - The month hover text color.
51
+ /// @prop {Map} year-hover-text-color [igx-color: ('primary', 300 )] - The year hover text color.
52
+ /// @prop {Map} year-current-text-color [igx-color: ('primary', 300 )] - The text color for the current/selected year.
53
+ /// @prop {Map} month-current-text-color [igx-color: ('primary', 300 )]- The text color for the current/selected month.
54
+ /// @prop {Map} month-hover-current-text-color [igx-color: ('primary', 300 )]- The text color for the current/selected month on hover.
57
55
/// @requires extend
58
56
/// @requires $_indigo-calendar
59
57
$_dark-indigo-calendar : extend (
60
58
$_indigo-calendar ,
61
59
(
62
60
content- text- color: (
63
- igx- color: (' grays ' , 700 )
61
+ igx- contrast - color: (' surface ' )
64
62
),
65
63
66
64
inactive- text- color: (
67
- igx- contrast- color: (' surface' ),
68
- rgba: .4
69
- ),
70
-
71
- date- current- text- color: (
72
- igx- contrast- color: (' surface' )
65
+ igx- color: (' grays' , 700 )
73
66
),
74
67
75
- date- current- bg- color: transparent ,
76
-
77
68
label- color: (
78
- igx- contrast- color: (' surface' ),
79
- rgba: .4
69
+ igx- color: (' grays' , 700 )
80
70
),
81
71
82
72
weekend- text- color: (
83
- igx- contrast- color: (' surface' ),
84
- rgba: .4
73
+ igx- color: (' grays' , 700 )
85
74
),
86
75
87
76
picker- arrow- color: (
@@ -101,23 +90,23 @@ $_dark-indigo-calendar: extend(
101
90
),
102
91
103
92
month- hover- text- color: (
104
- igx- contrast - color: (' surface ' )
93
+ igx- color: (' primary ' , 300 )
105
94
),
106
95
107
96
year- hover- text- color: (
108
- igx- contrast - color: (' surface ' )
97
+ igx- color: (' primary ' , 300 )
109
98
),
110
99
111
100
month- current- text- color: (
112
- igx- contrast - color: (' surface ' )
101
+ igx- color: (' primary ' , 300 )
113
102
),
114
103
115
104
month- hover- current- text- color: (
116
- igx- contrast - color: (' surface ' )
105
+ igx- color: (' primary ' , 300 )
117
106
),
118
107
119
108
year- current- text- color: (
120
- igx- contrast - color: (' surface ' )
109
+ igx- color: (' primary ' , 300 )
121
110
)
122
111
)
123
112
);
0 commit comments