aboutsummaryrefslogtreecommitdiff
path: root/templates/theme_example/theme_example.scss
blob: 8edf74b7491184a0070c7bd2ea2a03ead8aee0e1 (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
26
@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/dark_mode";

// Please do not remove the imports above, add overrides and other partials below this line.