Skip to content

Commit 289b656

Browse files
docs: Add dracula base16 syntax highlighting (mmistakes#2438)
Updates stylesheets doc by adding a section for [dracula theme](https://draculatheme.com/).
1 parent ea5f668 commit 289b656

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

docs/_docs/16-stylesheets.md

+25
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,31 @@ $base0e: #bb90e2;
275275
$base0f: #b49368;
276276
```
277277

278+
##### Dracula
279+
280+
![dracula-code-block]({{ '/assets/images/dracula-code-block.jpg' | relative_url }})
281+
282+
```scss
283+
/* dracula syntax highlighting (base16) */
284+
/* https://github.com/dracula/base16-dracula-scheme */
285+
$base00: #282936;
286+
$base01: #3a3c4e;
287+
$base02: #4d4f68;
288+
$base03: #626483;
289+
$base04: #62d6e8;
290+
$base05: #e9e9f4;
291+
$base06: #f1f2f8;
292+
$base07: #f7f7fb;
293+
$base08: #ea51b2;
294+
$base09: #b45bcf;
295+
$base0a: #00f769;
296+
$base0b: #ebff87;
297+
$base0c: #a1efe4;
298+
$base0d: #62d6e8;
299+
$base0e: #b45bcf;
300+
$base0f: #00f769;
301+
```
302+
278303
##### Neon
279304

280305
![neon-code-block]({{ '/assets/images/neon-code-block.jpg' | relative_url }})
139 KB
Loading

0 commit comments

Comments
 (0)