Majoranapp
A C++ library for studying MZM in non-interacting systems
Color Class Reference

static class containing a few color definitions More...

#include <Colors.hpp>

Static Public Attributes

static const std::string green {"\033[0;32m"}
 
static const std::string red {"\033[0;31m"}
 
static const std::string blue {"\033[0;34m"}
 
static const std::string bwhite {"\033[1;37m"}
 
static const std::string normal {"\033[0m"}
 

Detailed Description

static class containing a few color definitions

Member Data Documentation

◆ blue

const std::string Color::blue {"\033[0;34m"}
static

◆ bwhite

const std::string Color::bwhite {"\033[1;37m"}
static

◆ green

const std::string Color::green {"\033[0;32m"}
static

◆ normal

const std::string Color::normal {"\033[0m"}
static

◆ red

const std::string Color::red {"\033[0;31m"}
static

The documentation for this class was generated from the following file: