helix: Update diff colors
This commit is contained in:
parent
e5bd3d155b
commit
da03beae5b
1 changed files with 2 additions and 2 deletions
|
|
@ -23,9 +23,9 @@ TextLineNumber = "#aaaaaa"
|
||||||
TextSecondary = "#c6c6c6"
|
TextSecondary = "#c6c6c6"
|
||||||
TextTertiary = "#e0e0e0"
|
TextTertiary = "#e0e0e0"
|
||||||
|
|
||||||
DiffAdd = "#44b342"
|
DiffAdd = "#005f00"
|
||||||
DiffChange = "#2972e0"
|
DiffChange = "#2972e0"
|
||||||
DiffDelete = "#e51029"
|
DiffDelete = "#880000"
|
||||||
DiffMove = "#b479f2"
|
DiffMove = "#b479f2"
|
||||||
|
|
||||||
Warning = "#f06d14"
|
Warning = "#f06d14"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue