Files
dots/configs/alacritty_g/themes/alacritty_monokai.toml

55 lines
788 B
TOML
Raw Normal View History

2024-04-28 23:33:18 -07:00
[colors.primary]
background = "#272822"
foreground = "#f8f8f2"
[colors.normal]
black = "#272822"
red = "#f92672"
green = "#a6e22e"
yellow = "#f4bf75"
blue = "#66d9ef"
magenta = "#ae81ff"
cyan = "#a1efe4"
white = "#f8f8f2"
[colors.bright]
black = "#75715e"
red = "#f92672"
green = "#a6e22e"
yellow = "#f4bf75"
blue = "#66d9ef"
magenta = "#ae81ff"
cyan = "#a1efe4"
white = "#f9f8f5"
[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