Skip to content

Commit

Permalink
update colors (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavloburchak authored Nov 3, 2023
1 parent 82a1b71 commit ff9b803
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ const foregrounds = {
const backgrounds = {
black: [Colors.slate900, Colors.slate800],
white: [Colors.slate200, Colors.slate100],
red: [Colors.rose900, Colors.rose700],
green: [Colors.lime900, Colors.lime700],
red: [Colors.pink900, Colors.pink700],
green: [Colors.emerald900, Colors.emerald500],
yellow: [Colors.yellow900, Colors.yellow600],
blue: [Colors.sky900, Colors.sky700],
magenta: [Colors.pink900, Colors.pink700],
magenta: [Colors.indigo900, Colors.indigo700],
cyan: [Colors.cyan900, Colors.cyan500],
};

Expand Down
2 changes: 2 additions & 0 deletions packages/web/src/styles/Colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ enum Colors {

blue500 = '#3b82f6',

emerald900 = '#064E3B',
emerald500 = '#10B981',

teal300 = '#5eead4',
Expand All @@ -62,6 +63,7 @@ enum Colors {
indigo300 = '#A5B4FC',
indigo400 = '#818CF8',
indigo600 = '#4F46E5',
indigo700 = '#303F9F',
indigo900 = '#312e81',

amber100 = '#FEF3C7',
Expand Down

0 comments on commit ff9b803

Please sign in to comment.