mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Commented out old faces, stick with the work ones
This commit is contained in:
parent
2607757d68
commit
134f97f633
1 changed files with 8 additions and 7 deletions
|
|
@ -383,14 +383,15 @@
|
|||
(set-face-attribute 'ediff-odd-diff-A nil :background "midnight blue")
|
||||
(set-face-attribute 'ediff-odd-diff-Ancestor nil :background "midnight blue")
|
||||
(set-face-attribute 'ediff-odd-diff-B nil :background "midnight blue")
|
||||
(set-face-attribute 'ediff-odd-diff-C nil :background "midnight blue"))
|
||||
(set-face-attribute 'ediff-odd-diff-C nil :background "midnight blue")
|
||||
|
||||
(set-face-attribute 'ediff-odd-diff-A nil :background "gray30")
|
||||
(set-face-attribute 'ediff-odd-diff-B nil :background "gray30")
|
||||
(set-face-attribute 'ediff-even-diff-A nil :background "#5c370f")
|
||||
(set-face-attribute 'ediff-even-diff-B nil :background "#5c370f")
|
||||
;; (set-face-attribute 'ediff-current-diff-A nil :background "")
|
||||
(set-face-attribute 'ediff-current-diff-B nil :background "dark green")
|
||||
;; (set-face-attribute 'ediff-odd-diff-A nil :background "gray30")
|
||||
;; (set-face-attribute 'ediff-odd-diff-B nil :background "gray30")
|
||||
;; (set-face-attribute 'ediff-even-diff-A nil :background "#5c370f")
|
||||
;; (set-face-attribute 'ediff-even-diff-B nil :background "#5c370f")
|
||||
;; ;; (set-face-attribute 'ediff-current-diff-A nil :background "")
|
||||
;; (set-face-attribute 'ediff-current-diff-B nil :background "dark green")
|
||||
)
|
||||
|
||||
;; Paredit
|
||||
(use-package paredit
|
||||
|
|
|
|||
Loading…
Reference in a new issue