struct EE::UI::Doc::SyntaxColorScheme::Storage

#include <syntaxcolorscheme.hpp>

struct Storage {
    // fields

    std::string name;
    UnorderedMap<SyntaxStyleType, Style> syntaxColors;
    UnorderedMap<SyntaxStyleType, Style> editorColors;
};