mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:14:37 +02:00
6 lines
153 B
C
6 lines
153 B
C
#pragma once
|
|
|
|
#define FASTFETCH_TEXT_MODIFIER_BOLT "\e[1m"
|
|
#define FASTFETCH_TEXT_MODIFIER_ERROR "\e[1;31m"
|
|
#define FASTFETCH_TEXT_MODIFIER_RESET "\e[m"
|