Setup neovim, alacritty and fish for dms

This commit is contained in:
2026-05-05 08:28:42 +02:00
parent 87bc320fd7
commit 9b1106c639
6 changed files with 73 additions and 66 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
[general]
import = [
"~/.config/alacritty/dank-theme.toml"
]
import = [ "~/.config/alacritty/dank-theme.toml" ]
[font]
size = 12.5
size = 13
[font.normal]
family = "Hack Nerd Font"
+22 -22
View File
@@ -1,31 +1,31 @@
[colors.primary]
background = '#101418'
foreground = '#e0e2e8'
background = '#131412'
foreground = '#e4e2df'
[colors.selection]
text = '#e0e2e8'
background = '#084b72'
text = '#e4e2df'
background = '#404a3b'
[colors.cursor]
text = '#101418'
cursor = '#99ccfa'
text = '#131412'
cursor = '#bfcab7'
[colors.normal]
black = '#101418'
red = '#ff729d'
green = '#7dfa8d'
yellow = '#fff772'
blue = '#7eb9ed'
magenta = '#214c73'
cyan = '#99ccfa'
white = '#eff7ff'
black = '#131412'
red = '#e88068'
green = '#6bca65'
yellow = '#fcea71'
blue = '#b3bfaa'
magenta = '#545d4d'
cyan = '#bfcab7'
white = '#ccd4c7'
[colors.bright]
black = '#969ca2'
red = '#ff9fbc'
green = '#a5ffb1'
yellow = '#fffaa5'
blue = '#aad7ff'
magenta = '#b9deff'
cyan = '#d2e9ff'
white = '#f8fbff'
black = '#7d8379'
red = '#ffb19f'
green = '#a2f29d'
yellow = '#fff3a5'
blue = '#d3decc'
magenta = '#f5ffee'
cyan = '#f8fff4'
white = '#fbfff8'