My dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

56 lines
1000 B

[shell]
program = "/usr/bin/fish"
[font]
size = 11.0
[font.normal]
# family = "Noto Sans Mono"
family = "NotoSansM Nerd Font"
# family = "MesloLGS NF"
style = "Regular"
# [window]
# opacity = 1.0
[window.dimensions]
columns = 180
lines = 40
# Base16 Gruvbox dark, hard - alacritty color config
# Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
[colors]
draw_bold_text_with_bright_colors = false
# Default colors
[colors.primary]
background = '0x1d2021'
foreground = '0xd5c4a1'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x1d2021'
cursor = '0xd5c4a1'
# Normal colors
[colors.normal]
black = '0x1d2021'
red = '0xfb4934'
green = '0xb8bb26'
yellow = '0xfabd2f'
blue = '0x83a598'
magenta = '0xd3869b'
cyan = '0x8ec07c'
white = '0xd5c4a1'
# Bright colors
[colors.bright]
black = '0x665c54'
red = '0xfe8019'
green = '0x3c3836'
yellow = '0x504945'
blue = '0xbdae93'
magenta = '0xebdbb2'
cyan = '0xd65d0e'
white = '0xfbf1c7'