From 45ea8a17b649309f0a0290d866be9937fef0f2c3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 29 Apr 2018 14:57:21 +0200 Subject: Add mlterm configuration --- mlterm/.mlterm/color | 11 +++++++++++ mlterm/.mlterm/font | 2 ++ mlterm/.mlterm/main | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 mlterm/.mlterm/color create mode 100644 mlterm/.mlterm/font create mode 100644 mlterm/.mlterm/main (limited to 'mlterm/.mlterm') diff --git a/mlterm/.mlterm/color b/mlterm/.mlterm/color new file mode 100644 index 0000000..0c2e294 --- /dev/null +++ b/mlterm/.mlterm/color @@ -0,0 +1,11 @@ +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 diff --git a/mlterm/.mlterm/font b/mlterm/.mlterm/font new file mode 100644 index 0000000..a6de297 --- /dev/null +++ b/mlterm/.mlterm/font @@ -0,0 +1,2 @@ +DEFAULT = -xos4-terminus-medium-r-normal--14-*-72-72-c-* +UNICODE = -xos4-terminus-medium-r-normal--14-*-72-72-c-* \ No newline at end of file diff --git a/mlterm/.mlterm/main b/mlterm/.mlterm/main new file mode 100644 index 0000000..788118c --- /dev/null +++ b/mlterm/.mlterm/main @@ -0,0 +1,19 @@ +use_ctl = false +use_multi_column_char = false +use_combining = false +use_bold_font = false +encoding = UTF-8 +fontsize = 14 +type_engine = xcore +scrollbar_mode = none +input_method = kbd +logging_msg = false +logsize = 1000 +bg_color = #f8f8f8 +fg_color = #181818 +cursor_fg_color = #585858 +cursor_bg_color = #585858 +use_extended_scroll_shortcut = true +regard_uri_as_word = true +mod_meta_key = alt +mod_meta_mode = esc -- cgit 1.4.1