1
0

Update home/.config/alacritty/alacritty.toml

Add home/.config/alacritty/themes/hyper.toml
This commit is contained in:
Jeff Lance 2024-03-05 19:42:10 +01:00
parent 4ce1f23f5d
commit e6577a91e4
2 changed files with 33 additions and 1 deletions

View File

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

View File

@ -0,0 +1,32 @@
# Colors (Hyper)
# Default colors
[colors.primary]
background = '#000000'
foreground = '#ffffff'
[colors.cursor]
text = '#F81CE5'
cursor = '#ffffff'
# Normal colors
[colors.normal]
black = '#000000'
red = '#fe0100'
green = '#33ff00'
yellow = '#feff00'
blue = '#0066ff'
magenta = '#cc00ff'
cyan = '#00ffff'
white = '#d0d0d0'
# Bright colors
[colors.bright]
black = '#808080'
red = '#fe0100'
green = '#33ff00'
yellow = '#feff00'
blue = '#0066ff'
magenta = '#cc00ff'
cyan = '#00ffff'
white = '#FFFFFF'