Revert xfce terminal colors to default (#143)

This commit is contained in:
fdupoux 2020-09-07 18:12:08 +01:00
parent 4555720583
commit 6f184a233f
2 changed files with 2 additions and 4 deletions

View file

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

View file

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