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