aboutsummaryrefslogtreecommitdiff
path: root/templates/theme_example/theme_example.scss
blob: 4c1f0f8a36529360bdf44e0e47bf3cee347d5228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@import "../@theme-base/version";

/*! =========================================== *
 * Template THEME
 * Version: #{$version}
 * Author: You name here
 * Website: Your website here
 * Twitter: Your twitter handle
 * =========================================== */

// Change colors here and they will change everywhere.
$base: #1C1C1C;
$search: #000;
$highlight: #2FBF71;
$navigation: #fff;

$text_color: #0d0d0d;
$extra_color: #e6eaf0;
$danger_color: #d62646;
$warning_color: #ffaa00;
$info_color: #1b68c6;

@import "../@theme-base/styles";
// @import "../@theme-base/full";
// Please do not remove the import above. Add overrides and other partials below this line.