okamsn / emacs-fish-colors

Set fish colors according to Emacs faces (useful for vterm)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

Instructions

  • Install the fish-colors.el file
  • Run M-x fish-colors-install-function
  • Add the following to your config.fish
if set -q INSIDE_EMACS
    set_emacs_colors
end

About

Set fish colors according to Emacs faces (useful for vterm)


Languages

Language:Emacs Lisp 100.0%