index — dotfiles @ c6775b8032e2423f5e484505b277a7e0fdc9788a

my dotfiles

.config/alacritty/alacritty.toml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
[colors.cursor]
cursor = "#d3c6aa"
text = "#232a2e"

[colors.primary]
background = "#2b3339"
foreground = "#d3c6aa"

[colors.normal]
black = "#232a2e"
blue = "#7fbbb3"
cyan = "#e69875"
green = "#83c092"
magenta = "#d699b6"
red = "#e67e80"
white = "#d3c6aa"
yellow = "#dbbc7f"

[colors.bright]
black = "#475158"
blue = "#3a515d"
cyan = "#d699b6"
green = "#a7c080"
magenta = "#7fbbb3"
red = "#e67e80"
white = "#9da9a0"
yellow = "#dbbc7f"

[cursor]
style = "Block"

[font.normal]
family = "DroidSansM Nerd Font"

[font]
size = 12.0

[scrolling]
history = 2000