Use light colorscheme
This commit is contained in:
parent
82634b63b9
commit
9898f1b797
2 changed files with 2 additions and 2 deletions
2
.bashrc
2
.bashrc
|
|
@ -58,7 +58,7 @@ if [ "$color_prompt" = yes ]; then
|
|||
if [ "$CONTAINER_OR_VM" = true ]; then
|
||||
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
||||
else
|
||||
PS1="\[\033[1;33m\]\u\[\033[1;34m\]@\[\033[1;32m\]\h \[\033[1;34m\]\w\\[\033[0;37m\]$ "
|
||||
PS1="\[\033[1;35m\]\u\[\033[1;34m\]@\[\033[1;30m\]\h \[\033[1;34m\]\w\\[\033[0;37m\]$ "
|
||||
fi
|
||||
else
|
||||
PS1='\u@\h:\w\$ '
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ vim.o.lbr = true
|
|||
vim.o.cursorline = true
|
||||
|
||||
vim.o.termguicolors = true
|
||||
vim.o.background = 'dark'
|
||||
vim.o.background = 'light'
|
||||
|
||||
--enable statusbar
|
||||
vim.o.laststatus = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue