Moved fully away from helix to minimal nvim

This commit is contained in:
2026-05-08 09:27:02 +02:00
parent 3e62cbc43c
commit 9de55060c3
5 changed files with 88 additions and 39 deletions
+37 -10
View File
@@ -3,18 +3,11 @@ import = [ "~/.config/alacritty/dank-theme.toml" ]
[font]
size = 13
offset = { x = 0, y = 5 }
[font.normal]
family = "Hack Nerd Font"
[font.bold]
family = "Hack Nerd Font"
[font.italic]
family = "Hack Nerd Font"
offset = { x = 0, y = 3 }
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
[window]
opacity = 0.99
padding.x = 10
padding.y = 10
decorations = "None"
@@ -22,3 +15,37 @@ decorations = "None"
[cursor]
style.shape = "Beam"
style.blinking = "Always"
# Kanagawa Wave Alacritty Colors
[colors.normal]
black = '#090618'
red = '#c34043'
green = '#76946a'
yellow = '#c0a36e'
blue = '#7e9cd8'
magenta = '#957fb8'
cyan = '#6a9589'
white = '#c8c093'
[colors.bright]
black = '#727169'
red = '#e82424'
green = '#98bb6c'
yellow = '#e6c384'
blue = '#7fb4ca'
magenta = '#938aa9'
cyan = '#7aa89f'
white = '#dcd7ba'
[colors.selection]
background = '#2d4f67'
foreground = '#c8c093'
[[colors.indexed_colors]]
index = 16
color = '#ffa066'
[[colors.indexed_colors]]
index = 17
color = '#ff5d62'