diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-08-08 09:09:43 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-08-08 09:18:31 +0200 |
commit | 71d2a1abb2f3e6854c7893f902c4ac38e3ac6318 (patch) | |
tree | 1417b6710ed8181bc739f972a342b5bf3cecc223 /config/termite | |
parent | 185eae8b3deccd5214788a3c0bca28a49ea4e2e2 (diff) | |
download | dotfiles-71d2a1abb2f3e6854c7893f902c4ac38e3ac6318.tar.gz dotfiles-71d2a1abb2f3e6854c7893f902c4ac38e3ac6318.tar.bz2 dotfiles-71d2a1abb2f3e6854c7893f902c4ac38e3ac6318.zip |
Termite is discontinued and dropped from Arch
Remove it and change for recommended alacritty
Diffstat (limited to 'config/termite')
-rw-r--r-- | config/termite/config | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/config/termite/config b/config/termite/config deleted file mode 100644 index 434be72..0000000 --- a/config/termite/config +++ /dev/null @@ -1,46 +0,0 @@ -# Solarized dark color scheme -# -[options] -font = DejaVuSansMono Nerd Font 13 - -# Generated from the base16/monokai.dark -# http://terminal.sexy -[colors] - -# special -foreground = #f8f8f2 -foreground_bold = #f8f8f2 -cursor = #f8f8f2 -background = #272822 - -# black -color0 = #272822 -color8 = #75715e - -# red -color1 = #f92672 -color9 = #f92672 - -# green -color2 = #a6e22e -color10 = #a6e22e - -# yellow -color3 = #f4bf75 -color11 = #f4bf75 - -# blue -color4 = #66d9ef -color12 = #66d9ef - -# magenta -color5 = #ae81ff -color13 = #ae81ff - -# cyan -color6 = #a1efe4 -color14 = #a1efe4 - -# white -color7 = #f8f8f2 -color15 = #f9f8f5 |