From 6d24945cd0be157557b42f58088e1abe2164bd59 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 3 Apr 2012 19:19:42 -0500 Subject: [PATCH] * usr/lib/byobu/include/constants: LP: #940224 - revert r1927 --- debian/changelog | 2 ++ usr/lib/byobu/include/constants | 9 ++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e8c9c902..2eac978e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ byobu (5.17) unreleased; urgency=low - localize a couple of function variables * usr/bin/byobu: LP: #966686 - ensure that the MOTD gets printed on byobu-tmux first launches + * usr/lib/byobu/include/constants: LP: #940224 + - revert r1927 [ Fumihito YOSHIDA (hito) ] * usr/lib/byobu/logo: LP: #952724 diff --git a/usr/lib/byobu/include/constants b/usr/lib/byobu/include/constants index 321002d2..ac1ac5ea 100755 --- a/usr/lib/byobu/include/constants +++ b/usr/lib/byobu/include/constants @@ -99,8 +99,7 @@ command -v greadlink >/dev/null 2>&1 && export BYOBU_READLINK="greadlink" || exp command -v sensible-pager >/dev/null 2>&1 && export BYOBU_PAGER="sensible-pager" || export BYOBU_PAGER="less" # Default colors -export BYOBU_DARK="#AEA79F" # WARM GREY -export BYOBU_LIGHT="#333333" # COOL GREY -export BYOBU_ACCENT="#75507B" # AUBERGINE -export BYOBU_HIGHLIGHT="#DD4814" # UBUNTU ORANGE - +export BYOBU_DARK="black" +export BYOBU_LIGHT="white" +export BYOBU_ACCENT="#75507B" # AUBERGINE +export BYOBU_HIGHLIGHT="#DD4814" # UBUNTU ORANGE