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 lines
427 B
Plaintext
20 lines
427 B
Plaintext
|
|
//Daux.io Navy
|
|
@sidebar-hover: #c5c5cb;
|
|
@lines: #e7e7e9;
|
|
@sidebar-background: #f5f5f6;
|
|
@dark: #13132a;
|
|
@light: #7795b4;
|
|
@text: #2d2d2d;
|
|
@syntax-string: #000000;
|
|
@syntax-comment: #505050;
|
|
@syntax-number: #09559b;
|
|
@syntax-label: #001775;
|
|
|
|
// Bootstrap
|
|
@import "../../daux/less/bootstrap/bootstrap.less";
|
|
@icon-font-path: "../../daux/fonts/";
|
|
|
|
// Daux.io Base
|
|
@import "../../daux/less/theme-base.less";
|