emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gotham-theme e405280d82 044/214: Add placeholders for rema


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme e405280d82 044/214: Add placeholders for remaining faces
Date: Fri, 7 Jan 2022 17:58:39 -0500 (EST)

branch: elpa/gotham-theme
commit e405280d828f155412356c9c3759a089d84124de
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add placeholders for remaining faces
---
 gotham-theme.el | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 144 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index a239c9fada..6591abc48d 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -187,6 +187,24 @@ depending on DISPLAY for keys which are either :foreground 
or
    (diff-refine-removed :weight bold)
    (diff-removed :foreground red)
 
+   ;; FIXME ediff
+   ;; (ediff-current-diff-a)
+   ;; (ediff-current-diff-ancestor)
+   ;; (ediff-current-diff-b)
+   ;; (ediff-current-diff-c)
+   ;; (ediff-even-diff-a)
+   ;; (ediff-even-diff-ancestor)
+   ;; (ediff-even-diff-b)
+   ;; (ediff-even-diff-c)
+   ;; (ediff-fine-diff-a)
+   ;; (ediff-fine-diff-ancestor)
+   ;; (ediff-fine-diff-b)
+   ;; (ediff-fine-diff-c)
+   ;; (ediff-odd-diff-a)
+   ;; (ediff-odd-diff-ancestor)
+   ;; (ediff-odd-diff-b)
+   ;; (ediff-odd-diff-c)
+
    ;; eshell
    (eshell-prompt :foreground yellow :weight bold)
    (eshell-ls-archive :foreground magenta)
@@ -247,6 +265,18 @@ depending on DISPLAY for keys which are either :foreground 
or
    ;; which-func-mode
    (which-func :foreground orange)
 
+   ;; FIXME whitespace-mode
+   ;; (whitespace-empty)
+   ;; (whitespace-hspace)
+   ;; (whitespace-indentation)
+   ;; (whitespace-line)
+   ;; (whitespace-newline)
+   ;; (whitespace-space)
+   ;; (whitespace-space-after-tab)
+   ;; (whitespace-space-before-tab)
+   ;; (whitespace-tab)
+   ;; (whitespace-trailing)
+
    ;; external packages
 
    ;; ace-jump
@@ -303,6 +333,77 @@ depending on DISPLAY for keys which are either :foreground 
or
    (erm-syn-errline :foreground red)
    (erm-syn-warnline :foreground orange)
 
