This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
qmk_firmware/static/themes/daux/scss/theme-green.scss

10 lines
171 B
SCSS
Raw Permalink Normal View History

2018-05-06 12:34:47 -07:00
@import "theme.scss";
//Daux.io Green
:root {
--sidebar-background: #f5f5f6;
--sidebar-link-active-background: #a0d55d;
--dark: #000;
--light: #8acc37;
}