31 lines
563 B
Plaintext
31 lines
563 B
Plaintext
import = ["~/.config/alacritty/alacritty.toml.common"]
|
|
|
|
[window]
|
|
opacity = 0.85
|
|
|
|
[colors]
|
|
primary.background = "#000000"
|
|
primary.foreground = "#ffffff"
|
|
cursor = { text = "#000000", cursor = "#30ff30" }
|
|
draw_bold_text_with_bright_colors = true
|
|
|
|
[colors.normal]
|
|
black = "#000000"
|
|
red = "#dd2020"
|
|
green = "#20cc20"
|
|
yellow = "#cccc20"
|
|
blue = "#0070ff"
|
|
magenta = "#cc20cc"
|
|
cyan = "#20cccc"
|
|
white = "#aaaaaa"
|
|
|
|
[colors.bright]
|
|
black = "#666666"
|
|
red = "#ff4040"
|
|
green = "#30ff30"
|
|
yellow = "#ffff30"
|
|
blue = "#00a0ff"
|
|
magenta = "#ff60ff"
|
|
cyan = "#30ffff"
|
|
white = "#ffffff"
|