Skip to content

Commit

Permalink
Change color schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
sevdokimov committed Sep 15, 2018
1 parent 9bb5ed3 commit 4cdb69c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -183,12 +183,12 @@ public ITextStyle getNumber() {

@Override
public ITextStyle getMatchedText1() {
return TextStyle.backgroundStyle(0x454545);
return TextStyle.backgroundStyle(0x656545);
}

@Override
public ITextStyle getMatchedText2() {
return TextStyle.backgroundStyle(0x454787);
return TextStyle.backgroundStyle(0x50508F);
}

@Override
Expand Down

0 comments on commit 4cdb69c

Please sign in to comment.