118 lines
2 KiB
TOML
118 lines
2 KiB
TOML
[colors.bright]
|
|
#black = "0x32302f"
|
|
#blue = "0x7daea3"
|
|
#cyan = "0x89b482"
|
|
#green = "0xa9b665"
|
|
#magenta = "0xd3869b"
|
|
#red = "0xea6962"
|
|
#white = "0xd4be98"
|
|
#yellow = "0xd8a657"
|
|
black = "0x867462"
|
|
red = "0xD47766"
|
|
green = "0x85B695"
|
|
yellow = "0xEBC06D"
|
|
blue = "0xA3A9CE"
|
|
magenta ="0xCF9BC2"
|
|
cyan = "0x89B3B6"
|
|
white = "0xECE1D7"
|
|
|
|
[colors.cursor]
|
|
cursor = "CellForeground"
|
|
text = "CellBackground"
|
|
|
|
#colors:
|
|
# primary:
|
|
# foreground: '#ECE1D7'
|
|
# background: '#292522'
|
|
# normal:
|
|
# black: '#34302C'
|
|
# red: '#BD8183'
|
|
# green: '#78997A'
|
|
# yellow: '#E49B5D'
|
|
# blue: '#7F91B2'
|
|
# magenta: '#B380B0'
|
|
# cyan: '#7B9695'
|
|
# white: '#C1A78E'
|
|
# bright:
|
|
# black: '#867462'
|
|
# red: '#D47766'
|
|
# green: '#85B695'
|
|
# yellow: '#EBC06D'
|
|
# blue: '#A3A9CE'
|
|
# magenta: '#CF9BC2'
|
|
# cyan: '#89B3B6'
|
|
# white: '#ECE1D7'
|
|
|
|
[colors.normal]
|
|
#black = "0x32302f"
|
|
#blue = "0x7daea3"
|
|
#cyan = "0x89b482"
|
|
#green = "0xa9b665"
|
|
#magenta = "0xd3869b"
|
|
#red = "0xea6962"
|
|
#white = "0xd4be98"
|
|
#yellow = "0xd8a657"
|
|
black = "0x34302C"
|
|
red = "0xBD8183"
|
|
green = "0x78997A"
|
|
yellow = "0xE49B5D"
|
|
blue = "0x7F91B2"
|
|
magenta ="0xB380B0"
|
|
cyan = "0x7B9695"
|
|
white = "0xC1A78E"
|
|
|
|
[colors.primary]
|
|
#background = "0x1d2021"
|
|
#foreground = "0xd4be98"
|
|
foreground = '0xECE1D7'
|
|
background = '0x292522'
|
|
|
|
[colors.selection]
|
|
background = "CellForeground"
|
|
text = "CellBackground"
|
|
|
|
[colors.vi_mode_cursor]
|
|
cursor = "CellForeground"
|
|
text = "CellBackground"
|
|
|
|
[cursor]
|
|
unfocused_hollow = true
|
|
|
|
[cursor.style]
|
|
blinking = "Off"
|
|
shape = "Block"
|
|
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[font]
|
|
size = 13.0
|
|
|
|
[font.bold]
|
|
family = "Iosevka Term"
|
|
style = "Bold"
|
|
|
|
[font.bold_italic]
|
|
family = "Iosevka Term"
|
|
style = "Bold Italic"
|
|
|
|
[font.italic]
|
|
family = "Iosevka Term"
|
|
style = "Italic"
|
|
|
|
[font.normal]
|
|
family = "Iosevka Term"
|
|
|
|
[scrolling]
|
|
history = 10000
|
|
multiplier = 3
|
|
|
|
[selection]
|
|
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
|
|
|
|
[window]
|
|
decorations = "full"
|
|
dynamic_title = false
|
|
opacity = 1.0
|
|
startup_mode = "Windowed"
|
|
title = "Alacritty"
|