add alacritty themes and separated windows 11 folder
This commit is contained in:
32
configs/alacritty_g/themes/challenger_deep.toml
Normal file
32
configs/alacritty_g/themes/challenger_deep.toml
Normal file
@@ -0,0 +1,32 @@
|
||||
# Colors (Challenger Deep)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#1e1c31'
|
||||
foreground = '#cbe1e7'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#ff271d'
|
||||
cursor = '#fbfcfc'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#141228'
|
||||
red = '#ff5458'
|
||||
green = '#62d196'
|
||||
yellow = '#ffb378'
|
||||
blue = '#65b2ff'
|
||||
magenta = '#906cff'
|
||||
cyan = '#63f2f1'
|
||||
white = '#a6b3cc'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#565575'
|
||||
red = '#ff8080'
|
||||
green = '#95ffa4'
|
||||
yellow = '#ffe9aa'
|
||||
blue = '#91ddff'
|
||||
magenta = '#c991e1'
|
||||
cyan = '#aaffe4'
|
||||
white = '#cbe3e7'
|
||||
Reference in New Issue
Block a user