Files
nikolay-borzov eef69ac9c8 feat(VS15): Increase accent color usage
- 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
2020-06-24 14:02:32 +04:00

8 lines
119 B
JavaScript

module.exports = {
printWidth: 80,
singleQuote: true,
semi: false,
endOfLine: 'lf',
trailingComma: 'es5',
};