Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add magit faces #60

Merged
merged 1 commit into from
Dec 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions base16-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,25 @@ in the terminal.")
;;;; linum-mode
(linum :foreground base03 :background base01)

;;;; magit
(magit-blame-culprit :background base01)
(magit-blame-heading :background base01 :foreground base05)
(magit-branch :foreground base04 :weight bold)
(magit-branch-current :foreground base0C :weight bold :box t)
(magit-branch-local :foreground base0C :weight bold)
(magit-branch-remote :foreground base0B :weight bold)
(magit-diff-context-highlight :background base01 :foreground base05)
(magit-diff-file-header :background base01 :foreground base05)
(magit-hash :foreground base0D)
(magit-header-line :background base02 :foreground base05 :weight bold)
(magit-hunk-heading :background base03)
(magit-hunk-heading-highlight :background base03)
(magit-diff-hunk-heading :background base01)
(magit-diff-hunk-heading-highlight :background base01)
(magit-item-highlight :background base01)
(magit-log-author :foreground base0D)
(magit-section-highlight :background base01)
(magit-tag :foreground base05)
;;;; mark-multiple
(mm/master-face :foreground nil :background nil :inherit region)
(mm/mirror-face :foreground nil :background nil :inherit region)
Expand Down