Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/.config/alacritty/alacritty.toml

127 lines
1.4 KiB
TOML

[colors]
draw_bold_text_with_bright_colors = true
[colors.primary]
background = "#002E37" # Stop 7
foreground = "#DDECF0" # Stop 1
[colors.selection]
background = "#004D5C" # Stop 6
text = "#DDECF0" # Stop 1
[colors.normal]
black = "#2E2E32" # gray
blue = "#6D91CC"
cyan = "#59B1C4" # Stop 3
green = "#669D68"
magenta = "#B57DB0"
red = "#C87B75"
white = "#96D0DD" # Stop 2
yellow = "#A38F45"
[colors.bright]
black = "#004D5C" # Stop 6
blue = "#8BB0ED"
cyan = "#96D0DD" # Stop 2
green = "#84BC85"
magenta = "#D69CD0"
red = "#EA9A93"
white = "#DDECF0" # Stop 1
yellow = "#C2AF64"
[colors.cursor]
text = "#002E37" # Stop 7
cursor = "#DDECF0" # Stop 1
[cursor]
blink_interval = 500
thickness = 0.1
unfocused_hollow = true
[cursor.style]
blinking = "On"
shape = "Block"
[font]
size = 12.0
[font.bold]
family = "FiraCode Nerd Font"
style = "Bold"
[font.bold_italic]
family = "FiraCode Nerd Font"
style = "Semibold"
[font.italic]
family = "FiraCode Nerd Font"
style = "Light"
[font.normal]
family = "FiraCode Nerd Font"
style = "Regular"
[font.offset]
x = 0
y = 0
[[keyboard.bindings]]
action = "SpawnNewInstance"
key = "Return"
mods = "Control|Shift"
[scrolling]
history = 99999
multiplier = 10
[terminal.shell]
args = ["-l"]
program = "/usr/bin/zsh"
[window]
decorations = "none"
dynamic_padding = true
opacity = 0.95
[window.padding]
x = 10
y = 10