From 093c00cff26d8e70419865f96e895307ee09f632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sun, 9 Aug 2020 13:13:47 +0200 Subject: Import configs matplotlib, termite, mpd --- .config/termite/config | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .config/termite/config (limited to '.config/termite/config') diff --git a/.config/termite/config b/.config/termite/config new file mode 100644 index 0000000..e94765a --- /dev/null +++ b/.config/termite/config @@ -0,0 +1,46 @@ +# Solarized dark color scheme +# +[options] +font = DejaVuSansMono Nerd Font 13 + +# Generated from the Material Theme on +# http://terminal.sexy +[colors] + +# special +foreground = #eceff1 +foreground_bold = #eceff1 +cursor = #eceff1 +background = rgba(38, 50, 56, 0.8) + +# black +color0 = #263238 +color8 = #37474f + +# red +color1 = #ff9800 +color9 = #ffa74d + +# green +color2 = #8bc34a +color10 = #9ccc65 + +# yellow +color3 = #ffc107 +color11 = #ffa000 + +# blue +color4 = #03a9f4 +color12 = #81d4fa + +# magenta +color5 = #e91e63 +color13 = #ad1457 + +# cyan +color6 = #009688 +color14 = #26a69a + +# white +color7 = #cfd8dc +color15 = #eceff1 -- cgit v1.2.3