f9d87c5c71
Renamed /themes/core to /themes/daux Updated /themes/{theme}/less/theme.less to allow for bootstrap overrides Added /themes/daux/less/theme.less to allow daux to function as theme - used daux-navy colors Moved fonts from themes variants into /themes/daux/fonts
20 Zeilen
428 B
Plaintext
20 Zeilen
428 B
Plaintext
|
|
//Daux.io Green
|
|
@sidebar-background: #f5f5f6;
|
|
@sidebar-hover: #a0d55d;
|
|
@lines: #e7e7e9;
|
|
@dark: #000000;
|
|
@light: #8acc37;
|
|
@text: #2d2d2d;
|
|
@syntax-string: #e0ff00;
|
|
@syntax-comment: #c4e598;
|
|
@syntax-number: #097c4e;
|
|
@syntax-label: #022e99;
|
|
|
|
// Bootstrap
|
|
@import "../../daux/less/bootstrap/bootstrap.less";
|
|
@icon-font-path: "../../daux/fonts/";
|
|
|
|
// Daux.io Base
|
|
@import "../../daux/less/theme-base.less";
|