Fix tab issue in terminals

This commit is contained in:
hhhorb 2015-07-08 12:41:41 -04:00
parent 6d49c3bb21
commit 33fecad9c8

View file

@ -251,9 +251,9 @@ style "notebook-button" = "notebook-bg"
style "notebook-bg"
{
# bg[NORMAL] = shade (0.95, @base_color)
# bg[ACTIVE] = shade (0.97, @bg_color)
# fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color))
bg[NORMAL] = shade (0.95, @base_color)
bg[ACTIVE] = shade (0.97, @bg_color)
fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color))
}
style "notebook" = "notebook-bg"