From 609e3c919b8083efbcc953d981b7cc4555b1dea1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Dec 2018 16:23:01 +0100 Subject: mlterm: Make colours nicer --- mlterm/.mlterm/color | 44 ++++++++++++++++++++++---------------------- mlterm/.mlterm/main | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) (limited to 'mlterm') diff --git a/mlterm/.mlterm/color b/mlterm/.mlterm/color index 8e82b8d..41b74f2 100644 --- a/mlterm/.mlterm/color +++ b/mlterm/.mlterm/color @@ -1,23 +1,23 @@ -black=#212121 -red=#c30771 -green=#10a778 -yellow=#a89c14 -blue=#008ec4 -magenta=#523c79 -cyan=#20a5ba -white=#d9d9d9 -hl_black=#424242 -hl_red=#fb007a -hl_green=#5fd7af -hl_yellow=#e3d430 -hl_blue=#20bbfc -hl_magenta=#6855de -hl_cyan=#4fb8cc -hl_white=#d9d9d9 -fg_color=#424242 +black=#000000 +red=#f8282a +green=#328a5d +yellow=#fa701d +blue=#135cd0 +magenta=#9f00bd +cyan=#33c3c1 +white=#b3b3b3 +hl_black=#555753 +hl_red=#fb0416 +hl_green=#2cc631 +hl_yellow=#fdd727 +hl_blue=#1670ff +hl_magenta=#e900b0 +hl_cyan=#3ad5ce +hl_white=#eeeeec +fg_color=#262626 bg_color=#ffffff -cursor_bg_color=#20bbfc -cursor_fg_color=#424242 -bd_color=#fb007a -it_color=#424242 -ul_color=#b6d6fd \ No newline at end of file +cursor_bg_color=#6fd3fc +cursor_fg_color=#ffffff +bd_color=#1a1a1a +it_color=#041730 +ul_color=#6fd3fc \ No newline at end of file diff --git a/mlterm/.mlterm/main b/mlterm/.mlterm/main index 8baf66e..f9ce092 100644 --- a/mlterm/.mlterm/main +++ b/mlterm/.mlterm/main @@ -1,7 +1,7 @@ use_ctl = false use_multi_column_char = false use_combining = false -use_bold_font = false +use_bold_font = true encoding = UTF-8 fontsize = 10 type_engine = xft -- cgit 1.4.1