Use a dark colorscheme for syntax highlighting
This commit is contained in:
parent
696bd8fea1
commit
a934b53ea0
24
assets/css/main.scss
Normal file
24
assets/css/main.scss
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
# Only the main Sass file needs front matter (the dashes are enough)
|
||||||
|
---
|
||||||
|
$base00: #1e0f15;
|
||||||
|
$base01: #2e3c43;
|
||||||
|
$base02: #314549;
|
||||||
|
$base03: #546e7a;
|
||||||
|
$base04: #b2ccd6;
|
||||||
|
$base05: #eeffff;
|
||||||
|
$base06: #eeffff;
|
||||||
|
$base07: #ffffff;
|
||||||
|
$base08: #f07178;
|
||||||
|
$base09: #f78c6c;
|
||||||
|
$base0a: #ffcb6b;
|
||||||
|
$base0b: #c3e88d;
|
||||||
|
$base0c: #89ddff;
|
||||||
|
$base0d: #82aaff;
|
||||||
|
$base0e: #c792ea;
|
||||||
|
$base0f: #ff5370;
|
||||||
|
|
||||||
|
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
|
||||||
|
@import "minimal-mistakes"; // main partials
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user