From 1fa4d84120d3d83fc3e0327b6aad59f8fb820fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sat, 26 Sep 2020 17:21:01 +0200 Subject: new terminal colors --- .config/termite/config | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.config/termite/config b/.config/termite/config index e94765a..434be72 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -3,44 +3,44 @@ [options] font = DejaVuSansMono Nerd Font 13 -# Generated from the Material Theme on +# Generated from the base16/monokai.dark # http://terminal.sexy [colors] # special -foreground = #eceff1 -foreground_bold = #eceff1 -cursor = #eceff1 -background = rgba(38, 50, 56, 0.8) +foreground = #f8f8f2 +foreground_bold = #f8f8f2 +cursor = #f8f8f2 +background = #272822 # black -color0 = #263238 -color8 = #37474f +color0 = #272822 +color8 = #75715e # red -color1 = #ff9800 -color9 = #ffa74d +color1 = #f92672 +color9 = #f92672 # green -color2 = #8bc34a -color10 = #9ccc65 +color2 = #a6e22e +color10 = #a6e22e # yellow -color3 = #ffc107 -color11 = #ffa000 +color3 = #f4bf75 +color11 = #f4bf75 # blue -color4 = #03a9f4 -color12 = #81d4fa +color4 = #66d9ef +color12 = #66d9ef # magenta -color5 = #e91e63 -color13 = #ad1457 +color5 = #ae81ff +color13 = #ae81ff # cyan -color6 = #009688 -color14 = #26a69a +color6 = #a1efe4 +color14 = #a1efe4 # white -color7 = #cfd8dc -color15 = #eceff1 +color7 = #f8f8f2 +color15 = #f9f8f5 -- cgit v1.2.3