Skip to content

Instantly share code, notes, and snippets.

@felipefontoura
Created January 8, 2022 01:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipefontoura/6ecd95122a0448e5a4fab2b89f7c1ae5 to your computer and use it in GitHub Desktop.
Save felipefontoura/6ecd95122a0448e5a4fab2b89f7c1ae5 to your computer and use it in GitHub Desktop.
// adminjs default theme
export default {
colors: {
// Primary
primary100: '#ff9800',
primary80: '#ffa726',
primary60: '#ffb74d',
primary40: '#ffcc80',
primary20: '#ffe0b2',
// accent
accent: '#25BEFF',
love: '#E03131', // SoftwareBrothers logo color
// grey
grey100: '#0C0D0F',
grey80: '#1D1E21',
grey60: '#64666B',
grey40: '#CED4DA',
grey20: '#E9ECEF',
white: '#fff',
// Alerts
errorDark: '#e53935',
error: '#f44336',
errorLight: '#ffcdd2',
successDark: '#64dd17',
success: '#aeea00',
successLight: '#ccff90',
infoDark: '#0091ea',
info: '#00b0ff',
infoLight: '#80d8ff',
// Backgrounds
filterBg: '#0C0D0F',
hoverBg: '#CED4DA',
// global
border: '#1D1E21',
// Elements
inputBorder: '#64666B',
separator: '#64666B',
highlight: '#CED4DA',
filterInputBorder: 'rgba(255,255,255,0.15)',
filterDisabled: 'rgba(83,91,142,0.05)',
bg: '#fafafa',
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment