File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff 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 }})
You can’t perform that action at this time.
0 commit comments