-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.patdiff
More file actions
32 lines (24 loc) · 717 Bytes
/
Copy path.patdiff
File metadata and controls
32 lines (24 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
;; -*- scheme -*-
;; patdiff Configuration file
((context 4)
(line_same
((prefix ((text " ") (style ((bg default) (fg black)))))))
(line_old
((prefix ((text "-") (style ((bg default) (fg red)))))
(style ((fg red)))
(word_same (dim))))
(line_new
((prefix ((text "+") (style ((bg default) (fg green)))))
(style ((fg green)))))
(line_unified
((prefix ((text "!") (style ((bg default) (fg yellow)))))))
(header_old
((prefix ((text "--- ") (style ((fg red)))))
(style (bold))))
(header_new
((prefix ((text "+++ ") (style ((fg green)))))
(style (bold))))
(hunk
((prefix ((text "@@ ") (style ((fg cyan)))))
(suffix ((text " @@") (style ((fg cyan)))))
(style ((fg cyan))))))