Hello, I've recently updated to Mojave and I noticed that a TextMate theme I use called iPlastic doesn't allow a transparency for the background. For the same background setting in High Sierra the background now is solid. I've tried modifying the theme directly in the Bundle editor and tried different color codes for the background entry, which was
background = '#EEEEEEEB';
before the OS update, but I haven't been able to add any transparency. Does anyone have suggestions?
Angelo
assuming background = '#EEEEEEEB'; is RGBA EB is pretty close to opaque... you could try something like '#EEEEEEA0'; or '#EEEEEE75'; or something
On Wed, Apr 3, 2019 at 5:28 AM Angelo Varlotta angelovarlotta@gmail.com wrote:
Hello, I've recently updated to Mojave and I noticed that a TextMate theme I use called iPlastic doesn't allow a transparency for the background. For the same background setting in High Sierra the background now is solid. I've tried modifying the theme directly in the Bundle editor and tried different color codes for the background entry, which was
background = '#EEEEEEEB';
before the OS update, but I haven't been able to add any transparency. Does anyone have suggestions?
Angelo
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
Thanks for the suggestion, but this creates backgrounds that are dark grey with no transparency. I could be mistaken but I think the color code format is not RGBA.
grady player wrote on 03/04/2019 13:47:
assuming background = '#EEEEEEEB'; is RGBA EB is pretty close to opaque... you could try something like '#EEEEEEA0'; or '#EEEEEE75'; or something
On Wed, Apr 3, 2019 at 5:28 AM Angelo Varlotta <angelovarlotta@gmail.com mailto:angelovarlotta@gmail.com> wrote:
Hello, I've recently updated to Mojave and I noticed that a TextMate theme I use called iPlastic doesn't allow a transparency for the background. For the same background setting in High Sierra the background now is solid. I've tried modifying the theme directly in the Bundle editor and tried different color codes for the background entry, which was background = '#EEEEEEEB'; before the OS update, but I haven't been able to add any transparency. Does anyone have suggestions? Angelo _______________________________________________ textmate mailing list textmate@lists.macromates.com <mailto:textmate@lists.macromates.com> https://lists.macromates.com/listinfo/textmate
I’m using #000c00cf to make the gutter slightly transparent, and can confirm that it is RGBA.
When you’re editing your background color are you switching away from your current theme and back to apply the changes?
Is your theme’s background being reset by other backgrounds? My body is barely transparent (#211e1ef4) and one important step to make this look nice was to find and remove instances of "background = #211e1e".
Hope that helps! Graham
On 3 Apr 2019, at 6:33, Angelo Varlotta wrote:
Thanks for the suggestion, but this creates backgrounds that are dark grey with no transparency. I could be mistaken but I think the color code format is not RGBA.
grady player wrote on 03/04/2019 13:47:
assuming background = '#EEEEEEEB'; is RGBA EB is pretty close to opaque... you could try something like '#EEEEEEA0'; or '#EEEEEE75'; or something
On Wed, Apr 3, 2019 at 5:28 AM Angelo Varlotta <angelovarlotta@gmail.com mailto:angelovarlotta@gmail.com> wrote:
Hello, I've recently updated to Mojave and I noticed that a TextMate theme I use called iPlastic doesn't allow a transparency for the background. For the same background setting in High Sierra the background now is solid. I've tried modifying the theme directly in the Bundle editor and tried different color codes for the background entry, which was background = '#EEEEEEEB'; before the OS update, but I haven't been able to add any transparency. Does anyone have suggestions? Angelo _______________________________________________ textmate mailing list textmate@lists.macromates.com
mailto:textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
TextMate does not support transparency in Mojave. On Apr 3, 2019, 12:23 -0500, Graham Heath graham.p.heath@gmail.com, wrote:
I’m using #000c00cf to make the gutter slightly transparent, and can confirm that it is RGBA. When you’re editing your background color are you switching away from your current theme and back to apply the changes? Is your theme’s background being reset by other backgrounds? My body is barely transparent (#211e1ef4) and one important step to make this look nice was to find and remove instances of "background = #211e1e".
Hope that helps! Graham On 3 Apr 2019, at 6:33, Angelo Varlotta wrote:
Thanks for the suggestion, but this creates backgrounds that are dark grey with no transparency. I could be mistaken but I think the color code format is not RGBA.
grady player wrote on 03/04/2019 13:47:
assuming background = '#EEEEEEEB'; is RGBA EB is pretty close to opaque... you could try something like '#EEEEEEA0'; or '#EEEEEE75'; or something
On Wed, Apr 3, 2019 at 5:28 AM Angelo Varlotta angelovarlotta@gmail.com wrote:
Hello, I've recently updated to Mojave and I noticed that a TextMate theme I use called iPlastic doesn't allow a transparency for the background. For the same background setting in High Sierra the background now is solid. I've tried modifying the theme directly in the Bundle editor and tried different color codes for the background entry, which was
background = '#EEEEEEEB';
before the OS update, but I haven't been able to add any transparency. Does anyone have suggestions?
Angelo
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
Hey Igor,
I'm running Mojave with this (custom) theme: https://gist.github.com/loadedsith/8b6cdb9950d0c1e48096c36ddee11dc0
Here's a screenshot of the transparency: https://imgur.com/a/BYtz4tD
Thanks, Graham
On 3 Apr 2019, at 10:27, Igor K wrote:
TextMate does not support transparency in Mojave. On Apr 3, 2019, 12:23 -0500, Graham Heath graham.p.heath@gmail.com, wrote:
I’m using #000c00cf to make the gutter slightly transparent, and can confirm that it is RGBA. When you’re editing your background color are you switching away from your current theme and back to apply the changes? Is your theme’s background being reset by other backgrounds? My body is barely transparent (#211e1ef4) and one important step to make this look nice was to find and remove instances of "background = #211e1e".
Hope that helps! Graham On 3 Apr 2019, at 6:33, Angelo Varlotta wrote:
Thanks for the suggestion, but this creates backgrounds that are dark grey with no transparency. I could be mistaken but I think the color code format is not RGBA.
grady player wrote on 03/04/2019 13:47:
assuming background = '#EEEEEEEB'; is RGBA EB is pretty close to opaque... you could try something like '#EEEEEEA0'; or '#EEEEEE75'; or something
On Wed, Apr 3, 2019 at 5:28 AM Angelo Varlotta angelovarlotta@gmail.com wrote:
Hello, I've recently updated to Mojave and I noticed that a TextMate theme I use called iPlastic doesn't allow a transparency for the background. For the same background setting in High Sierra the background now is solid. I've tried modifying the theme directly in the Bundle editor and tried different color codes for the background entry, which was
background = '#EEEEEEEB';
before the OS update, but I haven't been able to add any transparency. Does anyone have suggestions?
Angelo
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
Here's your theme on my mac. No transparency.
http://snaps.igorkozlov.me/40f940a8974c
I had no such issues before Mojave. On Apr 3, 2019, 15:18 -0500, Graham Heath graham.p.heath@gmail.com, wrote:
Hey Igor, I'm running Mojave with this (custom) theme: https://gist.github.com/loadedsith/8b6cdb9950d0c1e48096c36ddee11dc0 Here's a screenshot of the transparency: https://imgur.com/a/BYtz4tD Thanks, Graham On 3 Apr 2019, at 10:27, Igor K wrote:
TextMate does not support transparency in Mojave. On Apr 3, 2019, 12:23 -0500, Graham Heath graham.p.heath@gmail.com, wrote:
I’m using #000c00cf to make the gutter slightly transparent, and can confirm that it is RGBA. When you’re editing your background color are you switching away from your current theme and back to apply the changes? Is your theme’s background being reset by other backgrounds? My body is barely transparent (#211e1ef4) and one important step to make this look nice was to find and remove instances of "background = #211e1e".
Hope that helps! Graham On 3 Apr 2019, at 6:33, Angelo Varlotta wrote:
Thanks for the suggestion, but this creates backgrounds that are dark grey with no transparency. I could be mistaken but I think the color code format is not RGBA.
grady player wrote on 03/04/2019 13:47:
assuming background = '#EEEEEEEB'; is RGBA EB is pretty close to opaque... you could try something like '#EEEEEEA0'; or '#EEEEEE75'; or something
On Wed, Apr 3, 2019 at 5:28 AM Angelo Varlotta angelovarlotta@gmail.com wrote: > Hello, > I've recently updated to Mojave and I noticed that a TextMate theme I use called iPlastic doesn't allow a transparency for the background. For the same background setting in High Sierra the background now is solid. I've tried modifying the theme directly in the Bundle editor and tried different color codes for the background entry, which was > > background = '#EEEEEEEB'; > > before the OS update, but I haven't been able to add any transparency. Does anyone have suggestions? > > Angelo > > _______________________________________________ > textmate mailing list > textmate@lists.macromates.com > https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
Hi Igor, I've tried the theme too, and in Mojave 10.4.4 I get the same result that you show, basically a black TextMate with absolutely no transparencies. Somehow Mojave has a different way of rendering transparencies that TextMate isn't picking up. Someone with a much better understanding of the code base will need to chime in on this. I'm running the RC version 23 of TextMate.
Angelo
Igor K wrote on 05/04/2019 18:31:
Here's your theme on my mac. No transparency.
http://snaps.igorkozlov.me/40f940a8974c
I had no such issues before Mojave. On Apr 3, 2019, 15:18 -0500, Graham Heath graham.p.heath@gmail.com, wrote:
Hey Igor,
I'm running Mojave with this (custom) theme: https://gist.github.com/loadedsith/8b6cdb9950d0c1e48096c36ddee11dc0
Here's a screenshot of the transparency: https://imgur.com/a/BYtz4tD
Thanks, Graham
On 3 Apr 2019, at 10:27, Igor K wrote:
TextMate does not support transparency in Mojave. On Apr 3, 2019, 12:23 -0500, Graham Heath <graham.p.heath@gmail.com>, wrote:
I’m using #000c00cf to make the gutter slightly transparent, and can confirm that it is RGBA. When you’re editing your background color are you switching away from your current theme and back to apply the changes? Is your theme’s background being reset by other backgrounds? My body is barely transparent (#211e1ef4) and one important step to make this look nice was to find and remove instances of "background = #211e1e". Hope that helps! Graham On 3 Apr 2019, at 6:33, Angelo Varlotta wrote: Thanks for the suggestion, but this creates backgrounds that are dark grey with no transparency. I could be mistaken but I think the color code format is not RGBA. grady player wrote on 03/04/2019 13:47:
assuming background = '#EEEEEEEB'; is RGBA EB is pretty close to opaque... you could try something like '#EEEEEEA0'; or '#EEEEEE75'; or something On Wed, Apr 3, 2019 at 5:28 AM Angelo Varlotta <angelovarlotta@gmail.com <mailto:angelovarlotta@gmail.com>> wrote: Hello, I've recently updated to Mojave and I noticed that a TextMate theme I use called iPlastic doesn't allow a transparency for the background. For the same background setting in High Sierra the background now is solid. I've tried modifying the theme directly in the Bundle editor and tried different color codes for the background entry, which was background = '#EEEEEEEB'; before the OS update, but I haven't been able to add any transparency. Does anyone have suggestions? Angelo _______________________________________________ textmate mailing list textmate@lists.macromates.com <mailto:textmate@lists.macromates.com> https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate _______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
I appear to be on TextMate version 2.0-rc.10, which the auto-updater seems to think is the latest...
I'm going to see about upgrading, but it'll make me sad if I loose transparency in the process.
Thanks, Graham
On 5 Apr 2019, at 12:17, Angelo Varlotta wrote:
Hi Igor, I've tried the theme too, and in Mojave 10.4.4 I get the same result that you show, basically a black TextMate with absolutely no transparencies. Somehow Mojave has a different way of rendering transparencies that TextMate isn't picking up. Someone with a much better understanding of the code base will need to chime in on this. I'm running the RC version 23 of TextMate.
Angelo
Igor K wrote on 05/04/2019 18:31:
Here's your theme on my mac. No transparency.
http://snaps.igorkozlov.me/40f940a8974c
I had no such issues before Mojave. On Apr 3, 2019, 15:18 -0500, Graham Heath graham.p.heath@gmail.com, wrote:
Hey Igor,
I'm running Mojave with this (custom) theme: https://gist.github.com/loadedsith/8b6cdb9950d0c1e48096c36ddee11dc0
Here's a screenshot of the transparency: https://imgur.com/a/BYtz4tD
Thanks, Graham
On 3 Apr 2019, at 10:27, Igor K wrote:
TextMate does not support transparency in Mojave. On Apr 3, 2019, 12:23 -0500, Graham Heath <graham.p.heath@gmail.com>, wrote:
I’m using #000c00cf to make the gutter slightly transparent,
and can confirm that it is RGBA.
When you’re editing your background color are you switching
away from your current theme and back to apply the changes?
Is your theme’s background being reset by other backgrounds?
My body is barely transparent (#211e1ef4) and one important step to make this look nice was to find and remove instances of "background = #211e1e".
Hope that helps! Graham On 3 Apr 2019, at 6:33, Angelo Varlotta wrote: Thanks for the suggestion, but this creates backgrounds
that are dark grey with no transparency. I could be mistaken but I think the color code format is not RGBA.
grady player wrote on 03/04/2019 13:47:
assuming background = '#EEEEEEEB'; is RGBA EB is pretty close to opaque... you could try something like '#EEEEEEA0'; or '#EEEEEE75'; or something On Wed, Apr 3, 2019 at 5:28 AM Angelo Varlotta <angelovarlotta@gmail.com <mailto:angelovarlotta@gmail.com>> wrote: Hello, I've recently updated to Mojave and I noticed that a TextMate theme I use called iPlastic doesn't allow a transparency for the background. For the same background setting in High Sierra the background now
is solid. I've tried modifying the theme directly in the Bundle editor and tried different color codes for the background entry, which was
background = '#EEEEEEEB'; before the OS update, but I haven't been able to add any transparency. Does anyone have suggestions? Angelo _______________________________________________ textmate mailing list textmate@lists.macromates.com <mailto:textmate@lists.macromates.com> https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate _______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
Yes, I can confirm this too. I rolled back to TextMate version 2.0-rc.10 and the transparency for my theme is back!
Graham Heath wrote on 05/04/2019 22:52:
I appear to be on TextMate version 2.0-rc.10, which the auto-updater seems to think is the latest...
I'm going to see about upgrading, but it'll make me sad if I loose transparency in the process.
Thanks, Graham
On 5 Apr 2019, at 12:17, Angelo Varlotta wrote:
Hi Igor, I've tried the theme too, and in Mojave 10.4.4 I get the same result that you show, basically a black TextMate with absolutely no transparencies. Somehow Mojave has a different way of rendering transparencies that TextMate isn't picking up. Someone with a much better understanding of the code base will need to chime in on this. I'm running the RC version 23 of TextMate. Angelo Igor K wrote on 05/04/2019 18:31:
Here's your theme on my mac. No transparency. http://snaps.igorkozlov.me/40f940a8974c I had no such issues before Mojave. On Apr 3, 2019, 15:18 -0500, Graham Heath <graham.p.heath@gmail.com>, wrote:
Hey Igor, I'm running Mojave with this (custom) theme: https://gist.github.com/loadedsith/8b6cdb9950d0c1e48096c36ddee11dc0 Here's a screenshot of the transparency: https://imgur.com/a/BYtz4tD Thanks, Graham On 3 Apr 2019, at 10:27, Igor K wrote: TextMate does not support transparency in Mojave. On Apr 3, 2019, 12:23 -0500, Graham Heath <graham.p.heath@gmail.com>, wrote:
I’m using #000c00cf to make the gutter slightly transparent, and can confirm that it is RGBA. When you’re editing your background color are you switching away from your current theme and back to apply the changes? Is your theme’s background being reset by other backgrounds? My body is barely transparent (#211e1ef4) and one important step to make this look nice was to find and remove instances of "background = #211e1e". Hope that helps! Graham On 3 Apr 2019, at 6:33, Angelo Varlotta wrote: Thanks for the suggestion, but this creates backgrounds that are dark grey with no transparency. I could be mistaken but I think the color code format is not RGBA. grady player wrote on 03/04/2019 13:47:
assuming background = '#EEEEEEEB'; is RGBA EB is pretty close to opaque... you could try something like '#EEEEEEA0'; or '#EEEEEE75'; or something On Wed, Apr 3, 2019 at 5:28 AM Angelo Varlotta <angelovarlotta@gmail.com <mailto:angelovarlotta@gmail.com>> wrote: Hello, I've recently updated to Mojave and I noticed that a TextMate theme I use called iPlastic doesn't allow a transparency for the background. For the same background setting in High Sierra the background now is solid. I've tried modifying the theme directly in the Bundle editor and tried different color codes for the background entry, which was background = '#EEEEEEEB'; before the OS update, but I haven't been able to add any transparency. Does anyone have suggestions? Angelo _______________________________________________ textmate mailing list textmate@lists.macromates.com <mailto:textmate@lists.macromates.com> https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate _______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate _______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
I’ve updated to the latest nightly and found my theme no longer has transparency (which was to be expected I suppose).
There are other improvements that may make me stay with this version (dark mode, seems like: `mate` is faster & file drawer is faster).
¯_(ツ)_/¯
Thanks, Graham
On 6 Apr 2019, at 3:45, Angelo Varlotta wrote:
Yes, I can confirm this too. I rolled back to TextMate version 2.0-rc.10 and the transparency for my theme is back!
Graham Heath wrote on 05/04/2019 22:52:
I appear to be on TextMate version 2.0-rc.10, which the auto-updater seems to think is the latest...
I'm going to see about upgrading, but it'll make me sad if I loose transparency in the process.
Thanks, Graham
On 5 Apr 2019, at 12:17, Angelo Varlotta wrote:
Hi Igor, I've tried the theme too, and in Mojave 10.4.4 I get the same result that you show, basically a black TextMate with absolutely no transparencies. Somehow Mojave has a different way of
rendering transparencies that TextMate isn't picking up. Someone with a much better understanding of the code base will need to chime in on this. I'm running the RC version 23 of TextMate.
Angelo Igor K wrote on 05/04/2019 18:31:
Here's your theme on my mac. No transparency. http://snaps.igorkozlov.me/40f940a8974c I had no such issues before Mojave. On Apr 3, 2019, 15:18 -0500, Graham Heath <graham.p.heath@gmail.com>, wrote:
Hey Igor, I'm running Mojave with this (custom) theme: https://gist.github.com/loadedsith/8b6cdb9950d0c1e48096c36ddee11dc0 Here's a screenshot of the transparency: https://imgur.com/a/BYtz4tD Thanks, Graham On 3 Apr 2019, at 10:27, Igor K wrote: TextMate does not support transparency in Mojave. On Apr 3, 2019, 12:23 -0500, Graham Heath <graham.p.heath@gmail.com>, wrote:
I’m using #000c00cf to make the gutter slightly transparent, and can confirm that it is RGBA. When you’re editing your background color are you
switching away from your current theme and back to apply the changes?
Is your theme’s background being reset by other backgrounds? My body is barely transparent (#211e1ef4) and one important step to make this look nice was to find and remove instances of "background = #211e1e". Hope that helps! Graham On 3 Apr 2019, at 6:33, Angelo Varlotta wrote: Thanks for the suggestion, but this creates
backgrounds that are dark grey with no transparency. I could be mistaken but I think the color code format is not RGBA.
grady player wrote on 03/04/2019 13:47:
assuming background = '#EEEEEEEB'; is RGBA EB is pretty close to opaque... you could try something
like '#EEEEEEA0'; or '#EEEEEE75'; or something
On Wed, Apr 3, 2019 at 5:28 AM Angelo Varlotta <angelovarlotta@gmail.com <mailto:angelovarlotta@gmail.com>> wrote: Hello, I've recently updated to Mojave and I noticed
that a TextMate theme I use called iPlastic doesn't allow a transparency for the background. For the same background setting in High Sierra the background now is solid. I've tried modifying the theme directly in the Bundle editor and tried different color codes for the background entry, which was
background = '#EEEEEEEB'; before the OS update, but I haven't been able to add any transparency. Does anyone have
suggestions?
Angelo _______________________________________________ textmate mailing list textmate@lists.macromates.com <mailto:textmate@lists.macromates.com> https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate _______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate _______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
I've reverted because Emmet no longer works with the latest version (expand abbreviation -> crash every time). I might find a chance to investigate, but its unlikely to be any time soon.
Thanks, Graham
On 8 Apr 2019, at 12:05, Graham Heath wrote:
I’ve updated to the latest nightly and found my theme no longer has transparency (which was to be expected I suppose).
There are other improvements that may make me stay with this version (dark mode, seems like: `mate` is faster & file drawer is faster).
¯_(ツ)_/¯
Thanks, Graham
On 6 Apr 2019, at 3:45, Angelo Varlotta wrote:
Yes, I can confirm this too. I rolled back to TextMate version 2.0-rc.10 and the transparency for my theme is back!
Graham Heath wrote on 05/04/2019 22:52:
I appear to be on TextMate version 2.0-rc.10, which the auto-updater seems to think is the latest...
I'm going to see about upgrading, but it'll make me sad if I loose transparency in the process.
Thanks, Graham
On 5 Apr 2019, at 12:17, Angelo Varlotta wrote:
Hi Igor, I've tried the theme too, and in Mojave 10.4.4 I get the same result that you show, basically a black TextMate with absolutely no transparencies. Somehow Mojave has a different way of
rendering transparencies that TextMate isn't picking up. Someone with a much better understanding of the code base will need to chime in on this. I'm running the RC version 23 of TextMate.
Angelo Igor K wrote on 05/04/2019 18:31:
Here's your theme on my mac. No transparency. http://snaps.igorkozlov.me/40f940a8974c I had no such issues before Mojave. On Apr 3, 2019, 15:18 -0500, Graham Heath <graham.p.heath@gmail.com>, wrote:
Hey Igor, I'm running Mojave with this (custom) theme: https://gist.github.com/loadedsith/8b6cdb9950d0c1e48096c36ddee11dc0 Here's a screenshot of the transparency: https://imgur.com/a/BYtz4tD Thanks, Graham On 3 Apr 2019, at 10:27, Igor K wrote: TextMate does not support transparency in Mojave. On Apr 3, 2019, 12:23 -0500, Graham Heath <graham.p.heath@gmail.com>, wrote:
I’m using #000c00cf to make the gutter slightly transparent, and can confirm that it is RGBA. When you’re editing your background color are you
switching away from your current theme and back to apply the changes?
Is your theme’s background being reset by other backgrounds? My body is barely transparent (#211e1ef4)
and one important step to make this look nice was to find and remove instances of "background = #211e1e".
Hope that helps! Graham On 3 Apr 2019, at 6:33, Angelo Varlotta wrote: Thanks for the suggestion, but this creates
backgrounds that are dark grey with no transparency. I could be mistaken but I think the color code format is not RGBA.
grady player wrote on 03/04/2019 13:47:
> assuming background = '#EEEEEEEB'; is RGBA EB is > pretty close to opaque... you could try something > like > '#EEEEEEA0'; or '#EEEEEE75'; or something > > On Wed, Apr 3, 2019 at 5:28 AM Angelo Varlotta > <angelovarlotta@gmail.com > mailto:angelovarlotta@gmail.com> wrote: > > Hello, > I've recently updated to Mojave and I noticed > that > a TextMate theme I use called iPlastic doesn't > allow a transparency for the background. For the > same background setting in High Sierra the > background now is solid. I've tried modifying > the > theme directly in the Bundle editor and tried > different color codes for the background entry, > which was > > background = '#EEEEEEEB'; > > before the OS update, but I haven't been able to > add any transparency. Does anyone have > suggestions? > > Angelo > > _______________________________________________ > textmate mailing list > textmate@lists.macromates.com > mailto:textmate@lists.macromates.com > https://lists.macromates.com/listinfo/textmate >
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate _______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate _______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
_______________________________________________ textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
I can confirm that transparency no longer works in Mojave using any releases that are linked against the 10.14 SDK. It appears the current method (setting the window to not be opaque and the text view to NSColor clearColor) doesn't work now.
I'll try to see if I can come up with a workaround soon.
-Ron
On Wed, Apr 3, 2019 at 7:28 AM Angelo Varlotta angelovarlotta@gmail.com wrote:
Hello, I've recently updated to Mojave and I noticed that a TextMate theme I use called iPlastic doesn't allow a transparency for the background. For the same background setting in High Sierra the background now is solid. I've tried modifying the theme directly in the Bundle editor and tried different color codes for the background entry, which was
background = '#EEEEEEEB';
before the OS update, but I haven't been able to add any transparency. Does anyone have suggestions?
Angelo
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
On 10 Apr 2019, at 18:51, Ronald Wampler wrote:
I can confirm that transparency no longer works in Mojave using any releases that are linked against the 10.14 SDK. It appears the current method (setting the window to not be opaque and the text view to NSColor clearColor) doesn't work now.
The problem seems to be that when linking with the 10.14 SDK, views will draw into their own separate layers, so we can no longer “erase” the background with `NSColor.clearColor` to make a subset of the window transparent (as we no longer erase into the shared buffer for enture full window).
Instead we must ensure that all ancestor views are transparent, which would include setting `backgroundColor` to `NSColor.clearColor` for our window, and then making sure that all other views in the window have an opaque background.
It might be doable, but a quick test showed a problem with the file browser, as it is using an `NSVisualEffectView`. It might work if we put a view behind the `NSVisualEffectView` to draw the window background, but I’m hesitant to pursue this, as the less assumptions we make about how these views work, the better.
There is the ability to use an `NSVisualEffectView` behind the text view, but that would be a different kind of transparency, unlikely to be compatible with the themes currently using alpha.
Hello all, If this could get fixed at some point, I'd be more than happy. Thank you all for the time and effort you put into this great editor.
Angelo
Allan Odgaard wrote on 30/06/2019 21:58:
On 10 Apr 2019, at 18:51, Ronald Wampler wrote:
I can confirm that transparency no longer works in Mojave using any releases that are linked against the 10.14 SDK. It appears the current method (setting the window to not be opaque and the text view to NSColor clearColor) doesn't work now.
The problem seems to be that when linking with the 10.14 SDK, views will draw into their own separate layers, so we can no longer “erase” the background with |NSColor.clearColor| to make a subset of the window transparent (as we no longer erase into the shared buffer for enture full window).
Instead we must ensure that all ancestor views are transparent, which would include setting |backgroundColor| to |NSColor.clearColor| for our window, and then making sure that all other views in the window have an opaque background.
It might be doable, but a quick test showed a problem with the file browser, as it is using an |NSVisualEffectView|. It might work if we put a view behind the |NSVisualEffectView| to draw the window background, but I’m hesitant to pursue this, as the less assumptions we make about how these views work, the better.
There is the ability to use an |NSVisualEffectView| behind the text view, but that would be a different kind of transparency, unlikely to be compatible with the themes currently using alpha.
On 22 Sep 2019, at 11:15, Angelo Varlotta wrote:
If this could get fixed at some point, I'd be more than happy. Thank you
Some more experimentation and it’s even more problematic than suggested in my original email, because if we make the window transparent, as required to have one of the subviews draw with alpha on top of what’s behind the window, the content of that subview will affect the window’s shadow.
So effectively text drawn in the view gets a shadow, and worse, the shadow is not updated (unless programmatically requested), so changing the text will leave the shadow from the original text.
As mentioned, there is the option of placing a `NSVisualEffectsView` behind the text view, but this gives a (very) blurred background. I don’t know if the desire for alpha is to be able to read/see what’s behind, because in that case, `NSVisualEffectsView` is not a good option.
It *might* also be possible to simply capture the content behind the window and draw, but I have no idea about APIs for that and this is not something I plan to look into, but someone else is more than welcome to.
On Oct 8, 2019, at 4:50 AM, Allan Odgaard mailinglist@textmate.org wrote:
As mentioned, there is the option of placing a NSVisualEffectsView behind the text view, but this gives a (very) blurred background. I don’t know if the desire for alpha is to be able to read/see what’s behind, because in that case, NSVisualEffectsView is not a good option.
Happy TextMate user here, but wanted to add my $0.02 since this issue is important to me. I make heavy use of transparent windows in order to read what's behind the window, and really miss this in TextMate under Mojave. I never understood what the point was of Windows aero's blurry windows.
Unfortunately I have neither the skill nor the bandwidth to work on this issue, though if someone does I'd be glad to test a build.
-- Phil