mattfidler / tabbar-ruler.el

Tabbar Ruler Mode
54 stars 10 forks source link

How can I config #57

Open wangms168 opened 5 years ago

wangms168 commented 5 years ago

How can I set up to achieve the following effect? image

mattfidler commented 5 years ago

What do you mean? Do you mean the icons?

wangms168 commented 5 years ago

yes。Of course, it also includes all. Configuration that can share the effect of the above image?

mattfidler commented 5 years ago

I cannot recall. The screen shot was taken years ago.

My guess is solarized dark + mode-icons gives the desired effect.

On Thu, Jul 18, 2019 at 12:42 AM wangms168 notifications@github.com wrote:

yes。Of course, it also includes all. Configuration that can share the effect of the above image?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mattfidler/tabbar-ruler.el/issues/57?email_source=notifications&email_token=AAD5VWWMA2ZDIK3BJPVNC5DP777CXA5CNFSM4ID4SXLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2HMIII#issuecomment-512672801, or mute the thread https://github.com/notifications/unsubscribe-auth/AAD5VWU523QLTKVXSE4EKU3P777CXANCNFSM4ID4SXLA .

rhoit commented 4 years ago

@wangms168 i guess this is the config

(require 'tabbar)
(tabbar-mode t)
(setq tabbar-ruler-style 'firefox)

this is my full config, if your are interested lots have changed since then.