File size: 198 Bytes
cd8bd0a
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
export const theme = {
  primary: "cyan",
  secondary: "yellow",
  success: "green",
  error: "red",
  warning: "yellow",
  muted: "gray",
  header: "cyan",
  selected: "blue",
  border: "cyan",
};