Files
dots/configs/alacritty_g/themes/alacritty_kanagawa_wave.toml
2024-04-28 23:33:18 -07:00

70 lines
1.0 KiB
TOML

# Colors (Kanagawa Wave)
# Source https//github.com/rebelot/kanagawa.nvim
[colors.primary]
background = '#1f1f28'
foreground = '#dcd7ba'
[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'
[font]
size = 20.0
[font.bold]
family = "Iosevka Nerd Font"
style = "Bold"
[font.bold_italic]
family = "Iosevka Nerd Font"
style = "Bold Italic"
[font.italic]
family = "Iosevka Nerd Font"
style = "Italic"
[font.normal]
family = "Iosevka Nerd Font"
style = "Regular"
[scrolling]
history = 10000
multiplier = 3
[window]
decorations = "none"
startup_mode = "Maximized"
[window.padding]
x = 36
y = 36