add alacritty themes and separated windows 11 folder
This commit is contained in:
33
configs/alacritty_g/themes/falcon.toml
Normal file
33
configs/alacritty_g/themes/falcon.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
# falcon colorscheme for alacritty
|
||||
# by fenetikm, https//github.com/fenetikm/falcon
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#020221'
|
||||
foreground = '#b4b4b9'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#020221'
|
||||
cursor = '#ffe8c0'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#000004'
|
||||
red = '#ff3600'
|
||||
green = '#718e3f'
|
||||
yellow = '#ffc552'
|
||||
blue = '#635196'
|
||||
magenta = '#ff761a'
|
||||
cyan = '#34bfa4'
|
||||
white = '#b4b4b9'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#020221'
|
||||
red = '#ff8e78'
|
||||
green = '#b1bf75'
|
||||
yellow = '#ffd392'
|
||||
blue = '#99a4bc'
|
||||
magenta = '#ffb07b'
|
||||
cyan = '#8bccbf'
|
||||
white = '#f8f8ff'
|
||||
Reference in New Issue
Block a user