Add mode-line-buffer-id faces

This commit is contained in:
Robert Woods 2016-07-03 12:57:52 +09:30 committed by GitHub
parent 797229d0d3
commit 861463859b
1 changed files with 2 additions and 0 deletions

View File

@ -252,6 +252,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(,@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))