• Sign In



  • Categories

    Extension Details



    Readme

    Selenized & Solarized

    This extension provides a set of themes for the Selenized and Solarized colorsets. It uses the official color values and uses the values as determined in Solarized, but with personal color for keywords:

    • Document darkest/lightest background color.
    • Document borders are one background color value away.
    • Window is colored, one background color value away from document background
    • Thanks to @altercation himself for this suggestion!
    • Window borders are colored, one background color value away from window background
    • Comments are dimmed and italic
    • Brackets are dimmed
    • Links are red
    • Booleans/Numbers/Symbols/Entities are yellow
    • Hex values are yellow
    • Globals and constants are orange
    • Variables are magenta
    • Types are orange
    • Functions/Methods/Properties are blue
    • Core methods are orange
    • Arguments are green
    • Strings are green

    Theme Previews

    Below are previews for each included theme:

    Selenized Light

    Selenized Light

    Selenized Dark

    Selenized Dark

    Selenized Black

    Selenized Black

    Selenized White

    Selenized White

    Solarized Light

    Solarized Light

    Solarized Dark

    Solarized Dark

    Generating all themes

    This extension works by defining all the variants in a YML file and then generate each theme separately. To generate all themes, run the following command:

    ruby generate_themes.rb
    

    Acknowledgements

    Release Notes

    Version 2.1

    • Set the window background colors to be one color away from the document background. Thanks to @alteracation himself for the suggestion!

    Version 2.0.1

    • Fix preview images in Extension tab

    Version 2.0

    • Rewritten to use ruby script to generate all variants.
    • Add Solarized version as well

    Version 1.0 (Unreleased)

    • Initial version