aboutsummaryrefslogtreecommitdiff
path: root/templates/monokai/monokai.scss
blob: e0ee6256b2a1ebed23c1689b6f3938b12d1cfa3c (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
@import "../@theme-base/version";

/*! =========================================== *
 * MONOKAI THEME
 * Version: #{$version}
 * Author: tripscripts
 * Website: N/A
 * Twitter: N/A
 * =========================================== */

$base: #1D1E1A;
$search: #5B26D6;
$highlight: #89C62A;
$navigation: #FFF;

$text_color: #e6eaf0;
$extra_color: #0d0d0d;
$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.