feat: add some ZSH config

This commit is contained in:
2026-08-21 17:03:57 +02:00
parent 1a97f301c2
commit 66f85fe590
26 changed files with 200 additions and 619 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[general]
import = [
"~/.config/alacritty/dank-theme.toml"
"~/.config/alacritty/theme.toml"
]
[font]
-31
View File
@@ -1,31 +0,0 @@
[colors.primary]
background = '#0e1513'
foreground = '#dde4e1'
[colors.selection]
text = '#dde4e1'
background = '#005049'
[colors.cursor]
text = '#0e1513'
cursor = '#82d5c9'
[colors.normal]
black = '#0e1513'
red = '#f49c6e'
green = '#6ad571'
yellow = '#fff372'
blue = '#6bcabc'
magenta = '#1c6258'
cyan = '#82d5c9'
white = '#d2dfdd'
[colors.bright]
black = '#808a88'
red = '#ffc09f'
green = '#a5ffab'
yellow = '#fff7a5'
blue = '#9ceadf'
magenta = '#b9fff4'
cyan = '#d2fff8'
white = '#f8fffe'