Skip to content

Commit 04a4be1

Browse files
new color palette (#190)
1 parent de00151 commit 04a4be1

File tree

4 files changed

+88
-36
lines changed

4 files changed

+88
-36
lines changed

Diff for: packages/grafana-data/src/themes/createColors.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ class LightColors implements ThemeColorsBase<Partial<ThemeRichColor>> {
171171
blackBase = '45, 51, 62';
172172

173173
primary = {
174-
main: '#FF4702',
175-
border: '#E33E00',
174+
main: '#FF570AE5',
175+
border: '#D9D9C8',
176176
text: '#101828',
177177
};
178178

@@ -220,8 +220,8 @@ class LightColors implements ThemeColorsBase<Partial<ThemeRichColor>> {
220220
};
221221

222222
background = {
223-
primary: '#FFFFFF',
224-
canvas: '#FFFFFF',
223+
primary: '#F6F6F1',
224+
canvas: '#F6F6F1',
225225
secondary: '#FAFAFA',
226226
};
227227

0 commit comments

Comments
 (0)