neovim으로 다시 돌아감
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import:
|
||||
- ~/.config/alacritty/base16-tomorrow.yml
|
||||
- ~/.config/alacritty/dracula.yml
|
||||
|
||||
window:
|
||||
dimensions:
|
||||
columns: 80
|
||||
lines: 25
|
||||
lines: 24
|
||||
|
||||
padding:
|
||||
x: 6
|
||||
@@ -15,5 +15,12 @@ font:
|
||||
family: TerminessTTF Nerd Font
|
||||
|
||||
size: 16.0
|
||||
colors:
|
||||
background_opacity: 1
|
||||
|
||||
background_opacity: 0.96
|
||||
|
||||
key_bindings:
|
||||
- { key: Period, mods: Command, chars: "\\f" }
|
||||
- { key: P, mods: Command, chars: "\\p" }
|
||||
|
||||
env:
|
||||
TERM: screen-256color
|
||||
|
||||
@@ -57,10 +57,10 @@ if [ -x "$(command -v tput)" ]; then
|
||||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
lc="${reset}${bold}${magenta}" # labels
|
||||
nc="${reset}${bold}${magenta}" # user and hostname
|
||||
ic="${reset}" # info
|
||||
c0="${reset}${blue}" # first color
|
||||
c0="${reset}${magenta}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user