mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
themes: add webadmin like theme
This commit is contained in:
parent
fc4a65e4d1
commit
478b09c4e2
1 changed files with 27 additions and 2 deletions
|
@ -22,8 +22,8 @@ module.exports = {
|
|||
{
|
||||
legacy: {
|
||||
primary: '#2980b9',
|
||||
secondary: '#7028b8',
|
||||
accent: '#b87a28',
|
||||
secondary: '#30333b',
|
||||
accent: '#7028b8',
|
||||
neutral: '#999',
|
||||
info: '#2980b9',
|
||||
success: '#27ae60',
|
||||
|
@ -44,6 +44,31 @@ module.exports = {
|
|||
'--rounded-box': '0rem',
|
||||
'--rounded-btn': '0rem',
|
||||
},
|
||||
admin: {
|
||||
primary: '#53a5fb',
|
||||
secondary: '#20cb98',
|
||||
accent: '#b957ea',
|
||||
neutral: '#EDEDED',
|
||||
info: '#79e7f9',
|
||||
success: '#70ea8d',
|
||||
warning: '#ffd452',
|
||||
error: '#ff5a5a',
|
||||
'base-100': '#202020',
|
||||
'base-200': '#3C3C3C',
|
||||
'base-300': '#303030',
|
||||
'base-content': '#fafafa',
|
||||
'primary-content': '#000',
|
||||
'secondary-content': '#000',
|
||||
'accent-content': '#000',
|
||||
'neutral-content': '#000',
|
||||
'info-content': '#000',
|
||||
'success-content': '#000',
|
||||
'warning-content': '#000',
|
||||
'error-content': '#000',
|
||||
'--rounded-box': '0.1875rem',
|
||||
'--rounded-btn': '0.1875rem',
|
||||
'--border-btn': '1px',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue