1
0

Update home/.config/alacritty/alacritty.toml

Add home/.config/alacritty/themes/ayu_dark.toml
This commit is contained in:
Jeff Lance 2024-03-05 19:43:22 +01:00
parent e6577a91e4
commit 75cccd4ed2
2 changed files with 29 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import = ["/home/jeff/.config/alacritty/themes/hyper.toml"] import = ["/home/jeff/.config/alacritty/themes/ayu_dark.toml"]
live_config_reload = true live_config_reload = true
[cursor.style] [cursor.style]

View File

@ -0,0 +1,28 @@
# Colors (Ayu Dark)
# Default colors
[colors.primary]
background = '#0A0E14'
foreground = '#B3B1AD'
# Normal colors
[colors.normal]
black = '#01060E'
red = '#EA6C73'
green = '#91B362'
yellow = '#F9AF4F'
blue = '#53BDFA'
magenta = '#FAE994'
cyan = '#90E1C6'
white = '#C7C7C7'
# Bright colors
[colors.bright]
black = '#686868'
red = '#F07178'
green = '#C2D94C'
yellow = '#FFB454'
blue = '#59C2FF'
magenta = '#FFEE99'
cyan = '#95E6CB'
white = '#FFFFFF'