mahor1221 / material.vifm

Material colorscheme for Vifm similar to VSCode material theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

material.vifm

Vifm colorscheme similar to material.vim/material.nvim

Installation

  • move colors/material.vifm to ~/.config/vifm/colors/
  • read vifmrc to see some recommended configurations and how to make fileviewser more colorful
  • set your terminal to use material colors. example config for ~/.config/alacritty/alacritty.yml:
colors:
  normal:
    black:   '#1d1f21'
    red:     '#f07178'
    green:   '#c3e88d'
    yellow:  '#ffcb6b'
    blue:    '#82aaff'
    magenta: '#c792ea'
    cyan:    '#89ddff'
    white:   '#eeffff'
  bright:
    black:   '#666666'
    red:     '#ff8b92'
    green:   '#ddffa7'
    yellow:  '#ffe585'
    blue:    '#9cc4ff'
    magenta: '#e1acff'
    cyan:    '#a3f7ff'
    white:   '#ffffff'
  • (Optional) Install vifm_devicons to display icons
  • (Optional) Install hexyl to preview unknown binary files
  • (Optional) Install highlight to preview with syntax highlighting
  • (Optional) Install vifmimg to display images

About

Material colorscheme for Vifm similar to VSCode material theme

License:MIT License