Skip to content

Commit c406eb0

Browse files
authored
Merge pull request #1414 from tirthGajjar/New-Highlighter-Colors
Improved UI and added few User friendly highlighter colors of highlighter extension
2 parents 640a7d5 + 4ffbc76 commit c406eb0

File tree

4 files changed

+256
-133
lines changed

4 files changed

+256
-133
lines changed

src/jupyter_contrib_nbextensions/nbextensions/highlighter/export_highlights.html

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -168,21 +168,33 @@
168168

169169
<style>
170170
.mark {
171-
background-color: yellow;
172-
color: red;
173-
display:inline-block;
171+
background-color: #f2ee97;
172+
color: black;
173+
display: inline;
174174
}
175175

176176
.burk {
177-
background-color: red;
178-
color: yellow;
179-
display:inline-block;
177+
background-color: #ff9292;
178+
color: #f9f9f9;
179+
display: inline;
180180
}
181181

182182
.girk {
183-
background-color: lime;
184-
color: red;
185-
display:inline-block;
183+
background-color: #afe5ad;
184+
color: black;
185+
display: inline;
186+
}
187+
188+
.birk {
189+
background-color: #83b8f4;
190+
color: #fff;
191+
display: inline;
192+
}
193+
194+
.pirk {
195+
background-color: #ecb3d2;
196+
color: #000;
197+
display: inline;
186198
}
187199
</style>
188200
<body>

0 commit comments

Comments
 (0)