Improve readability of the theme, fixes

This commit is contained in:
Stéphane Goetz
2016-05-05 23:43:37 +02:00
parent b472a82083
commit 1127cc600e
115 changed files with 765 additions and 991 deletions
.gitignore
docs
gulpfile.jspackage.json
templates
themes

@ -1,20 +1,15 @@
//Daux.io Blue
@sidebar-background: #f7f7f7;
@sidebar-hover: #c5c5cb;
@lines: #e7e7e9;
@dark: #3f4657;
@light: #82becd;
@text: #2d2d2d;
@syntax-string: #022e99;
@syntax-comment: #84989b;
@syntax-number: #2f9b92;
@syntax-label: #840d7a;
@sidebar-background: #f7f7f7;
@sidebar-hover: #c5c5cb;
@lines: #e7e7e9;
@dark: #3f4657;
@light: #82becd;
@text: #2d2d2d;
// Bootstrap
@import "../../daux/less/bootstrap/variables.less";
@import "../../daux/less/bootstrap/mixins.less";
@icon-font-path: "../../daux/fonts/";
@import "vendor/bootstrap/variables.less";
@import "vendor/bootstrap/mixins.less";
@icon-font-path: "../../daux/fonts/";
// Daux.io Base
@import "theme-base.less";
@import "theme-base.less";