add alacritty themes
This commit is contained in:
parent
86fbe4ac56
commit
ad06690977
128 changed files with 4176 additions and 1 deletions
33
dotfiles/.config/alacritty/themes/falcon.toml
Normal file
33
dotfiles/.config/alacritty/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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue