From ddbeb4599827d352a3fd3b463c3a1e8ffed5f425 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 21 Jun 2018 11:29:40 +0200 Subject: mlterm: Use a nice colour scheme --- mlterm/.mlterm/color | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) (limited to 'mlterm') diff --git a/mlterm/.mlterm/color b/mlterm/.mlterm/color index 0c2e294..ee9f076 100644 --- a/mlterm/.mlterm/color +++ b/mlterm/.mlterm/color @@ -1,11 +1,23 @@ -black = #383838 -red = #ab4642 -green = #538947 -yellow = #f79a0e -blue = #7cafc2 -magenta = #96609e -cyan = #4b8093 -white = #b8b8b8 - -hl_black = #181818 -hl_white = #f8f8f8 \ No newline at end of file +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=#f3e430 +hl_blue=#20bbfc +hl_magenta=#6855de +hl_cyan=#4fb8cc +hl_white=#f1f1f1 +fg_color=#424242 +bg_color=#f1f1f1 +cursor_bg_color=#20bbfc +cursor_fg_color=#424242 +bd_color=#fb007a +it_color=#424242 +ul_color=#b6d6fd \ No newline at end of file -- cgit 1.4.1