All Projects → chmllr → Elrodeo Vim Colorscheme

chmllr / Elrodeo Vim Colorscheme

Dark low-contrast color scheme for Vim

Projects that are alternatives of or similar to Elrodeo Vim Colorscheme

Emacs Kaolin Themes
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Stars: ✭ 421 (+1215.63%)
Mutual labels:  dark-theme, light-theme, colorscheme
One Gnome Terminal
Atom's One Dark and One Light theme for GNOME Terminal
Stars: ✭ 256 (+700%)
Mutual labels:  dark-theme, light-theme, colorscheme
react-native-with-style
A styling package for easily adding themes to your React Native projects.
Stars: ✭ 17 (-46.87%)
Mutual labels:  light-theme, dark-theme
Code Resume
Build your own Resume 📖 in seconds
Stars: ✭ 271 (+746.88%)
Mutual labels:  dark-theme, light-theme
Elementaryos Firefox Theme
This theme for Firefox supports all the window buttons layouts from Tweaks and it blends into the elementary OS user interface.
Stars: ✭ 291 (+809.38%)
Mutual labels:  dark-theme, light-theme
Messenger-whatsapp-UI-Flutter
Flutter chat-app UI with multiple themes & light + Dark mode.
Stars: ✭ 26 (-18.75%)
Mutual labels:  light-theme, dark-theme
obsidianmd-theme-primary
Primary is a warm, playful but productive theme for Obsidian. Its colors were inspired by Bauhaus, Scandinavian interior, and yellowing retro magazine pages. It has been described as chill and having vibes of "freshly baked goods".
Stars: ✭ 173 (+440.63%)
Mutual labels:  light-theme, dark-theme
Snippetstore
🎉 A snippet management app for developers 🚀
Stars: ✭ 762 (+2281.25%)
Mutual labels:  dark-theme, light-theme
Ultrachromic
The final form, the true evolution of the chromic theme saga!
Stars: ✭ 160 (+400%)
Mutual labels:  light-theme, dark-theme
Ayu
🎨🖌 Modern Sublime Text theme
Stars: ✭ 3,933 (+12190.63%)
Mutual labels:  dark-theme, light-theme
Spacemacs Theme
Light and dark theme for spacemacs that supports GUI and terminal
Stars: ✭ 483 (+1409.38%)
Mutual labels:  dark-theme, light-theme
emacs-humanoid-themes
Light and dark theme with bright colors for Emacs that supports GUI and terminal
Stars: ✭ 53 (+65.63%)
Mutual labels:  light-theme, dark-theme
Yin-and-Yang-Theme
An Obsidian.md theme with a stark contrast between dark mode and light mode, much like the Yin and Yang symbol ☯️.
Stars: ✭ 323 (+909.38%)
Mutual labels:  light-theme, dark-theme
Mastodon-Material
Material Design Native Theme for Mastodon
Stars: ✭ 17 (-46.87%)
Mutual labels:  light-theme, dark-theme
Sweet
Light and dark colorful Gtk3.20+ theme
Stars: ✭ 703 (+2096.88%)
Mutual labels:  dark-theme, light-theme
Vim No Color Collections
Collection of Vim themes with barely any colors
Stars: ✭ 270 (+743.75%)
Mutual labels:  dark-theme, light-theme
gruvqueen
Port of famous gruvbox theme in lua(inspired by gruvbox-material)
Stars: ✭ 42 (+31.25%)
Mutual labels:  colorscheme, dark-theme
one-themes
One Dark and One Light Themes
Stars: ✭ 14 (-56.25%)
Mutual labels:  light-theme, dark-theme
Rsthemes
🔮 Full RStudio IDE and Syntax Themes
Stars: ✭ 307 (+859.38%)
Mutual labels:  dark-theme, light-theme
Avalondock
Our own development branch of the well known WPF document docking library
Stars: ✭ 518 (+1518.75%)
Mutual labels:  dark-theme, light-theme

README

Elrodeo is a low contrast color scheme with dark and light modes. Inspired and derived from the ghostbuster theme.

Configuration

" sets the theme
colorscheme elrodeo
" sets F10 as a switch between dark and light modes
map <F10> :let &background = ( &background == "dark" ? "light" : "dark" )<CR>
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].