FreeBSD Bugzilla – Attachment 224226 Details for
Bug 255190
sysutils/byobu: fix color definitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
color fix patch (git diff)
byobu-5.133_2.patch (text/plain), 1.14 KB, created by
Justin Coffman
on 2021-04-18 17:09:19 UTC
(
hide
)
Description:
color fix patch (git diff)
Filename:
MIME Type:
Creator:
Justin Coffman
Created:
2021-04-18 17:09:19 UTC
Size:
1.14 KB
patch
obsolete
>diff --git a/sysutils/byobu/Makefile b/sysutils/byobu/Makefile >index 4a1770889..bacbb388b 100644 >--- a/sysutils/byobu/Makefile >+++ b/sysutils/byobu/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= byobu > PORTVERSION= 5.133 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ > DISTNAME= ${PORTNAME}_${PORTVERSION}.orig >diff --git a/sysutils/byobu/files/patch-usr_lib_byobu_include_colors b/sysutils/byobu/files/patch-usr_lib_byobu_include_colors >new file mode 100644 >index 000000000..12f3a3783 >--- /dev/null >+++ b/sysutils/byobu/files/patch-usr_lib_byobu_include_colors >@@ -0,0 +1,20 @@ >+--- usr/lib/byobu/include/colors.orig 2021-04-18 17:01:25 UTC >++++ usr/lib/byobu/include/colors >+@@ -22,13 +22,13 @@ >+ # Inspired by http://design.ubuntu.com/brand/colour-palette >+ >+ # Cool grey >+-export BYOBU_DARK="\#333333" >++export BYOBU_DARK="#333333" >+ >+ # Warm white >+-export BYOBU_LIGHT="\#EEEEEE" >++export BYOBU_LIGHT="#EEEEEE" >+ >+ # Aubergine >+-export BYOBU_ACCENT="\#75507B" >++export BYOBU_ACCENT="#75507B" >+ >+ # Ubuntu orange >+-export BYOBU_HIGHLIGHT="\#DD4814" >++export BYOBU_HIGHLIGHT="#DD4814"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255190
:
224226
|
224235