mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-07 03:42:50 +01:00
feat: alacritty config by catppuccin
This commit is contained in:
52
alacritty/alacritty.toml
Normal file
52
alacritty/alacritty.toml
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
# [colors.bright]
|
||||||
|
# black = "#393939"
|
||||||
|
# blue = "#33b1ff"
|
||||||
|
# cyan = "#3ddbd9"
|
||||||
|
# green = "#42be65"
|
||||||
|
# magenta = "#ff7eb6"
|
||||||
|
# red = "#ee5396"
|
||||||
|
# white = "#ffffff"
|
||||||
|
# yellow = "#ffe97b"
|
||||||
|
#
|
||||||
|
# [colors.normal]
|
||||||
|
# black = "#262626"
|
||||||
|
# blue = "#33b1ff"
|
||||||
|
# cyan = "#3ddbd9"
|
||||||
|
# green = "#42be65"
|
||||||
|
# magenta = "#ff7eb6"
|
||||||
|
# red = "#ee5396"
|
||||||
|
# white = "#dde1e6"
|
||||||
|
# yellow = "#ffe97b"
|
||||||
|
#
|
||||||
|
# [colors.primary]
|
||||||
|
# background = "#161616"
|
||||||
|
# foreground = "#ffffff"
|
||||||
|
#
|
||||||
|
# [colors.search.matches]
|
||||||
|
# background = "#ee5396"
|
||||||
|
# foreground = "CellBackground"
|
||||||
|
|
||||||
|
import = [
|
||||||
|
"~/.config/alacritty/catppuccin-macchiato.toml"
|
||||||
|
]
|
||||||
|
|
||||||
|
[cursor.style]
|
||||||
|
shape = "Block"
|
||||||
|
|
||||||
|
[font]
|
||||||
|
size = 11
|
||||||
|
|
||||||
|
[font.normal]
|
||||||
|
family = "FiraCode Nerd Font"
|
||||||
|
|
||||||
|
[font.offset]
|
||||||
|
x = 0
|
||||||
|
y = 0
|
||||||
|
|
||||||
|
[window]
|
||||||
|
dynamic_padding = true
|
||||||
|
opacity = 0.7
|
||||||
|
|
||||||
|
[window.padding]
|
||||||
|
x = 0
|
||||||
|
y = 0
|
||||||
75
alacritty/catppuccin-macchiato.toml
Normal file
75
alacritty/catppuccin-macchiato.toml
Normal 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"
|
||||||
Reference in New Issue
Block a user