qmk_firmware/static/themes/daux/scss/theme-red.scss
2018-05-06 12:34:47 -07:00

10 lines
170 B
SCSS

@import "theme.scss";
// Daux.io Red
:root {
--sidebar-background: #f7f7f7;
--sidebar-link-active-background: #eee;
--dark: #c64641;
--light: #ecb5a1;
}