mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2023-12-28 bdc57299b1eb177c8f06c40f52b5c78a9ca99e07
Updated alacritty config to toml
1 files modified
1 files added
1 files deleted
958 ■■■■■ changed files
alacritty/DICT 4 ●●●● patch | view | raw | blame | history
alacritty/alacritty.toml 58 ●●●●● patch | view | raw | blame | history
alacritty/alacritty.yml 896 ●●●●● patch | view | raw | blame | history
alacritty/DICT
@@ -1,2 +1,2 @@
FILES="alacritty.yml"
LOCATIONS="${HOME}/.alacritty.yml"
FILES="alacritty.toml"
LOCATIONS="${HOME}/.alacritty.toml"
alacritty/alacritty.toml
New file
@@ -0,0 +1,58 @@
live_config_reload = true
[bell]
command = "None"
duration = 0
[colors]
draw_bold_text_with_bright_colors = true
[colors.bright]
black = "#555555"
blue = "#5555ff"
cyan = "#55ffff"
green = "#55ff55"
magenta = "#ff55ff"
red = "#ff5555"
white = "#ffffff"
yellow = "#ffff55"
[colors.normal]
black = "#000000"
blue = "#0000aa"
cyan = "#00aaaa"
green = "#00aa00"
magenta = "#aa00aa"
red = "#aa0000"
white = "#aaaaaa"
yellow = "#aa5500"
[colors.primary]
background = "#000000"
foreground = "#ffffff"
[cursor]
unfocused_hollow = true
[cursor.style]
blinking = "On"
shape = "Block"
[env]
TERM = "xterm-256color"
[font]
size = 10.0
[scrolling]
history = 10000
multiplier = 3
[window]
decorations = "full"
dynamic_title = true
opacity = 0.8
[window.dimensions]
columns = 80
lines = 24
alacritty/alacritty.yml
File was deleted