https://github.com/srvariable/themedgehog
Vim dark theme. Custom syntax highlight for C files (currently).
https://github.com/srvariable/themedgehog
vim-theme
Last synced: 12 months ago
JSON representation
Vim dark theme. Custom syntax highlight for C files (currently).
- Host: GitHub
- URL: https://github.com/srvariable/themedgehog
- Owner: SrVariable
- License: mit
- Created: 2024-02-24T14:53:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T10:15:42.000Z (over 1 year ago)
- Last Synced: 2024-06-11T11:38:20.742Z (over 1 year ago)
- Topics: vim-theme
- Language: Vim Script
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦔 Themedgehog
## 📖 Description
My custom vim dark theme with custom syntax highlighting.
## ⬇️ Installing
Use this command in your terminal:
```Shell
bash <(curl -fsSL https://raw.githubusercontent.com/SrVariable/themedgehog/master/install.sh)
```
After installing use the theme with following command in vim:
```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:
```Shell
echo "colorscheme themedgehog" >> $HOME/.vimrc
```
## 🖼️ Preview
### Alacritty - gui colors

### Alacritty - cterm colors

### Gnome Terminal -- gui colors

### Gnome Terminal -- cterm colors

> [!NOTE]
> It uses terminal's default background to support transparency.
## ✔️ Supported files
- C
- CPP (Partially)
- Makefile
- Markdown
- Python (Partially)
- Vim (Partially)
## 🔗 References
- Vim Patterns: https://learnvimscriptthehardway.stevelosh.com/
- Vim Patterns: https://vimdoc.sourceforge.net/htmldoc/pattern.html
- Styling Code : https://github.com/crusoexia/vim-monokai