Browse Source

hg: tweak colors

raylu 4 năm trước cách đây
mục cha
commit
cf7ffc93ba
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  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