stow: reorganize to use stow

This commit is contained in:
Guilhem Baccialone 2026-06-20 09:05:05 +02:00
parent 7674c453ab
commit 05c4a780d7
15 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[general]
import = [
"~/.config/alacritty/dank.toml"
]
[scrolling]
history = 100000
[font]
normal = { family = "MesloLGS NF", style = "regular" }
size = 10

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'