Skip to content

Commit

Permalink
Newer version of markdown support plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Apr 6, 2016
1 parent 63904dc commit cb4cb3a
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 1 deletion.
18 changes: 17 additions & 1 deletion markdownSupport/lib/darcula.css
Original file line number Diff line number Diff line change
Expand Up @@ -642,4 +642,20 @@ pre code:after {

span.user-del {
text-decoration: line-through;
}
}

::-webkit-scrollbar {
width: 12px;
height: 12px;
background-color: inherit;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border: 2px solid #2c2c2c;
background-color: #404040;
}
::-webkit-scrollbar-track {
width: 12px;
height: 12px;
background-color: #2c2c2c;
}
24 changes: 24 additions & 0 deletions markdownSupport/lib/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -669,4 +669,28 @@ kbd {

span.user-del {
text-decoration: line-through;
}

::-webkit-scrollbar {
width: 12px;
height: 12px;
background-color: inherit;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border: 2px solid #f6f6f6;

background-color: #959595;
}
::-webkit-scrollbar-track {
background-color: #f6f6f6;
}

::-webkit-scrollbar-track:vertical {
-webkit-box-shadow: -1px 0 0px #ededed;
}

::-webkit-scrollbar-track:horizontal {
-webkit-box-shadow: 0 -1px 0px #ededed;

}
Binary file modified markdownSupport/lib/intellij-markdown.jar
Binary file not shown.
Binary file modified markdownSupport/lib/markdown-javafx-preview.jar
Binary file not shown.
Binary file modified markdownSupport/lib/markdown.jar
Binary file not shown.

0 comments on commit cb4cb3a

Please sign in to comment.