78 lines
1.3 KiB
TOML
78 lines
1.3 KiB
TOML
[general]
|
|
# import = [ "~/.config/alacritty/dank-theme.toml" ]
|
|
|
|
[font]
|
|
size = 12.5
|
|
offset = { x = 0, y = 3 }
|
|
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
|
|
|
|
[window]
|
|
padding.x = 10
|
|
padding.y = 10
|
|
decorations = "None"
|
|
|
|
[cursor]
|
|
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"
|
|
|
|
[colors.normal]
|
|
black = "#131314"
|
|
red = "#b38f8f"
|
|
green = "#a3be8c"
|
|
yellow = "#ebcb8b"
|
|
blue = "#6c7a8a"
|
|
magenta = "#b3a3d3"
|
|
cyan = "#6ac6f2"
|
|
white = "#dddddd"
|
|
|
|
[colors.bright]
|
|
black = "#444444"
|
|
red = "#d9a6a6"
|
|
green = "#a3be8c"
|
|
yellow = "#fbe4a8"
|
|
blue = "#8fa3b3"
|
|
magenta = "#d3a3d3"
|
|
cyan = "#8ac6f2"
|
|
white = "#ffffff"
|