Guys, lets revive this thread, since there's already something so discuss!
This is the first preview build with Classic mode implemented as a theme for new UI: http://magnumbytes.com/forum/viewtopic.php?f=7&t=186.
( precautions mentioned here are still actual http://magnumbytes.com/forum/viewtopic.php?f=7&t=168 )
And hell, it was tricky to stick it all together
So, it would be great if you check this, say, Classic Mode Light or Classic Mode 2.0, as I desperately need external opinions here.
Specifically, some areas to discuss:
- what do you think about this "frameless" appearance?
- what do you think on smooth (not discrete as previously) scrolling and bounds changing?
- what do you think about regular system fonts rendering (as it differs a bit from a handcrafted algorithms used before)?
- what do you think about drawing file icons in this theme?
Classic Mode
Re: Classic Mode
* frameless appearance looks better; before finding out about NC, I tested FastCommander – http://osx-fastcommander.appspot.com –, and I didn't like the frames then either
* scrolling behavior seems fine
* on my system NC classic seems to be using Menlo, and currently we can't switch fonts, right? I'd like to test SF Mono first, but with Menlo anti-aliasing seems to be a bit over the top (?)
* I think file icons are necessary
Would be great to be able to load theme sets like in FastCommander.
* scrolling behavior seems fine
* on my system NC classic seems to be using Menlo, and currently we can't switch fonts, right? I'd like to test SF Mono first, but with Menlo anti-aliasing seems to be a bit over the top (?)
* I think file icons are necessary
Would be great to be able to load theme sets like in FastCommander.
Re: Classic Mode
Classic mode looks great in general, good work. Sure, real ASCII frames etc would kick ass, but this comes close and is very functional imho.
It looks like NC is heading towards themes My personal opinion: before spending a lot of time here, there are more pressing issues (like undo support). Anyway, fantastic work with the redesign so far, Mike.
Looks good to me.mike wrote: - what do you think about this "frameless" appearance?
I like smooth scrolling in general. It's much easier to keep track.mike wrote: - what do you think on smooth (not discrete as previously) scrolling and bounds changing?
Looks good enough for me.mike wrote: - what do you think about regular system fonts rendering (as it differs a bit from a handcrafted algorithms used before)?
I think they are necessary, I wouldn't consider using this without icons.mike wrote: - what do you think about drawing file icons in this theme?
It looks like NC is heading towards themes My personal opinion: before spending a lot of time here, there are more pressing issues (like undo support). Anyway, fantastic work with the redesign so far, Mike.
Re: Classic Mode
Hi,
Agree with the comments of the previous posters.
Looks and feels nice, though dark mode is luring me to the "dark side".
moonrak
Agree with the comments of the previous posters.
Looks and feels nice, though dark mode is luring me to the "dark side".
moonrak
Re: Classic Mode
Thanks for your opinions guys, it's a great relief for me!
Re: Classic Mode
You can, but with some fiddling, just copy the theme definition file (like xxx.json) from app bundle to app support directory and make necessary changes there.JayB wrote:* on my system NC classic seems to be using Menlo, and currently we can't switch fonts, right? I'd like to test SF Mono first, but with Menlo anti-aliasing seems to be a bit over the top (?)
Re: Classic Mode
Since this question might arise after uploading the next preview build (with customization UI), I'll post a note on this font ahead:JayB wrote: I'd like to test SF Mono first
"SF Mono" is not a system font. You cannot select SF Mono outside of Terminal, Console and Xcode because it is not installed to the system.
...
If the user has manually installed the font, it can be found with family name SF Mono, or the font name SFMono-Regular (similar for the other weights).
http://stackoverflow.com/questions/3989 ... nt-sf-mono