aboutsummaryrefslogtreecommitdiff
path: root/templates/dracula/dracula.scss
blob: 3df23cb008f8c872e0d505fdfb794359232c745e (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";

/*! =========================================== *
 * DRACULA Theme
 * Version: #{$version}
 * Author: Mike Barkmin
 * Website: www.barkmin.eu
 * Twitter: @mikebarkmin
 * =========================================== */

$base: #282a36;
$search: #000;
$highlight: #FF79C6;
$navigation: #D8D8D8;

$text_color: #e6eaf0;
$extra_color: #50fa7b;
$danger_color:  #ff5555;
$warning_color: #ffb86c;
$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.