Skip to content

Commit

Permalink
Use latin letter I for tab-bar separator (looks well with SF Pro)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Jan 16, 2025
1 parent 23e3f8a commit c3f8849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion after-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,8 @@ All the reminder parts of the separator will have
'tab-bar-tab-inactive)))
(apply #'propertize (if current
(list " " 'face 'tab-bar-tab)
(list "" 'face 'tab-bar-tab-inactive))) ; alternative: "¦"
; alternative: "¦" or "⦙"
(list "I" 'face 'tab-bar-tab-inactive)))

(unless (eq type 'last)
(propertize " " 'face (if (eq current 'this)
Expand Down

0 comments on commit c3f8849

Please sign in to comment.