#ifndef COLORSCHEME_HPP #define COLORSCHEME_HPP /// Wrapper file to make the color schemes available to using applications /// without the circular include headaches. #include "ColorScheme/ColorSchemeBase.hpp" #include "ColorScheme/Default.hpp" #include "ColorScheme/Solarized.hpp" #endif