mattfidler / tabbar-ruler.el

Tabbar Ruler Mode
54 stars 10 forks source link

setting left tabbar-ruler-fancy-tab-separator #23

Closed rhoit closed 8 years ago

rhoit commented 8 years ago

I'm trying to change the fancy-tab-separator using powerline theme, but couldn't get the left side working.

i have commented out the powerline section. https://gist.github.com/rhoit/b88e43b47c7180c7d00c#file-tabbar-ruler_mod-el-L542-L557

but same thing worked here. https://gist.github.com/rhoit/b88e43b47c7180c7d00c#file-tabbar-ruler_mod-el-L628-L634

now it looks something like this. screenshot53

krazedkrish commented 8 years ago

trying using mode line theme in tabbar-rule, cool hack :+1:

mattfidler commented 8 years ago

That's cool. I will look into it on Monday

mattfidler commented 8 years ago

This should do the trick.

mattfidler commented 8 years ago

Use

(setq tabbar-ruler-fancy-tab-separator 'rounded)
mattfidler commented 8 years ago

The default is still text. Based on color themes used, the outcome is not pretty unless you use text. For example:

image

vs the text version

image

rhoit commented 8 years ago

seems really pretty in my config, :+1: just pulled it today! screenshot60

mattfidler commented 8 years ago

Great!

I think the issue is font size but I'm unsure.