From 4864d02e16cb6ab207dc243563e52f3c2c75a041 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Fri, 20 Nov 2020 23:40:14 +0100 Subject: [PATCH] Minor color tweak for termite --- termite/config | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/termite/config b/termite/config index b725311..cb7e95b 100644 --- a/termite/config +++ b/termite/config @@ -3,18 +3,16 @@ font = Source Code Pro 10 size_hints = true [colors] -# Base16 Default Dark -# Author: Chris Kempson (http://chriskempson.com) - foreground = #d8d8d8 foreground_bold = #d8d8d8 cursor = #d8d8d8 # 181818 (HEX) default -cursor_foreground = rgba(24, 24, 24, 0.94) -background = rgba(24, 24, 24, 0.94) +cursor_foreground = rgba(24, 24, 24, 0.8) +background = rgba(29, 31, 33, 0.94) +# 1d1f21 # a=0.94 -highlight = #4c566a +highlight = #161719 # 16 color space