Lines Matching refs:background
150 primary: { color: lightTheme.button.primary.background },
166 primary: { color: darkTheme.button.primary.background },
173 default: { backgroundColor: lightTheme.background.default },
174 secondary: { backgroundColor: lightTheme.background.secondary },
175 overlay: { backgroundColor: lightTheme.background.overlay },
176 success: { backgroundColor: lightTheme.background.success },
177 warning: { backgroundColor: lightTheme.background.warning },
178 error: { backgroundColor: lightTheme.background.error },
182 default: { backgroundColor: darkTheme.background.default },
183 secondary: { backgroundColor: darkTheme.background.secondary },
184 overlay: { backgroundColor: darkTheme.background.overlay },
185 success: { backgroundColor: darkTheme.background.success },
186 warning: { backgroundColor: darkTheme.background.warning },
187 error: { backgroundColor: darkTheme.background.error },
194 background: string;
205 primary: lightTheme.button.primary.background,
206 background: lightTheme.background.screen, constant
207 card: lightTheme.background.default,
218 background: darkTheme.background.screen, constant
219 card: darkTheme.background.screen,