summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-05 08:59:00 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-05 08:59:00 +0200
commit285e2fddbf0af06dc6902ab34ace90744a7ce035 (patch)
treed62f412623606982970decbc426b84d5c849177f /src/ui/color.h
parent6a002b8f578ec59fb452b83a6af64d153f22b076 (diff)
Full 8-bit ANSI palette for foreground colors
Diffstat (limited to 'src/ui/color.h')
-rw-r--r--src/ui/color.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/color.h b/src/ui/color.h
index 2b7fd735..94c38aec 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -227,5 +227,5 @@ iLocalDef void setHsl_Color(int color, iHSLColor hsl) {
227 227
228void setThemePalette_Color (enum iColorTheme theme); 228void setThemePalette_Color (enum iColorTheme theme);
229 229
230iColor ansi_Color (iRangecc escapeSequence, int fallback); 230iColor ansiForeground_Color (iRangecc escapeSequence, int fallback);
231const char * escape_Color (int color); 231const char * escape_Color (int color);