summaryrefslogtreecommitdiff
path: root/sys-boot/plymouth/files/plymouth-text-redcore-colors.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 02:23:37 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 02:23:37 +0100
commit9f5fc46fb7a34f556763a67d885a8427ed380843 (patch)
treec25d14da72e5eab4ab942b0ccd57776068b073c1 /sys-boot/plymouth/files/plymouth-text-redcore-colors.patch
parent86bc5f1eebf76209cc45887673b1b98f52c79a1a (diff)
sys-boot/plymouth : version bump (v0.9.4) -> this one works
Diffstat (limited to 'sys-boot/plymouth/files/plymouth-text-redcore-colors.patch')
-rw-r--r--sys-boot/plymouth/files/plymouth-text-redcore-colors.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-boot/plymouth/files/plymouth-text-redcore-colors.patch b/sys-boot/plymouth/files/plymouth-text-redcore-colors.patch
deleted file mode 100644
index fe0f8f6a..00000000
--- a/sys-boot/plymouth/files/plymouth-text-redcore-colors.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -Nurp plymouth-0.8.8.orig/src/plugins/splash/text/plugin.c plymouth-0.8.8/src/plugins/splash/text/plugin.c
---- plymouth-0.8.8.orig/src/plugins/splash/text/plugin.c 2019-01-26 16:06:17.245381656 +0200
-+++ plymouth-0.8.8/src/plugins/splash/text/plugin.c 2019-01-26 15:34:11.185772000 +0200
-@@ -177,13 +177,13 @@ view_start_animation (view_t *view)
- 0x000000);
- ply_terminal_set_color_hex_value (terminal,
- PLY_TERMINAL_COLOR_WHITE,
-- 0xffffff);
-+ 0xDDDDDD);
- ply_terminal_set_color_hex_value (terminal,
- PLY_TERMINAL_COLOR_BLUE,
-- 0x0073B3);
-+ 0x8f0A0A);
- ply_terminal_set_color_hex_value (terminal,
- PLY_TERMINAL_COLOR_BROWN,
-- 0x00457E);
-+ 0x520A0A);
-
- ply_text_display_set_background_color (view->display,
- PLY_TERMINAL_COLOR_BLACK);