First commit

This commit is contained in:
Guilhem Baccialone 2026-06-17 23:29:22 +02:00
commit 9499debf01
15 changed files with 1077 additions and 0 deletions

31
alacritty/dank-theme.toml Normal file
View file

@ -0,0 +1,31 @@
[colors.primary]
background = '#0a0a15'
foreground = '#e6f0ff'
[colors.selection]
text = '#e6f0ff'
background = '#cc5200'
[colors.cursor]
text = '#0a0a15'
cursor = '#ff6600'
[colors.normal]
black = '#0A0A15'
red = '#ff0c00'
green = '#2dff00'
yellow = '#ffd100'
blue = '#f26000'
magenta = '#762f00'
cyan = '#FF6600'
white = '#ffece0'
[colors.bright]
black = '#a5968c'
red = '#ff483f'
green = '#6cff4c'
yellow = '#ffdf4c'
blue = '#ff7c26'
magenta = '#ff934c'
cyan = '#ffba8c'
white = '#fff7f2'