Update home/.config/alacritty/alacritty.toml
Add home/.config/alacritty/themes/hyper.toml
This commit is contained in:
parent
4ce1f23f5d
commit
e6577a91e4
@ -1,4 +1,4 @@
|
|||||||
import = ["/home/jeff/.config/alacritty/themes/onedarkpro.toml"]
|
import = ["/home/jeff/.config/alacritty/themes/hyper.toml"]
|
||||||
live_config_reload = true
|
live_config_reload = true
|
||||||
|
|
||||||
[cursor.style]
|
[cursor.style]
|
||||||
|
32
home/dot_config/alacritty/themes/hyper.toml
Normal file
32
home/dot_config/alacritty/themes/hyper.toml
Normal 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'
|
Loading…
Reference in New Issue
Block a user