Templates: Dim the border around template description text.

This commit is contained in:
Ben Loftis 2017-08-17 13:28:41 -05:00
parent 5f0279ab06
commit e59b28de09
1 changed files with 2 additions and 2 deletions

View File

@ -415,8 +415,8 @@ style "base_frame"
style "text_highlight_frame"
{
fg[NORMAL] = @texts
bg[NORMAL] = @texts
fg[NORMAL] = shade (0.4, @texts)
bg[NORMAL] = shade (0.4, @texts)
}
style "transport_frame"