diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-18 00:51:33 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-18 00:51:33 +0200 |
commit | 93101fda228d1e0f9e6c3288ef49ca787b216b92 (patch) | |
tree | 7b50cd0525af29c3582b45940c03c0ed4aa5d25a | |
parent | 485fbdfc648c13d6647308d7ec0a08e63612fbd9 (diff) | |
download | dotfiles-93101fda228d1e0f9e6c3288ef49ca787b216b92.tar.xz |
termite: unset highlight color, let it use reverse video
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | termite/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/termite/config b/termite/config index 3558710..acf5740 100644 --- a/termite/config +++ b/termite/config @@ -41,7 +41,7 @@ background = #303030 #background = rgba(63, 63, 63, 0.8) # if unset, will reverse foreground and background -highlight = #252525 +#highlight = #202020 # colors from color0 to color254 can be set color0 = #3f3f3f |