[bot] "built_in_updates" Sat Jan 29 01:35:00 UTC 2022 (#15292)

This commit is contained in:
SpacemacsBot 2022-01-29 03:45:58 +02:00 committed by GitHub
parent ddf44ab93f
commit 4743c01fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -944,9 +944,13 @@ to 'auto, tags may not be properly aligned. "
;;;;; tab-bar-mode
`(tab-bar ((,class (:foreground ,base :background ,bg1))))
`(tab-bar-tab ((,class (:foreground ,base :background ,bg1 :weight bold))))
`(tab-line ((,class (:foreground ,base :background ,bg1))))
`(tab-bar-tab-inactive ((,class (:foreground ,base-dim :background ,bg2 :weight light))))
;;;;; tab-line-mode
`(tab-line ((,class (:foreground ,base :background ,bg1))))
`(tab-line-tab-current ((,class (:foreground ,base :background ,bg1 :weight bold))))
`(tab-line-tab-inactive ((,class (:foreground ,base-dim :background ,bg2 :weight light))))
;;;;; web-mode
`(web-mode-builtin-face ((,class (:inherit ,font-lock-builtin-face))))
`(web-mode-comment-face ((,class (:inherit ,font-lock-comment-face))))