Skip to content

Commit

Permalink
color config needs to be redesigned
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 13, 2018
1 parent 86eafd0 commit 8bfd6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/Til Death/Graphics/ScreenTitleMenu scroll.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ return Def.ActorFrame {
self:zoom(0.57):diffuse(getMainColor('positive'))
end,
LoseFocusCommand = function(self)
self:zoom(0.55):diffuse(color("#b87cf0"))
self:zoom(0.55):diffuse(getTitleColor('Line_Left'))
end
}
}

0 comments on commit 8bfd6d3

Please sign in to comment.