From 38d2e4a6002346891b14c56698fce1f92bd6209d Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 8 Aug 2021 15:41:04 -0500 Subject: Switch from Termite to XTerm Switched from termite to xterm, so the termite config is no longer used --- .config/termite/config | 65 -------------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 .config/termite/config (limited to '.config/termite') diff --git a/.config/termite/config b/.config/termite/config deleted file mode 100644 index abed9d5..0000000 --- a/.config/termite/config +++ /dev/null @@ -1,65 +0,0 @@ -[options] -font = Fantasque Sans Mono 11 -allow_bold = true -audible_bell = false -clickable_url = true -dynamic_title = false -scrollback_lines=10000 -urgent_on_bell = false -search_wrap = true -cursor_blink = system -cursor_shape = block -browser = xdg-open -filter_unmatched_urls = true -modify_other_keys = false -size_hints = false - -[colors] -# Base16 Synth Midnight Dark -# Author: Michaƫl Ball (http://github.com/michael-ball/) - -foreground = #DFDBDF -foreground_bold = #DFDBDF -cursor = #DFDBDF -cursor_foreground = #040404 -background = #040404 - -# 16 color space - -# Black, Gray, Silver, White -color0 = #040404 -color8 = #61507A -color7 = #DFDBDF -color15 = #FFFBFF - -# Red -color1 = #B53B50 -color9 = #B53B50 - -# Green -color2 = #06EA61 -color10 = #06EA61 - -# Yellow -color3 = #DAE84D -color11 = #DAE84D - -# Blue -color4 = #03AEFF -color12 = #03AEFF - -# Purple -color5 = #EA5CE2 -color13 = #EA5CE2 - -# Teal -color6 = #7CEDE9 -color14 = #7CEDE9 - -# Extra colors -color16 = #E4600E -color17 = #9D4D0E -color18 = #141414 -color19 = #242424 -color20 = #BFBBBF -color21 = #EFEBEF -- cgit v1.2.3