Files
dotfiles/alacritty/.alacritty.toml
Christian Nieves 3cf440ec45 themes
2024-12-07 20:51:47 -06:00

48 lines
794 B
TOML

[font]
size = 12
normal = { family = "ComicCodeLigatures Nerd Font Light" }
[window]
option_as_alt = "OnlyLeft"
decorations = "None"
# moonfly theme for Alacritty
#
# Upstream: github.com/bluz71/vim-moonfly-colors
[colors]
draw_bold_text_with_bright_colors = true
[colors.bright]
black = "#949494"
blue = "#74b2ff"
cyan = "#85dc85"
green = "#36c692"
magenta = "#ae81ff"
red = "#ff5189"
white = "#e4e4e4"
yellow = "#c6c684"
[colors.cursor]
cursor = "#8e8e8e"
text = "#080808"
[colors.normal]
black = "#323437"
blue = "#80a0ff"
cyan = "#79dac8"
green = "#8cc85f"
magenta = "#cf87e8"
red = "#ff5454"
white = "#c6c6c6"
yellow = "#e3c78a"
[colors.primary]
background = "#080808"
bright_foreground = "#eeeeee"
foreground = "#bdbdbd"
[colors.selection]
background = "#b2ceee"
text = "#080808"