Change colorscheme to catppuccin macchiato in alacritty, and add transparency with blur

This commit is contained in:
Martin Larsson 2024-05-20 19:14:11 +02:00
parent a62ceafc41
commit 94fdaf9355
2 changed files with 82 additions and 40 deletions

View file

@ -1,48 +1,13 @@
import = [
"~/.config/alacritty/catppuccin-macchiato.toml"
]
live_config_reload = true
[bell]
animation = "EaseOutExpo"
duration = 0
[colors]
draw_bold_text_with_bright_colors = true
[[colors.indexed_colors]]
color = "0xF8BD96"
index = 16
[[colors.indexed_colors]]
color = "0xF5E0DC"
index = 17
[colors.bright]
black = "0x988BA2"
blue = "0x96CDFB"
cyan = "0x89DCEB"
green = "0xABE9B3"
magenta = "0xF5C2E7"
red = "0xF28FAD"
white = "0xD9E0EE"
yellow = "0xFAE3B0"
[colors.cursor]
cursor = "0xF5E0DC"
text = "0x1E1D2F"
[colors.normal]
black = "0x6E6C7E"
blue = "0x96CDFB"
cyan = "0x89DCEB"
green = "0xABE9B3"
magenta = "0xF5C2E7"
red = "0xF28FAD"
white = "0xD9E0EE"
yellow = "0xFAE3B0"
[colors.primary]
background = "0x1E1D2F"
foreground = "0xD9E0EE"
[cursor]
blink_interval = 500
blink_timeout = 5
@ -91,9 +56,11 @@ semantic_escape_chars = ",│`|:\"' ()[]{}<>"
program = "/bin/zsh"
[window]
decorations = "full"
decorations = "none"
dynamic_title = true
startup_mode = "Maximized"
opacity = 0.95
blur = true
[window.dimensions]
columns = 160

View file

@ -0,0 +1,75 @@
[colors.primary]
background = "#24273a"
foreground = "#cad3f5"
dim_foreground = "#8087a2"
bright_foreground = "#cad3f5"
[colors.cursor]
text = "#24273a"
cursor = "#f4dbd6"
[colors.vi_mode_cursor]
text = "#24273a"
cursor = "#b7bdf8"
[colors.search.matches]
foreground = "#24273a"
background = "#a5adcb"
[colors.search.focused_match]
foreground = "#24273a"
background = "#a6da95"
[colors.footer_bar]
foreground = "#24273a"
background = "#a5adcb"
[colors.hints.start]
foreground = "#24273a"
background = "#eed49f"
[colors.hints.end]
foreground = "#24273a"
background = "#a5adcb"
[colors.selection]
text = "#24273a"
background = "#f4dbd6"
[colors.normal]
black = "#494d64"
red = "#ed8796"
green = "#a6da95"
yellow = "#eed49f"
blue = "#8aadf4"
magenta = "#f5bde6"
cyan = "#8bd5ca"
white = "#b8c0e0"
[colors.bright]
black = "#5b6078"
red = "#ed8796"
green = "#a6da95"
yellow = "#eed49f"
blue = "#8aadf4"
magenta = "#f5bde6"
cyan = "#8bd5ca"
white = "#a5adcb"
[colors.dim]
black = "#494d64"
red = "#ed8796"
green = "#a6da95"
yellow = "#eed49f"
blue = "#8aadf4"
magenta = "#f5bde6"
cyan = "#8bd5ca"
white = "#b8c0e0"
[[colors.indexed_colors]]
index = 16
color = "#f5a97f"
[[colors.indexed_colors]]
index = 17
color = "#f4dbd6"