raviqqe/self-talk

View on GitHub
src/infrastructure/react/style/colors.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const black = "#222";
export const darkGrey = "dimgrey";
export const darkYellow = "darkkhaki";
export const grey = "grey";
export const lightGrey = "darkgrey";
export const red = "tomato";
export const white = "white";
export const yellow = "khaki";