Skip to content

Commit be35262

Browse files
Merge pull request #8 from kir-rescomp/dev
add a new colour specturm for bash syntax to avoid it getting defaulted to colour used by whitespaces
2 parents 048ffe0 + 86385b3 commit be35262

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@
2323
<img src="./images/python_packaging.png" alt="drawing" width="300">
2424
</p>
2525

26-
2726
- - - .. # Other markdown pages, images and other files.
2827

docs/stylesheets/code_block_colour_dracula.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
/* Dracula theme */
22
.dracula .highlight { background: #282a36 !important; color: #f8f8fa !important; }
33
.dracula .highlight pre { background: #282a36 !important; }
4-
.dracula .highlight code { background: #282a36 !important; }
4+
.dracula .highlight code { background: #282a36 !important; color: #f1f1b7d0 !important;}
55
.dracula .highlight .c { color: #6272a4 } /* Comment */
66
.dracula .highlight .k { color: #ff79c6 } /* Keyword */
77
.dracula .highlight .l { color: #bd93f9 } /* Literal */
88
.dracula .highlight .n { color: #f8f8f2 } /* Name */
99
.dracula .highlight .o { color: #ff79c6 } /* Operator */
1010
.dracula .highlight .p { color: #f8f8f2 } /* Punctuation */
11+
.dracula .highlight .w { color: #50fa7b !important; } /* Whitespace/plain text - bash commands */
1112
.dracula .highlight .cm { color: #6272a4 }
1213
.dracula .highlight .cp { color: #ff79c6 }
1314
.dracula .highlight .c1 { color: #6272a4 }

0 commit comments

Comments
 (0)