Jump to content

How can I get the original string from `.alfredappearance` theme file?


Recommended Posts

Hi, alfred dev

 

Here is the issue, I opened `light.alfredappearance` theme file of Alfred 2 and I think that is a `.plist` file but how can I get the color string correctly?

Check those screenshots below:

 

How to analyze it without error string?

 

a74eed94jw1e2t6p6c1elj.jpg
 

 

Link to comment

Hi, alfred dev

 

Here is the issue, I opened `light.alfredappearance` theme file of Alfred 2 and I think that is a `.plist` file but how can I get the color string correctly?

Check those screenshots below:

 

How to analyze it without error string?

 

a74eed94jw1e2t6p6c1elj.jpg

 

If it's an encoded NSColor object, it may not be possible. I think Andrew may have to step in on this one. What are you attempting to do with this if you don't mind me asking?

 

Link to comment

If it's an encoded NSColor object, it may not be possible. I think Andrew may have to step in on this one. What are you attempting to do with this if you don't mind me asking?

 

 

Oh, I just want to analyze this file into colors list otherwise I should only use the other version `Share Theme URL`, just a interest, hope Andrew can help me understand that encoded base64 string.

Link to comment

Oh, I just want to analyze this file into colors list otherwise I should only use the other version `Share Theme URL`, just a interest, hope Andrew can help me understand that encoded base64 string.

 

Just wanted to drop a note back to you really quick. I spoke with Andrew and looks like we were correct. The .alfredappearance files provide a serialized NSColor object and I don't think it's going to be possible to read that. You'd be better off reading the values from the Theme URL as you mentioned above.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...