mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
parent
93c5eb88f8
commit
6d24945cd0
2 changed files with 6 additions and 5 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue