mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-06 19:32: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
|
||||
Reference in New Issue
Block a user