mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-06 21:13:58 +01:00
Revert xfce terminal colors to default (#143)
This commit is contained in:
parent
4555720583
commit
6f184a233f
|
|
@ -9,5 +9,3 @@ alias ll='ls --color=auto -lah'
|
|||
alias mydf='df -hPT | column -t'
|
||||
alias mylsblk='lsblk -o name,size,fstype,label,model'
|
||||
|
||||
# Change color of yellow text so it is readable in the terminal
|
||||
eval $(dircolors -p | sed -e 's/40;33/0;31/g' | dircolors -)
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ BackgroundImageStyle=TERMINAL_BACKGROUND_STYLE_TILED
|
|||
BackgroundDarkness=0.500000
|
||||
BindingBackspace=TERMINAL_ERASE_BINDING_AUTO
|
||||
BindingDelete=TERMINAL_ERASE_BINDING_AUTO
|
||||
ColorForeground=#000000000000
|
||||
ColorBackground=#f3bcf9999333
|
||||
ColorForeground=#ffffffffffff
|
||||
ColorBackground=#000000000000
|
||||
ColorCursor=#000000000000
|
||||
ColorSelection=White
|
||||
ColorSelectionUseDefault=TRUE
|
||||
|
|
|
|||
Loading…
Reference in a new issue