mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
feat: add 'omg' custom theme
This commit is contained in:
parent
478b09c4e2
commit
40b1a4ac29
1 changed files with 23 additions and 0 deletions
|
@ -69,6 +69,29 @@ module.exports = {
|
||||||
'--rounded-btn': '0.1875rem',
|
'--rounded-btn': '0.1875rem',
|
||||||
'--border-btn': '1px',
|
'--border-btn': '1px',
|
||||||
},
|
},
|
||||||
|
omg: {
|
||||||
|
primary: '#ffe066',
|
||||||
|
secondary: '#eebefa',
|
||||||
|
accent: '#bac8ff',
|
||||||
|
neutral: '#e7ebf3',
|
||||||
|
info: '#a5d8ff',
|
||||||
|
success: '#63e6be',
|
||||||
|
warning: '#ff922b',
|
||||||
|
error: '#fcc2d7',
|
||||||
|
'base-100': '#343a40',
|
||||||
|
'base-200': '#6f7479',
|
||||||
|
'base-300': '#212529',
|
||||||
|
'base-content': '#f1f3f5',
|
||||||
|
'--rounded-box': '.13rem',
|
||||||
|
'--rounded-btn': '.3rem',
|
||||||
|
'--rounded-badge': '1.9rem',
|
||||||
|
'--animation-btn': '0.25s',
|
||||||
|
'--animation-input': '0.2s',
|
||||||
|
'--btn-focus-scale': '0.95',
|
||||||
|
'--border-btn': '1px',
|
||||||
|
'--tab-border': '1px',
|
||||||
|
'--tab-radius': '0.5rem',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue