Skip to content

Vim dark theme. Custom syntax highlight for C files (currently).

License

Notifications You must be signed in to change notification settings

SrVariable/themedgehog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🦔 Themedgehog

📖 Description

My custom vim dark theme with custom syntax highlighting.

⬇️ Installing

Use this command in your terminal:

bash <(curl -fsSL https://raw.githubusercontent.com/SrVariable/themedgehog/master/install.sh)

After installing use the theme with following command in vim:

:colorscheme themedgehog

If you plan to use themedgehog as your default theme, consider adding it to your .vimrc. You can do it manually or using this command in your terminal:

echo "colorscheme themedgehog" >> $HOME/.vimrc

🖼️ Preview

Alacritty - gui colors

image

Alacritty - cterm colors

image

Gnome Terminal -- gui colors

image

Gnome Terminal -- cterm colors

image

Note

It uses terminal's default background to support transparency.

✔️ Supported files

  • C
  • CPP (Partially)
  • Makefile
  • Markdown
  • Python (Partially)
  • Vim (Partially)

🔗 References

About

Vim dark theme. Custom syntax highlight for C files (currently).

Topics

Resources

License

Stars

Watchers

Forks