Instantiator
Generate c++ template instantiations
Loading...
Searching...
No Matches
ProgressStyle Struct Reference

#include <IO/ProgressBar.hpp>

Public Attributes

fmt::color fg_done = fmt::color::lime
 
fmt::color bg_done = fmt::color::sea_green
 
fmt::color fg_do = fmt::color::dark_blue
 
fmt::color bg_do = fmt::color::black
 
fmt::color fg_percent = fmt::color::lime
 
fmt::color bg_percent = fmt::color::black
 
fmt::color fg_message = fmt::color::white_smoke
 
fmt::color bg_message = fmt::color::black
 

Detailed Description

Definition at line 6 of file ProgressBar.hpp.

Member Data Documentation

◆ bg_do

fmt::color ProgressStyle::bg_do = fmt::color::black

Definition at line 12 of file ProgressBar.hpp.

◆ bg_done

fmt::color ProgressStyle::bg_done = fmt::color::sea_green

Definition at line 9 of file ProgressBar.hpp.

◆ bg_message

fmt::color ProgressStyle::bg_message = fmt::color::black

Definition at line 18 of file ProgressBar.hpp.

◆ bg_percent

fmt::color ProgressStyle::bg_percent = fmt::color::black

Definition at line 15 of file ProgressBar.hpp.

◆ fg_do

fmt::color ProgressStyle::fg_do = fmt::color::dark_blue

Definition at line 11 of file ProgressBar.hpp.

◆ fg_done

fmt::color ProgressStyle::fg_done = fmt::color::lime

Definition at line 8 of file ProgressBar.hpp.

◆ fg_message

fmt::color ProgressStyle::fg_message = fmt::color::white_smoke

Definition at line 17 of file ProgressBar.hpp.

◆ fg_percent

fmt::color ProgressStyle::fg_percent = fmt::color::lime

Definition at line 14 of file ProgressBar.hpp.


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