added another theme

This commit is contained in:
Felix Favre 2014-12-07 15:43:25 +01:00
parent 8bcce0e003
commit e9ae329be4
3 changed files with 6366 additions and 1 deletions

View File

@ -5,7 +5,8 @@
*/ */
$themes = array( $themes = array(
"0" => "Engelsystem light", "0" => "Engelsystem light",
"1" => "Engelsystem dark" "1" => "Engelsystem dark",
"2" => "Engelsystem 31c3"
); );
/** /**

6339
public/css/theme2.css Normal file

File diff suppressed because it is too large Load Diff

25
themes/theme2.less Normal file
View File

@ -0,0 +1,25 @@
@import "../vendor/bootstrap/less/variables";
@brand-primary: #41145A;
@brand-success: #46FFA1;
@brand-info: #6E50B4;
@brand-warning: #FF8232;
@brand-danger: #FF5A46;
@state-success-text: darken(@brand-success,40%);
@state-success-bg: @brand-success;
@state-success-border: darken(spin(@state-success-bg, -10), 5%);
@state-info-text: #fff;
@state-info-bg: @brand-info;//#d9edf7;
@state-info-border: darken(spin(@state-info-bg, -10), 7%);
@state-warning-text: #8a6d3b;
@state-warning-bg: @brand-warning;//#fcf8e3;
@state-warning-border: darken(spin(@state-warning-bg, -10), 5%);
@state-danger-text: @brand-danger;
@state-danger-bg: lighten(@brand-danger,30%);//#f2dede;
@state-danger-border: darken(spin(@state-danger-bg, -10), 5%);
@import "base.less";