re2o-themes/solarized/solarized.scss
Jean-Romain Garnier 096c16d55b Add solarized theme
2021-01-16 00:13:05 +01:00

12 lines
384 B
SCSS

/*
* solarized.css, a simple solarized theme for Re2o
*
* Copyright © 2021 Jean-Romain Garnier
*/
// Import this so, if variables are introduced at a later time, the theme still compiles
// it will keep the default behavior as all variables are set to none in the template
@import '../template-variables.scss';
@import './solarized-variables.scss';
@import '../template.scss';