All Projects → nerdypepper → chestnut.vim

nerdypepper / chestnut.vim

Licence: other
Minimal syntax highlighting for 16-color terminals.

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to chestnut.vim

language-rainmeter
Syntax highlighting for Rainmeter files in Atom.
Stars: ✭ 19 (-38.71%)
Mutual labels:  atom, syntax
calamity-atom
A purple dark theme with medium to high contrast for the Atom editor ⚛️
Stars: ✭ 12 (-61.29%)
Mutual labels:  atom, syntax
nord-atom-syntax
An arctic, north-bluish clean and elegant Atom syntax theme.
Stars: ✭ 72 (+132.26%)
Mutual labels:  atom, syntax
ninja-ui-syntax
Beautiful Atom syntax theme inspired by a Dribbble shot.
Stars: ✭ 17 (-45.16%)
Mutual labels:  atom, syntax
set-syntax
An Atom package that creates easy Command Palette commands for setting the syntax of the current file
Stars: ✭ 24 (-22.58%)
Mutual labels:  atom, syntax
syntax-atom
An Atom dark theme inspired by Framer’s popular code editor.
Stars: ✭ 22 (-29.03%)
Mutual labels:  atom, syntax
pure-dark-syntax
🎨 A vibrant syntax theme for Atom
Stars: ✭ 68 (+119.35%)
Mutual labels:  atom, syntax
licht-theme
A comfortable light theme for VSCode, SublimeText, Atom and TextMate.
Stars: ✭ 31 (+0%)
Mutual labels:  atom, light
file-type-icons
Atom package that changes the icon for files in the Tree View and Tabs to reflect the file's type
Stars: ✭ 28 (-9.68%)
Mutual labels:  atom
Pushl
Push notification adapter for feeds
Stars: ✭ 25 (-19.35%)
Mutual labels:  atom
skyline
🏙 Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks.
Stars: ✭ 29 (-6.45%)
Mutual labels:  atom
MacOS-All-In-One-Update-Script
Mac update shell script (Appstore, macOS, Homebrew and others)
Stars: ✭ 39 (+25.81%)
Mutual labels:  atom
OneDarkJekyll
Use Atom's One Dark syntax colors in your Jekyll powered blog! It's LESS file which can be compiled to a - Pygments, Rouge compatible - stylesheet from Atom editor's One Dark syntax theme (and any theme based on it, for example One Dark Vivid, Firewatch, etc.).
Stars: ✭ 26 (-16.13%)
Mutual labels:  atom
colocat
Fegeya Colocat, Colorized 'cat' implementation. Written in C++17.
Stars: ✭ 14 (-54.84%)
Mutual labels:  syntax
atom-standardjs-snippets
⚡ A collection of JavaScript snippets for Atom, Standard Style
Stars: ✭ 47 (+51.61%)
Mutual labels:  atom
vscode-theme-gruvbox-minor
Gruvbox theme for Visual Studio Code
Stars: ✭ 17 (-45.16%)
Mutual labels:  light
touchbar
Atom package to use MacBook Touchbar
Stars: ✭ 51 (+64.52%)
Mutual labels:  atom
atomex
🌊 Elixir RSS/ATOM feed builder with a focus on standards compliance, security and extensibility
Stars: ✭ 38 (+22.58%)
Mutual labels:  atom
cheatsheet-python-A4
📖 Advanced Python Syntax In A4
Stars: ✭ 96 (+209.68%)
Mutual labels:  syntax
craft-twig
Craft CMS Package for Atom
Stars: ✭ 17 (-45.16%)
Mutual labels:  atom

Minimal syntax highlighting for 16-color terminals.

Installation

Step 0: Set terminal colors

*.color0:       #625b50
*.color1:       #c5baaa
*.color2:       #7a7264
*.color3:       #877d6e
*.color4:       #968c7b
*.color5:       #a39886
*.color6:       #f1ebe4
*.color7:       #f7f3ee

*.color8:       #664b64
*.color9:       #f1ddf1
*.color10:      #51553f
*.color11:      #e0e9b8
*.color12:      #485561
*.color13:      #d6e5f2
*.color14:      #5b5245
*.color15:      #f6e0c2

Step 1: Download the colour scheme

Download the desired colourscheme files and place in directory

  • ~/.vim/colors/ (Linux/Mac) or
  • %userprofile%\vimfiles\colors\ (Windows).

Step 2: Activate the colour scheme

To activate the chestnut theme, the following line to your vimrc:

colorscheme chestnut

Screenshots

Javascript:

chestnutjs

HTML:

chestnuthtml

C++:

chestnutcpp

Vim help pages:

chestnuthelp

TODO

  • Add more languages
  • Support more plugins
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].