update packages
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
;;; Treemacs faces.
|
||||
|
||||
;; Treemacs faces.
|
||||
|
||||
;;; Code:
|
||||
|
||||
@@ -102,7 +103,7 @@ variant), so it will only be used if git-mode is disabled or set to simple."
|
||||
|
||||
(defface treemacs-git-conflict-face
|
||||
'((t :inherit error))
|
||||
"Face for conlicting files."
|
||||
"Face for conflicting files."
|
||||
:group 'treemacs-faces)
|
||||
|
||||
(defface treemacs-tags-face
|
||||
@@ -139,12 +140,18 @@ variant), so it will only be used if git-mode is disabled or set to simple."
|
||||
|
||||
(defface treemacs-header-button-face
|
||||
'((t :inherit 'font-lock-keyword-face))
|
||||
"Face used for header buttons like
|
||||
"Face used for header buttons.
|
||||
Applies to buttons like
|
||||
- `treemacs-header-close-button'
|
||||
- `treemacs-header-projects-button'
|
||||
- `treemacs-header-workspace-button'"
|
||||
:group 'treemacs-faces)
|
||||
|
||||
(defface treemacs-peek-mode-indicator-face
|
||||
'((t :background "#669966"))
|
||||
"Face used to indicate that `treemacs-peek-mode' is enabled."
|
||||
:group 'treemacs-faces)
|
||||
|
||||
(provide 'treemacs-faces)
|
||||
|
||||
;;; treemacs-faces.el ends here
|
||||
|
||||
Reference in New Issue
Block a user