all repos — nixfiles @ 45ea8a17b649309f0a0290d866be9937fef0f2c3

System and user configuration, managed by nix and home-manager

Add mlterm configuration

Alan Pearce
commit

45ea8a17b649309f0a0290d866be9937fef0f2c3

parent

79cdd5c103d4aad1c3185cecf82893df30e60f6c

3 files changed, 32 insertions(+), 0 deletions(-)

jump to
A 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
A 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-*
A 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