|
ttx 0.1.0
|
#include "di/types/byte.h"#include "di/util/to_underlying.h"#include "di/vocab/array/array.h"#include "ttx/terminal/color.h"Go to the source code of this file.
Classes | |
| class | ttx::terminal::Palette |
Namespaces | |
| namespace | ttx |
| namespace | ttx::terminal |
Enumerations | |
| enum class | ttx::terminal::ThemeMode { ttx::terminal::Light , ttx::terminal::Dark } |
| Theme mode (light or dark). More... | |
| enum class | ttx::terminal::PaletteIndex : u16 { ttx::terminal::StaticBegin = 0 , ttx::terminal::StaticEnd = 255 , ttx::terminal::SpecialBegin , ttx::terminal::SpecialBold = SpecialBegin , ttx::terminal::SpecialUnderline , ttx::terminal::SpecialBlink , ttx::terminal::SpecialReverse , ttx::terminal::SpecialItalic , ttx::terminal::SpecialEnd = SpecialItalic , ttx::terminal::Foreground , ttx::terminal::Background , ttx::terminal::Cursor , ttx::terminal::CursorText , ttx::terminal::SelectionBackground , ttx::terminal::SelectionForeground , ttx::terminal::Count , ttx::terminal::Unknown = Count } |
| Extended palette index which includes dynamic colors. More... | |