Who knows...

This commit is contained in:
2026-06-11 09:11:50 +02:00
parent ae3fe68e2a
commit 24db65b6ed
3 changed files with 97 additions and 69 deletions
+35 -57
View File
@@ -1,8 +1,7 @@
[general]
# import = [ "~/.config/alacritty/dank-theme.toml" ]
[font]
size = 12.5
size = 13
offset = { x = 0, y = 3 }
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
@@ -15,63 +14,42 @@ decorations = "None"
style.shape = "Beam"
style.blinking = "Always"
# THEME
[colors.primary]
background = "#181818"
foreground = "#E4E4E4"
[colors.cursor]
text = "#0e0e0e"
cursor = "#d4a943"
[colors.vi_mode_cursor]
text = "#0e0e0e"
cursor = "#ebcb8b"
[colors.selection]
text = "#dddddd"
background = "#47464c"
[colors.search.matches]
foreground = "#dddddd"
background = "#47464c"
[colors.search.focused_match]
foreground = "#131314"
background = "#b8943a"
[colors.footer_bar]
foreground = "#dddddd"
background = "#131314"
[colors.hints.start]
foreground = "#131314"
background = "#ebcb8b"
[colors.hints.end]
foreground = "#131314"
background = "#b8943a"
[colors.line_indicator]
foreground = "None"
background = "None"
background = '#141415'
foreground = '#cdcdcd'
[colors.normal]
black = "#131314"
red = "#b38f8f"
green = "#a3be8c"
yellow = "#ebcb8b"
blue = "#6c7a8a"
magenta = "#b3a3d3"
cyan = "#6ac6f2"
white = "#dddddd"
black = '#252530'
red = '#d8647e'
green = '#7fa563'
yellow = '#f3be7c'
blue = '#6e94b2'
magenta = '#bb9dbd'
cyan = '#aeaed1'
white = '#cdcdcd'
[colors.bright]
black = "#444444"
red = "#d9a6a6"
green = "#a3be8c"
yellow = "#fbe4a8"
blue = "#8fa3b3"
magenta = "#d3a3d3"
cyan = "#8ac6f2"
white = "#ffffff"
black = '#606079'
red = '#e08398'
green = '#99b782'
yellow = '#f5cb96'
blue = '#8ba9c1'
magenta = '#c9b1ca'
cyan = '#bebeda'
white = '#d7d7d7'
[colors.hints.start]
foreground = "CellBackground"
background = "CellForeground"
[colors.hints.end]
foreground = "CellBackground"
background = "CellForeground"
[colors.search.matches]
foreground = "CellBackground"
background = "CellForeground"
[colors.search.focused_match]
foreground = "CellBackground"
background = '#f3be7c'