+   ;; FIXME helm
+   ;; (helm-action)
+   ;; (helm-bookmark-addressbook)
+   ;; (helm-bookmark-file)
+   ;; (helm-bookmark-gnus)
+   ;; (helm-bookmark-info)
+   ;; (helm-bookmark-man)
+   ;; (helm-bookmark-w3m)
+   ;; (helm-buffer-directory)
+   ;; (helm-buffer-not-saved)
+   ;; (helm-buffer-process)
+   ;; (helm-buffer-saved-out)
+   ;; (helm-buffer-size)
+   ;; (helm-candidate-number)
+   ;; (helm-ff-directory)
+   ;; (helm-ff-executable)
+   ;; (helm-ff-invalid-symlink)
+   ;; (helm-ff-prefix)
+   ;; (helm-ff-symlink)
+   ;; (helm-grep-file)
+   ;; (helm-grep-finish)
+   ;; (helm-grep-lineno)
+   ;; (helm-grep-match)
+   ;; (helm-grep-running)
+   ;; (helm-history-remote)
+   ;; (helm-locate-finish)
+   ;; (helm-match)
+   ;; (helm-moccur-buffer)
+   ;; (helm-prefarg)
+   ;; (helm-resume-need-update)
+   ;; (helm-selection)
+   ;; (helm-selection-line)
+   ;; (helm-separator)
+   ;; (helm-source-header)
+   ;; (helm-time-zone-current)
+   ;; (helm-time-zone-home)
+   ;; (helm-visible-mark)
+
+   ;; FIXME magit
+   ;; (magit-cherry-equivalent)
+   ;; (magit-cherry-unmatched)
+   (magit-item-highlight :background base2)
+   ;; ;(magit-key-mode-args-face) ;(widget-field)
+   ;; (magit-log-author)
+   ;; (magit-log-date) ;empty
+   ;; (magit-log-graph)
+   ;; (magit-log-head-label-bisect-bad)
+   ;; (magit-log-head-label-bisect-good)
+   ;; (magit-log-head-label-bisect-skip)
+   ;; (magit-log-head-label-default)
+   ;; (magit-log-head-label-head)
+   ;; (magit-log-head-label-local)
+   ;; (magit-log-head-label-patches)
+   ;; (magit-log-head-label-remote)
+   ;; (magit-log-head-label-tags)
+   ;; (magit-log-head-label-wip)
+   ;; (magit-log-message) ;empty
+   ;; (magit-log-reflog-label-checkout)
+   ;; (magit-log-reflog-label-cherry-pick)
+   ;; (magit-log-reflog-label-commit)
+   ;; (magit-log-reflog-label-other)
+   ;; (magit-log-reflog-label-rebase)
+   ;; (magit-log-reflog-label-remote)
+   ;; (magit-log-reflog-label-reset)
+   ;; (magit-log-sha1)
+   ;; (magit-process-ng)
+   ;; (magit-process-ok)
+   ;; (magit-signature-bad)
+   ;; (magit-signature-good)
+   ;; (magit-signature-untrusted)
+
    ;; markdown-mode
    (markdown-header-face-1 :background base2)
    (markdown-header-face-2 :background base3)
@@ -311,6 +412,43 @@ depending on DISPLAY for keys which are either :foreground 
or
    (markdown-header-face-5 :background base3)
    (markdown-header-face-6 :background base4)
 
+   ;; FIXME org-mode
+   ;; (org-agenda-dimmed-todo-face)
+   ;; (org-agenda-done)
+   ;; (org-agenda-restriction-lock)
+   ;; (org-agenda-structure)
+   ;; (org-clock-overlay)
+   ;; (org-column)
+   ;; (org-column-title)
+   ;; (org-date)
+   ;; (org-date-selected)
+   ;; (org-document-info)
+   ;; (org-document-title)
+   ;; (org-done)
+   ;; (org-drawer)
+   ;; (org-ellipsis)
+   ;; (org-footnote)
+   ;; (org-formula)
+   ;; (org-habit-alert-face)
+   ;; (org-habit-alert-future-face)
+   ;; (org-habit-clear-face)
+   ;; (org-habit-clear-future-face)
+   ;; (org-habit-clear-face)
+   ;; (org-habit-clear-future-face)
+   ;; (org-habit-ready-face)
+   ;; (org-habit-ready-future-face)
+   ;; (org-headline-done)
+   ;; (org-hide)
+   ;; (org-latex-and-related)
+   ;; (org-scheduled)
+   ;; (org-scheduled-previously)
+   ;; (org-scheduled-today)
+   ;; (org-sexp-date)
+   ;; (org-table)
+   ;; (org-time-grid)
+   ;; (org-TODO)
+   ;; (org-upcoming-deadline)
+
    ;; popup
    (popup-face :foreground base6 :background base2)
    (popup-isearch-match :foreground base7 :background base4)
@@ -321,6 +459,12 @@ depending on DISPLAY for keys which are either :foreground 
or
    (popup-summary-face :foreground base4)
    (popup-tip-face :foreground base7 :background base4)
 
+   ;; FIXME powerline
+   (powerline-active1)
+   (powerline-active2)
+   (powerline-inactive1)
+   (powerline-inactive2)
+
    ;; rainbow-delimiters
    (rainbow-delimiters-depth-1-face :foreground base6)
    (rainbow-delimiters-depth-2-face :inherit outline-1)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]