~lucymcphail/dotfiles

025d6764c7812d97b0ff15347c26ec2c5f13cbc5 — Lucy McPhail 2 months ago 9aa21d2
Remove old alacritty config
2 files changed, 0 insertions(+), 44 deletions(-)

D private_dot_config/alacritty/alacritty.toml
D private_dot_config/alacritty/rose-pine.toml
D private_dot_config/alacritty/alacritty.toml => private_dot_config/alacritty/alacritty.toml +0 -5
@@ 1,5 0,0 @@
import = ["/home/lucy/.config/alacritty/rose-pine.toml"]

[font.normal]
family = "CozetteHiDpi"
style = "Regular"

D private_dot_config/alacritty/rose-pine.toml => private_dot_config/alacritty/rose-pine.toml +0 -39
@@ 1,39 0,0 @@
[colors.primary]
background = '#191724'
foreground = '#e0def4'

# [colors.cursor]
# text = '#e0def4'
# cursor = '#524f67'

# [colors.vi_mode_cursor]
# text = '#e0def4'
# cursor = '#524f67'

[colors.selection]
text = '#e0def4'
background = '#403d52'

[colors.normal]
black = '#26233a'
red = '#eb6f92'
green = '#31748f'
yellow = '#f6c177'
blue = '#9ccfd8'
magenta = '#c4a7e7'
cyan = '#ebbcba'
white = '#e0def4'

[colors.bright]
black = '#6e6a86'
red = '#eb6f92'
green = '#31748f'
yellow = '#f6c177'
blue = '#9ccfd8'
magenta = '#c4a7e7'
cyan = '#ebbcba'
white = '#e0def4'

[colors.hints]
start = {foreground = '#908caa', background = '#1f1d2e' }
end = { foreground = '#6e6a86', background = '#1f1d2e' }