Merge pull request #189 from rjww/mode-line-buffer-id

Add mode-line-buffer-id faces
This commit is contained in:
Greg Pfeil 2023-01-31 20:50:14 -07:00 committed by GitHub
commit 8760ffe400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,8 @@ contains Solarized symbols."
(,@fg-base1 ,@bg-base02 ,@fmt-revbb :box nil))
(mode-line-inactive ; StatusLineNC
(,@fg-base00 ,@bg-base02 ,@fmt-revbb :box nil))
(mode-line-buffer-id (,@fmt-bold :inherit mode-line))
(mode-line-buffer-id-inactive (,@fmt-bold :inherit mode-line-inactive))
(region (,@fg-base01 ,@bg-base03 ,@fmt-revbb)) ; Visual
(secondary-selection (,@bg-base02))
(shadow (,@fg-base01))