mirror of
https://github.com/ModOrganizer2/modorganizer-themes.git
synced 2026-07-27 14:08:21 -07:00
- Make sure contrast foreground color is used when the background is the accent or hover color - Reduce checkbox size to fix column fits all text functionality - Unify buttons style - Use accent color in more places - for selected and hover colors - Reduce accent color variety to two - accent and hover color - Make "Yellow" theme color more yellow - Add "Pink" and "Dark" accent color themes - Remove unused image - Group styles using accent and hover colors - Integrate prettier - Switch to Dart Sass - Update dependencies - Compress png images with PNGGauntlet
8 lines
119 B
JavaScript
8 lines
119 B
JavaScript
module.exports = {
|
|
printWidth: 80,
|
|
singleQuote: true,
|
|
semi: false,
|
|
endOfLine: 'lf',
|
|
trailingComma: 'es5',
|
|
};
|