🏗 Sets up React-Router
This commit is contained in:
11
src/styles/colors.ts
Normal file
11
src/styles/colors.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
const colors = {
|
||||
primary: '#9fef00',
|
||||
textColor: '#ffffff',
|
||||
textColorSecondary: '#a4b1cd',
|
||||
background: '#141d2b',
|
||||
backgroundDarker: '#111927',
|
||||
backgroundLighter: '#1a2332',
|
||||
};
|
||||
|
||||
export default colors;
|
||||
Reference in New Issue
Block a user