re2o-themes/solarized/solarized.scss
Jean-Romain Garnier dc00c2f90e Fix some comments
2021-01-16 12:17:59 +01:00

12 lines
385 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';