Skip to content

Instantly share code, notes, and snippets.

@sawaYch
Last active January 12, 2022 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sawaYch/0fbf184f1f0b49b8750534f1d2444575 to your computer and use it in GitHub Desktop.
Save sawaYch/0fbf184f1f0b49b8750534f1d2444575 to your computer and use it in GitHub Desktop.
Alacritty terminal configuration
env:
TERM: xterm-256color
cursor:
style: Block
font:
normal:
family: Source Code Pro for Powerline
size: 14
use_thin_strokes: true
selection:
save_to_clipboard: true
shell:
program: /bin/zsh
args:
- --login
#scrolling:
# multiplier: 0
colors:
primary:
background: '#282a36'
foreground: '#f8f8f2'
bright_foreground: '#ffffff'
cursor:
text: CellBackground
cursor: CellForeground
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
search:
matches:
foreground: '#44475a'
background: '#50fa7b'
focused_match:
foreground: '#44475a'
background: '#ffb86c'
bar:
background: '#282a36'
foreground: '#f8f8f2'
hints:
start:
foreground: '#282a36'
background: '#f1fa8c'
end:
foreground: '#f1fa8c'
background: '#282a36'
line_indicator:
foreground: None
background: None
selection:
text: CellForeground
background: '#44475a'
normal:
black: '#21222c'
red: '#ff5555'
green: '#50fa7b'
yellow: '#f1fa8c'
blue: '#bd93f9'
magenta: '#ff79c6'
cyan: '#8be9fd'
white: '#f8f8f2'
bright:
black: '#6272a4'
red: '#ff6e6e'
green: '#69ff94'
yellow: '#ffffa5'
blue: '#d6acff'
magenta: '#ff92df'
cyan: '#a4ffff'
white: '#ffffff'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment