dot-files/.config/alacritty/alacritty.yml
2024-05-24 21:30:55 -04:00

102 lines
1.8 KiB
YAML

env:
TERM: xterm-256color
shell:
program: "/home/$USER/.cargo/bin/nu"
window:
dimensions:
columns: 85
lines: 50
blur: true
title: "Alacritty Nu Starship"
dynamic_title: true
general:
live_config_reload: true
font:
normal:
family: "Inconsolata SemiBold"
size: 9
mouse:
hide_when_typing: true
double_click: { threshold: 300 }
mouse_bindings:
- { mouse: Middle, action: PasteSelection }
selection:
save_to_clipboard: true
cursor:
style:
shape: "Beam"
blinking: "Always"
# https://raw.githubusercontent.com/alacritty/alacritty-theme/master/themes/night_owlish_light.toml
# Colors (Night Owlish Light)
# colors:
# primary:
# background: '#ffffff'
# foreground: '#403f53'
# normal:
# black: '#011627'
# red: '#d3423e'
# green: '#2aa298'
# yellow: '#daaa01'
# blue: '#4876d6'
# magenta: '#403f53'
# cyan: '#08916a'
# white: '#7a8181'
# bright:
# black: '#7a8181'
# red: '#f76e6e'
# green: '#49d0c5'
# yellow: '#dac26b'
# blue: '#5ca7e4'
# magenta: '#697098'
# cyan: '#00c990'
# white: '#989fb1'
# cursor:
# cursor: '#403f53'
# text: '#fbfbfb'
# selection:
# background: '#f2f2f2'
# text: '#403f53'
# https://raw.githubusercontent.com/alacritty/alacritty-theme/master/themes/alabaster_dark.toml
colors:
primary:
background: '#242424'
foreground: '#CECECE'
cursor:
text: '#0E1415'
cursor: '#CECECE'
normal:
black: '#0E1415'
red: '#e25d56'
green: '#73ca50'
yellow: '#e9bf57'
blue: '#4a88e4'
magenta: '#915caf'
cyan: '#23acdd'
white: '#f0f0f0'
bright:
black: '#777777'
red: '#f36868'
green: '#88db3f'
yellow: '#f0bf7a'
blue: '#6f8fdb'
magenta: '#e987e9'
cyan: '#4ac9e2'
white: '#FFFFFF'