- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.1k
Open
Description
I’ve swithced from iterm2 to alacritty. However I noticed that although I’m using the same vim color scheme (gruvbox), they colors appear different (especially the dark gray), notice the difference:
Alacritty
(notice how the comment for example in alacritty is more purplish)
Here is my iTerm2 color config, and here is my alacritty color config:
window:
  padding:
    x: 10
    y: 10
key_bindings:
  - { key: Return,   mods: Command,         action: ToggleSimpleFullscreen }
import:
 - ~/.config/alacritty/themes/themes/base16_default_dark.yaml
font:
  normal:
    family: HackNerdFontCompleteNerdFont Nerd Font 
    style:  Regular
  bold:
    family: Hack Nerd Font 
    style:  Bold
  italic:
    family: Hack Nerd Font 
    style:  Italic
  bold_italic:
    family: Hack Nerd Font 
    style: Bold Italic
  size: 14
selection:
  save_to_clipboard: true
draw_bold_text_with_bright_colors: true
were I imported the color theme from here.
Metadata
Metadata
Assignees
Labels
No labels

