문제

I am new to Textmate 2. I have seen few people using textmate with a reduced opacity of the background color. I am trying to find a way to achieve that, but could not get to anything closer.

I tried tweaking the bundle file for the default theme, but eventually ended up messing the look of the existing theme.

What am I missing here. Do I need any other bundle to achieve it? How do I get a transparency in the background?

도움이 되었습니까?

해결책

Ah! yes I now get it!... I guess its different in Textmate2. All you need to do is to goto the bundle editor and change the value of background in settings.

For example if the value of background is #141414 then append the hex value of the desired transparency. For example you want the opacity to be 62.8% then you can change the value to be #141414A1.

0xA1 = 161

161/256 = 62.8%

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top