feathers-debugger
Version:
FeathersJS Debugger Chrome Extension
24 lines (22 loc) • 490 B
JavaScript
// Generate shadows with https://neumorphism.io/#593C8F
export default {
text: 'rgba(0, 0, 0, 0.8)',
light: 'rgba(0, 0, 0, 0.5)',
primary: '#593C8F',
background: '#F4F1F9',
success: '#44BBA4',
danger: '#DB5461',
warning: '#EDB007',
border: '#eee',
info: '#171738',
modalOverlay: '#4e357efa',
methods: {
get: '#324376',
find: '#632A50',
create: '#44BBA4',
patch: '#F68E5F',
remove: '#DB5461',
update: '#F7996E',
default: '#0631ef',
},
};