Skip to content

Commit

Permalink
Add addition/deletion/change selector to Android Studio style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Feb 24, 2015
1 parent f5dd5b0 commit 3d66a72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/androidstudio.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Author: Pedro Oliveira <kanytu@gmail . com>
color: #6897BB;
}

.hljs-keyword
.hljs-keyword, .hljs-deletion
{
color: #CC7832;
}
Expand All @@ -33,11 +33,11 @@ Author: Pedro Oliveira <kanytu@gmail . com>
{
color: #BBB529;
}
.hljs-string
.hljs-string, .hljs-addition
{
color: #6A8759;
}
.hljs-function .hljs-title
.hljs-function .hljs-title, .hljs-change
{
color: #FFC66D;
}
Expand Down

0 comments on commit 3d66a72

Please sign in to comment.