Sublime Forum

Boxy (DA UI) theme missing

#21

@ihodev (@oivva) hope you are okay mate.

1 Like

#22

I moved to https://packagecontrol.io/packages/ayu from DA UI a couple of months ago.

2 Likes

#23

I did vise versa “years” ago. The color schemes are ok, but the theme is too minimalistic.

0 Likes

#24

I would like to install DA UI… Does someone may have a copy of the repo?

0 Likes

#25

Best I can do:


0 Likes

#26

I also found another one one github, but not those.
I was curious about if they are the latest known version of da ui.
Let’s try one of those, it’s much better than nothing for now.
Thanks mate :slight_smile:

0 Likes

#27

Here you go.

0 Likes

#28

Looks like the da ui repo is incomplete :frowning:
Maybe someone has a private copy of the theme package?
Fortunately i still have boxy (if someone needs it)

0 Likes

#29

I have a private copy of the DA UA theme package if you are still needing it.

2 Likes

#30

Could you share this with us?

0 Likes

#31

Hopefully this is complete - it is the DA UI Packages folder uploaded to github:

Let me know if it works.

1 Like

#32

@oivva @ihodev [2 user accounts here, presumably 1 is more recent]

I too was a bit worried and thought maybe he’d died or something tragic. BUT…

He posted this on GitHub 3 days ago, so he seems to be alive at least.

Also I expect he can be contacted through LinkedIn.

It was a great shame that his EXCELLENT ST packages were removed by the deletion of his GitHub Repos instead of simply leaving them in place and stopping work on them. Perhaps his employer complained he was focusing too much on his private projects and gave him some kind of ultimatum, or something similar that forced his hand. After all he put a huge amount of work into his ST packages, and to suddenly delete the repos seems quite extreme.

Perhaps we, those interested in doing so, should contact him and ask if he were willing to pass on the latest files of Boxy, DA UI, etc… New repos could be created for the packages and Package Control updated.

Although the work I did on Boxy was tiny in comparison to his, I did create the Numix colour scheme for Boxy, along with the ability to change the minimap’s viewport opacity, probably in total 6-8 hours work. I’m a huge fan of the Boxy theme and am sorry to see it gone. I never got around to DA UI but always intended to give it a try when it got nearer to coming out of Beta or got a ‘non-experimental’ release.

Perhaps ihodev will reply in this thread, although it seems likely that he’s stopped reading this forum.

1 Like

#33

Hello, I’ve tried to follow the installation in the readme.md but the Boxy Theme isn’t available after selecting Package Control: Install Package. Do I have to fork the repo and clone it locally? Been working on this for an hour now, would love some advice! Have a great day!

1 Like

#34

Doesn’t work for me. In the modules subdir are only the .pyc files but not the .py files. Could you check this?

0 Likes

#35

Those are all that I have. Very sorry!

0 Likes

#36

It’s relatively trivial to decomplie .pyc files to python source code using something like uncompyle6 (https://pypi.org/project/uncompyle6/), I’ve done it myself.

The issue is, the theme wasn’t permissively licensed as far as I can remember, so it’s questionable whether it would be okay to pick up dev on it.

It’s a shame that people are moving away from ST to vscode, ST is a great editor. :man_shrugging:

2 Likes

#37

Eh, even if that’s true, it’s not what happened here.

2 Likes

#38

I decompiled the code and it looks quite “sophisticated”. From my current point of knowledge most things of the DA UI can be implemented as plain *.sublime-theme file while keeping most of its flexibility/customizablity.

The variable support compared with the CSS color functions and the “extends” functionality introduced in the current dev cycle helps making all the python additions obsolete.

The required changes to the theme files makes the “licensing” issue obsolete.

I’ve learned a lot about the ST theming engine. The DA UI is a very good example to start learning as it makes use of the most features while being quite structured.

My local ports of the Minimal and Classic variants look quite well already. Did not start working on Elegant/Origin/Sodish variants so far as I lost myself in creating new animations and polishing the base theme and start integrating the new VCS features.

Even though it still needs some work - the idea of the DA UI theme will survive.

5 Likes

#39

Excellent! If you end up putting something up on GitHub, I’d be happy to help out where I can :slight_smile:

0 Likes

#40

Not true and I have the stats to prove it !!

See: Sublime Text going strong - StackOverflow’s Developer Survey Results 2018

3 Likes