Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Mar 17, 2020
2 parents e3fd8dc + e00e24d commit c5523d1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/_docs/16-stylesheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,31 @@ $base0e: #bb90e2;
$base0f: #b49368;
```

##### Dracula

![dracula-code-block]({{ '/assets/images/dracula-code-block.jpg' | relative_url }})

```scss
/* dracula syntax highlighting (base16) */
/* https://github.com/dracula/base16-dracula-scheme */
$base00: #282936;
$base01: #3a3c4e;
$base02: #4d4f68;
$base03: #626483;
$base04: #62d6e8;
$base05: #e9e9f4;
$base06: #f1f2f8;
$base07: #f7f7fb;
$base08: #ea51b2;
$base09: #b45bcf;
$base0a: #00f769;
$base0b: #ebff87;
$base0c: #a1efe4;
$base0d: #62d6e8;
$base0e: #b45bcf;
$base0f: #00f769;
```

##### Neon

![neon-code-block]({{ '/assets/images/neon-code-block.jpg' | relative_url }})
Expand Down
Binary file added docs/assets/images/dracula-code-block.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5523d1

Please sign in to comment.