add alacritty themes and separated windows 11 folder
This commit is contained in:
33
configs/alacritty_g/themes/hardhacker.toml
Normal file
33
configs/alacritty_g/themes/hardhacker.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
# hardhacker colorscheme for alacritty
|
||||
# by xin wu, https//github.com/hardhackerlabs/theme-alacritty
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#282433'
|
||||
foreground = '#eee9fc'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#eee9fc'
|
||||
cursor = '#eee9fc'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#282433'
|
||||
red = '#e965a5'
|
||||
green = '#b1f2a7'
|
||||
yellow = '#ebde76'
|
||||
blue = '#b1baf4'
|
||||
magenta = '#e192ef'
|
||||
cyan = '#b3f4f3'
|
||||
white = '#eee9fc'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#3f3951'
|
||||
red = '#e965a5'
|
||||
green = '#b1f2a7'
|
||||
yellow = '#ebde76'
|
||||
blue = '#b1baf4'
|
||||
magenta = '#e192ef'
|
||||
cyan = '#b3f4f3'
|
||||
white = '#eee9fc'
|
||||
Reference in New Issue
Block a user