termstyle 1.0.0-pre.3
An open-source C++ header file that enables developers to easily define and apply customizable style presets for terminal outputs such as warnings, infos, and errors.
Loading...
Searching...
No Matches
termstyle::PresetConfig Struct Reference

Struct for storing preset configurations. More...

#include <termstyle.hpp>

Public Attributes

StyleString prefix
 
StyleString suffix
 
Config config
 

Detailed Description

Struct for storing preset configurations.

Examples
tests/col16.cpp, tests/col256.cpp, tests/colrgb.cpp, and tests/demo.cpp.

Member Data Documentation

◆ config

Config termstyle::PresetConfig::config
See also
Config

◆ prefix

StyleString termstyle::PresetConfig::prefix

◆ suffix

StyleString termstyle::PresetConfig::suffix
See also
StyleString

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