add alacritty themes and separated windows 11 folder

This commit is contained in:
tonizz gamingl
2024-05-06 04:04:31 -07:00
parent 950aec1355
commit 0d5171cf2d
134 changed files with 4082 additions and 216 deletions

View File

@@ -0,0 +1,33 @@
# Cyber Punk Neon
# Source https//github.com/Roboron3042/Cyberpunk-Neon
# Default colors
[colors.primary]
background = '#000b1e'
foreground = '#0abdc6'
[colors.cursor]
text = '#000b1e'
cursor = '#0abdc6'
# Normal colors
[colors.normal]
black = '#123e7c'
red = '#ff0000'
green = '#d300c4'
yellow = '#f57800'
blue = '#123e7c'
magenta = '#711c91'
cyan = '#0abdc6'
white = '#d7d7d5'
# Bright colors
[colors.bright]
black = '#1c61c2'
red = '#ff0000'
green = '#d300c4'
yellow = '#f57800'
blue = '#00ff00'
magenta = '#711c91'
cyan = '#0abdc6'
white = '#d7d7d5'