The never ending clean.

This commit is contained in:
2026-08-06 07:43:02 +02:00
parent e9556df285
commit 4f90def979
6 changed files with 51 additions and 13 deletions
+28 -3
View File
@@ -1,6 +1,3 @@
[general]
import = ["~/.config/alacritty/themes/noctalia.toml"]
[font]
size = 13
offset = { x = 0, y = 6 }
@@ -13,3 +10,31 @@ padding.y = 10
[cursor]
style.shape = "Beam"
style.blinking = "Always"
# -------------------------------------------------------------------
# Themes
# -------------------------------------------------------------------
# noctalia theme works on system color scheme
# import = ["~/.config/alacritty/themes/noctalia.toml"]
# -------------------------------------------------------------------
# Vscode dark to match neovim theme
[colors.primary]
background = '#121212'
foreground = '#e8e8e8'
[colors.cursor]
text = "#1F1F1F"
cursor = "#D4D4D4"
[colors.normal]
black = "#1F1F1F"
red = "#F44747"
green = "#6A9955"
yellow = "#DCDCAA"
blue = "#569CD6"
magenta = "#C586C0"
cyan = "#56B6C2"
white = "#D4D4D4"
[colors.bright]
black = "#808080"