From 30459cd0863647e6a9b76c5901fa88236eb2f25d Mon Sep 17 00:00:00 2001 From: andrew bezella Date: Sat, 20 Jan 2018 21:44:05 -0800 Subject: [PATCH] correct ANSI codes for bold/italic on the terminal --- esc-solarized.outlang | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/esc-solarized.outlang b/esc-solarized.outlang index a36914c..bdfa548 100644 --- a/esc-solarized.outlang +++ b/esc-solarized.outlang @@ -1,13 +1,12 @@ extension "txt" -styletemplate "[38;05;$stylem$text" +styletemplate "\x1b[$stylem$text\x1b[m" styleseparator ";" -# TODO: Make these work bold "01$style" underline "04$style" -italics "$style" -color "$style" +italics "03$style" +color "38;05;$style" colormap "yellow" "136"