Skip to content

Commit

Permalink
new color palette (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
GurinderRawala authored Oct 24, 2024
1 parent de00151 commit 04a4be1
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 36 deletions.
8 changes: 4 additions & 4 deletions packages/grafana-data/src/themes/createColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ class LightColors implements ThemeColorsBase<Partial<ThemeRichColor>> {
blackBase = '45, 51, 62';

primary = {
main: '#FF4702',
border: '#E33E00',
main: '#FF570AE5',
border: '#D9D9C8',
text: '#101828',
};

Expand Down Expand Up @@ -220,8 +220,8 @@ class LightColors implements ThemeColorsBase<Partial<ThemeRichColor>> {
};

background = {
primary: '#FFFFFF',
canvas: '#FFFFFF',
primary: '#F6F6F1',
canvas: '#F6F6F1',
secondary: '#FAFAFA',
};

Expand Down
Loading

0 comments on commit 04a4be1

Please sign in to comment.