all repos — nixfiles @ 22f3869fb4f3d514fb7f7c7f2250fdcbfa789bf7

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

Remove configuration for unused terminals
Alan Pearce alan@alanpearce.eu
Fri, 04 Oct 2019 22:06:35 +0200
commit

22f3869fb4f3d514fb7f7c7f2250fdcbfa789bf7

parent

f261abcfbd6f3b2e635e554e2a50331ad9e3f577

5 files changed, 0 insertions(+), 96 deletions(-)

jump to
D user/mlterm/.mlterm/aafont
@@ -1,2 +0,0 @@-DEFAULT = Liberation Mono 9
-ISO10646_UCS4_1 = Liberation Mono 9
D user/mlterm/.mlterm/color
@@ -1,23 +0,0 @@-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=#6fd3fc
-cursor_fg_color=#ffffff
-bd_color=#1a1a1a
-it_color=#041730
-ul_color=#6fd3fc
D user/mlterm/.mlterm/font
@@ -1,2 +0,0 @@-DEFAULT = Liberation Mono 12
-UNICODE = Liberation Mono 12
D user/mlterm/.mlterm/main
@@ -1,21 +0,0 @@-use_ctl = false
-use_multi_column_char = false
-use_combining = false
-use_bold_font = true
-encoding = UTF-8
-fontsize = 10
-type_engine = xft
-scrollbar_mode = none
-input_method = kbd
-logging_msg = false
-logsize = 10000
-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
-use_anti_alias = true
-use_point_size = true
D user/termite/.config/termite/config
@@ -1,48 +0,0 @@-[options]
-cursor_blink = off
-font = IBM Plex Mono 8
-scrollback_lines = -1
-
-[colors]
-
-# special
-foreground      = #5a5758
-foreground_bold = #5a5758
-cursor          = #5a5758
-background      = #ffffff
-
-# black
-color0  = #231f20
-color8  = #737171
-
-# red
-color1  = #ee2e24
-color9  = #ee2e24
-
-# green
-color2  = #00853e
-color10 = #00853e
-
-# yellow
-color3  = #edb204
-color11 = #edb204
-
-# blue
-color4  = #009ddc
-color12 = #009ddc
-
-# magenta
-color5  = #98005d
-color13 = #98005d
-
-# cyan
-color6  = #85cebc
-color14 = #85cebc
-
-# white
-color7  = #d9d8d8
-color15 = #ffffff
-
-# Local Variables:
-# compile-command: "pkill -USR1 termite"
-# End: