Added Alacritty configuration

This commit is contained in:
Fabio Scotto di Santolo
2025-08-27 15:47:45 +02:00
parent d3d4b7b478
commit b20106d8e7
131 changed files with 4365 additions and 4 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'