add configs
This commit is contained in:
parent
017b6c41d7
commit
81176e23fd
10 changed files with 854 additions and 1 deletions
37
alacritty.yml
Normal file
37
alacritty.yml
Normal file
|
@ -0,0 +1,37 @@
|
|||
window:
|
||||
padding:
|
||||
x: 8
|
||||
y: 8
|
||||
opacity: 0.6
|
||||
|
||||
font:
|
||||
normal:
|
||||
family: Comic mono
|
||||
size: 12
|
||||
|
||||
colors:
|
||||
primary:
|
||||
background: "#222244"
|
||||
foreground: "#ffffff"
|
||||
normal:
|
||||
black: "#111111"
|
||||
red: "#cc0000"
|
||||
green: "#00cc00"
|
||||
yellow: "#cccc00"
|
||||
blue: "#4466dd"
|
||||
magenta: "#cc00cc"
|
||||
cyan: "#00cccc"
|
||||
white: "#bbbbbb"
|
||||
bright:
|
||||
black: "#222222"
|
||||
red: "#ff0000"
|
||||
green: "#00ff00"
|
||||
yellow: "#ffff00"
|
||||
blue: "#66aaff"
|
||||
magenta: "#ff55ff"
|
||||
cyan: "#55ffff"
|
||||
white: "#ffffff"
|
||||
|
||||
shell:
|
||||
program: /bin/fish
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue