Skip to content

Commit

Permalink
Update diff styles
Browse files Browse the repository at this point in the history
They have been updated from the default text style.
  • Loading branch information
Esther Jun Kim committed Jun 16, 2018
1 parent 897eef1 commit 9a79122
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dracula.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
<style name="DisabledCode" foreground="#6272a4"/>
<style name="AddedLine" foreground="#50fa7b"/>
<style name="RemovedLine" foreground="#ff5555"/>
<style name="DiffFile"/>
<style name="DiffLocation"/>
<style name="DiffFileLine"/>
<style name="DiffContextLine"/>
<style name="DiffSourceLine"/>
<style name="DiffSourceChar"/>
<style name="DiffDestLine"/>
<style name="DiffDestChar"/>
<style name="DiffFile" foreground="#8be9fd"/>
<style name="DiffLocation" foreground="#ffb86c"/>
<style name="DiffFileLine" foreground="#282a36" background="#f1fa8c"/>
<style name="DiffContextLine" foreground="#282a36" background="#8be9fd"/>
<style name="DiffSourceLine" background="#ff5555"/>
<style name="DiffSourceChar" background="#cc2222"/>
<style name="DiffDestLine" foreground="#282a36" background="#50fa7b"/>
<style name="DiffDestChar" foreground="#282a36" background="#1dc748"/>
<style name="LogChangeLine" foreground="#ff5555"/>
<style name="Warning" underlineColor="#ffb86c" underlineStyle="SingleUnderline"/>
<style name="WarningContext" underlineColor="#ffb86c" underlineStyle="DotLine"/>
Expand Down

0 comments on commit 9a79122

Please sign in to comment.