2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 19:09:01 +00:00

chore: switch blues

- increased saturation
- fixed hue, vary only lightness
- 600 is Frappe blue
This commit is contained in:
18alantom 2022-03-01 14:17:20 +05:30 committed by Alan
parent 3d175f1730
commit 309010bdf5

View File

@ -127,15 +127,15 @@ module.exports = {
900: '#234e52',
},
blue: {
100: '#ebf8ff',
200: '#bee3f8',
300: '#90cdf4',
400: '#63b3ed',
500: '#4299e1',
600: '#3182ce',
700: '#2b6cb0',
800: '#2c5282',
900: '#2a4365',
100: '#e5f3ff',
200: '#cce7ff',
300: '#99d0ff',
400: '#66b8ff',
500: '#33a1ff',
600: '#0089ff',
700: '#006ecc',
800: '#005299',
900: '#003766',
},
indigo: {
100: '#ebf4ff',
@ -180,3 +180,8 @@ module.exports = {
},
plugins: [],
};
/*
* 208, 100, 50
* 209, 62, 50
*/