2025-07-11 09:06:14 -07:00
|
|
|
# ────────────────────────────────────────────────────────────
|
2025-07-14 10:42:40 -07:00
|
|
|
# Omarchy Matte Black Theme for Alacritty
|
|
|
|
# By tahayvr
|
2025-07-11 09:06:14 -07:00
|
|
|
# https://github.com/tahayvr
|
|
|
|
# ────────────────────────────────────────────────────────────
|
|
|
|
|
|
|
|
[window]
|
|
|
|
# window padding {px}
|
|
|
|
padding.x = 12
|
|
|
|
padding.y = 12
|
|
|
|
|
|
|
|
[font]
|
|
|
|
size = 12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[colors]
|
|
|
|
[colors.primary]
|
|
|
|
background = "#121212"
|
2025-07-14 10:42:40 -07:00
|
|
|
foreground = "#bebebe"
|
|
|
|
dim_foreground = "#8a8a8d"
|
2025-07-11 09:06:14 -07:00
|
|
|
|
|
|
|
[colors.cursor]
|
|
|
|
text = "#121212"
|
|
|
|
cursor = "#eaeaea"
|
|
|
|
|
|
|
|
[colors.vi_mode_cursor]
|
2025-07-14 10:42:40 -07:00
|
|
|
text = "#121212"
|
|
|
|
cursor = "#eaeaea"
|
2025-07-11 09:06:14 -07:00
|
|
|
|
|
|
|
[colors.selection]
|
|
|
|
text = "CellForeground"
|
2025-07-14 10:42:40 -07:00
|
|
|
background = "#333333"
|
2025-07-11 09:06:14 -07:00
|
|
|
|
|
|
|
[colors.normal]
|
2025-07-14 10:42:40 -07:00
|
|
|
black = "#333333"
|
|
|
|
red = "#D35F5F"
|
|
|
|
green = "#FFC107"
|
|
|
|
yellow = "#b91c1c"
|
|
|
|
blue = "#e68e0d"
|
|
|
|
magenta = "#D35F5F"
|
|
|
|
cyan = "#bebebe"
|
|
|
|
white = "#bebebe"
|
2025-07-11 09:06:14 -07:00
|
|
|
|
|
|
|
[colors.bright]
|
|
|
|
black = "#8a8a8d"
|
2025-07-14 10:42:40 -07:00
|
|
|
red = "#B91C1C"
|
|
|
|
green = "#FFC107"
|
|
|
|
yellow = "#b90a0a"
|
|
|
|
blue = "#f59e0b"
|
|
|
|
magenta = "#B91C1C"
|
|
|
|
cyan = "#eaeaea"
|
|
|
|
white = "#ffffff"
|