소스 검색

hg: tweak colors

raylu 4 년 전
부모
커밋
cf7ffc93ba
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      hgrc

+ 2 - 3
hgrc

@@ -12,7 +12,6 @@ color =
 journal =
 
 [color]
-mode = ansi
 status.modified = red bold
 status.added = green bold
 status.removed = red
@@ -26,7 +25,7 @@ diff.extended = cyan bold
 diff.file_a = red bold
 diff.file_b = green bold
 diff.hunk = blue
-diff.deleted = red bold
-diff.inserted = green bold
+diff.deleted = red
+diff.inserted = green
 diff.changed = white
 diff.trailingwhitespace = bold red_background