* usr/lib/byobu/include/constants: LP: #940224

- revert r1927
This commit is contained in:
Dustin Kirkland 2012-04-03 19:19:42 -05:00
commit 6d24945cd0
2 changed files with 6 additions and 5 deletions

2
debian/changelog vendored
View file

@ -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

View file

@ -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