Code Monkey home page Code Monkey logo

Comments (6)

facelessuser avatar facelessuser commented on July 18, 2024

I've considered releasing them, see this thread: facelessuser/merge-dracula-theme#3.

I still haven't decided. With that said, I have no intentions of branching out and doing themes for Kitty and iterm2.

from sublime-dracula-scheme.

ciscohack avatar ciscohack commented on July 18, 2024

Sure thank you sir

from sublime-dracula-scheme.

ToxicSmurf avatar ToxicSmurf commented on July 18, 2024

@facelessuser I'd love to see the custom, independent, open-source color pallete that you made! I bet your original work is even better than the Vampire Dracula Pro theme that inspired you. @ me!

from sublime-dracula-scheme.

facelessuser avatar facelessuser commented on July 18, 2024

Yeah, I'm considering it. It is, in fact, using probably most of the actual Dracula color pallete, or using colors so close that the ∆E would make the colors indistinguishable from each other with the human eye.

You can't really copyright the colors, all you can do is copyright the themes, and since we have not looked at any official Pro themes, we have not taken any copyrighted material. We are simply plugging the colors into our existing themes which is based on the Sublime Text Mariana color scheme.

Alucard Pro is simply the Pro palette using the classic background and comments. It's an updated classic look that utilizes the new HSL normalized saturation/lightness palette that Pro uses.

It appears the new Dracula color scheme simply normalized saturation and lightness within the HSL color space, and sort of geometrically spaced the colors. I say sort of because the hues are not precisely spaced geometrically or symmetrically, but they are "kind of" close to being geometrically and symmetrically distanced within the HSL color space.

  • Foreground colors are all used within the official Dracula Pro site, all you have to do is extract them.
  • There are some colors within the site that seem to correspond to comments. This is the only foreground color that wasn't completely obvious but after analyzing a few examples, some observations were made, and it appears there is a generalized filter that can be used to generate the comments or something that is extremely close to what the comments are:
        "comment": "color(var(background) s(25%) l(55%))",
  • Background colors are found in the images, just using a digital color meter you can extract them.
  • I think there is one example of line highlighting in one of the images, based on that, a few observations were made and we came up with something generalized and practical for line highlighting and selections. I'm not 100% sure if these generalizations exactly match the official themes, but I don't care as they look good 🙂.
        "selection": "color(var(background) s(15%) l(30%))",
        "line-highlight": "color(var(background) s(25%) l(25%))",

After that, we simply plug the new colors into our existing Dracula theme which creates the variants. We have created variants that seem to match all the Pro themes, here are just a couple:

Dracula (Pro)

Text - Pro

Dracula Pro (Van Helsing)

Text - Van Helsing

from sublime-dracula-scheme.

ciscohack avatar ciscohack commented on July 18, 2024

if your customized build release, it will be the most loved theme... I am still waiting someday u release it

from sublime-dracula-scheme.

facelessuser avatar facelessuser commented on July 18, 2024

I've added Pro variants. These are based on our current work and just use the color palettes as demonstrated on the official Dracula Pro site. We do not and have not used any code from any official Dracula theme to accomplish this.

from sublime-dracula-scheme.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.