mirror of
https://github.com/frappe/books.git
synced 2024-12-22 10:58:59 +00:00
chore: switch blues
- increased saturation - fixed hue, vary only lightness - 600 is Frappe blue
This commit is contained in:
parent
3d175f1730
commit
309010bdf5
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user