From db933e9711c8f1688cbfb34cf3cdceddc4defc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20Fussing=20M=C3=B8rk?= Date: Tue, 8 Jan 2019 13:58:31 +0100 Subject: [PATCH] Added the old solarized config --- termite/.config/termite/config-solarized | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 termite/.config/termite/config-solarized diff --git a/termite/.config/termite/config-solarized b/termite/.config/termite/config-solarized new file mode 100644 index 0000000..b5ced12 --- /dev/null +++ b/termite/.config/termite/config-solarized @@ -0,0 +1,33 @@ +[options] +font = Source Code Pro for Powerline 11 +scrollback_lines = 10000 +size_hints = true + +# Solarized dark color scheme +[colors] +foreground = #839496 +foreground_bold = #eee8d5 +foreground_dim = #002b36 +background = #002b36 +cursor = #93a1a1 + +# if unset, will reverse foreground and background +#highlight = #839496 + +# colors from color0 to color254 can be set +color0 = #073642 +color1 = #dc322f +color2 = #859900 +color3 = #b58900 +color4 = #268bd2 +color5 = #d33682 +color6 = #2aa198 +color7 = #eee8d5 +color8 = #002b36 +color9 = #cb4b16 +color10 = #586e75 +color11 = #657b83 +color12 = #839496 +color13 = #6c71c4 +color14 = #93a1a1 +color15 = #fdf6e3