31 lines
563 B
Plaintext
31 lines
563 B
Plaintext
import = ["~/.config/alacritty/alacritty.toml.common"]
|
|
|
|
[window]
|
|
opacity = 0.94
|
|
|
|
[colors]
|
|
primary.background = "#ffffff"
|
|
primary.foreground = "#000000"
|
|
cursor = { text = "#ffffff", cursor = "#aa08aa" }
|
|
draw_bold_text_with_bright_colors = true
|
|
|
|
[colors.normal]
|
|
black = "#000000"
|
|
red = "#cc0606"
|
|
green = "#008000"
|
|
yellow = "#969600"
|
|
blue = "#6080b6"
|
|
magenta = "#cc20cc"
|
|
cyan = "#20a0a0"
|
|
white = "#fcfcfc"
|
|
|
|
[colors.bright]
|
|
black = "#333333"
|
|
red = "#dd1010"
|
|
green = "#08a008"
|
|
yellow = "#b0b010"
|
|
blue = "#6080be"
|
|
magenta = "#ff60ff"
|
|
cyan = "#00b1b1"
|
|
white = "#ffffff"
|