Skip to content

Commit

Permalink
Update background color
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Nov 14, 2024
1 parent a47e902 commit e4d91cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/share/plymouth/themes/biglinux/animated-boot.script
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Background colors configuration
Window.SetBackgroundTopColor (0.1176, 0.1176, 0.1176);
Window.SetBackgroundBottomColor (0.1176, 0.1176, 0.1176);
Window.SetBackgroundTopColor (0, 0, 0);
Window.SetBackgroundBottomColor (0, 0, 0);

# Loading images for both animations
# First animation (no loop)
Expand Down

0 comments on commit e4d91cd

Please sign in to comment.