All Projects → szorfein → darkest-space

szorfein / darkest-space

Licence: MIT license
Minimal colorscheme for vim.

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to darkest-space

ordina-jworks.github.io
Ordina JWorks Business Unit Tech Blog
Stars: ✭ 27 (+50%)
Mutual labels:  angular-2
talk-angular-material
Code samples for the Angular Material Talk: "Building Beautiful Web Apps with Angular Material"
Stars: ✭ 13 (-27.78%)
Mutual labels:  angular-2
meteor-telegram-bot
Telegram bot plugin for Meteor
Stars: ✭ 25 (+38.89%)
Mutual labels:  meteor
one.kak
Atom "One" color schemes for Kakoune.
Stars: ✭ 19 (+5.56%)
Mutual labels:  colorscheme
auto-analytics
UNMAINTAINED! - Complete Google Analytics, Mixpanel, KISSmetrics (and more) integration for JavaScript applications.
Stars: ✭ 28 (+55.56%)
Mutual labels:  meteor
Angular2-RecordRTC
A demonstration of RecordRTC working with Angular 2
Stars: ✭ 38 (+111.11%)
Mutual labels:  angular-2
blossom.vim
a simple pinkish vim colorscheme designed for cursive italics
Stars: ✭ 18 (+0%)
Mutual labels:  colorscheme
nord-slack
An arctic, north-bluish clean and elegant Slack theme.
Stars: ✭ 129 (+616.67%)
Mutual labels:  colorscheme
xresources-nvim
🎨 Neovim colorscheme based on your xresources color
Stars: ✭ 77 (+327.78%)
Mutual labels:  colorscheme
meteor-docker
Docker image for Meteor.
Stars: ✭ 41 (+127.78%)
Mutual labels:  meteor
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (+105.56%)
Mutual labels:  angular-2
hypersubs
an upgraded version of Meteor subscribe, which helps optimize data and performance!
Stars: ✭ 13 (-27.78%)
Mutual labels:  meteor
meteor-application-template-react
Template for application development using Meteor, Bootstrap 5, and React
Stars: ✭ 2 (-88.89%)
Mutual labels:  meteor
material.nvim
🔱 Material colorscheme for NeoVim written in Lua with built-in support for native LSP, TreeSitter and many more plugins
Stars: ✭ 574 (+3088.89%)
Mutual labels:  colorscheme
meteor-ddp-php
Minimalist PHP library for client-side DDP communication
Stars: ✭ 49 (+172.22%)
Mutual labels:  meteor
kumux-colorscheme-engine
Kumux is the world's first dynamic circadian color scheme for code editors and other software.
Stars: ✭ 102 (+466.67%)
Mutual labels:  colorscheme
crater
Meteor/Webpack/React SSR app skeleton that runs your app code outside of Meteor Isobuild
Stars: ✭ 82 (+355.56%)
Mutual labels:  meteor
vim-colors-violet
Violet Colorscheme for the Vim Editor
Stars: ✭ 31 (+72.22%)
Mutual labels:  colorscheme
nord.nvim
Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
Stars: ✭ 412 (+2188.89%)
Mutual labels:  colorscheme
ngx-print
🖨️ A plug n' play Angular (2++) library to print your stuff
Stars: ✭ 124 (+588.89%)
Mutual labels:  angular-2

Darkest-space

Darkest-space use contrast between green|cyan and purple.

Palette

fg: #e8deb7 default foreground
bg: #262626 default background
1: #d75f87 functions, alerts, bg TODO
2: #87af5f delimiters, operators, on little characters
3: #ffffaf numbers
4: #5f8787 comments
5: #875faf identifiers
6: #b3a1b3 strings
7: #ffffd7

Installation

To install this colorscheme, choose between Vundle or Pathogen.

  • Vundle, edit ~/.vimrc:
 Plugin 'szorfein/darkest-space'

And run into vim

:PluginInstall
  • Pathogen:
$ mkdir -p ~/.vim/bundle
$ cd ~/.vim/bundle
$ git clone https://github.com/szorfein/darkest-space

Configuration

Edit ~/.vimrc:

syntax on
colorscheme darkest-space

Preview

last screen

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].