francis36012 / onehalf

A clean, vibrant and pleasing color scheme for Sublime Text, Vim, iTerm, gnome-terminal and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One Half 🎨 🖥

version tag license tag package control

A color scheme for Sublime Text, N/Vim, iTerm, and more. Based on Atom's One. Work in progress.

main

Table of Contents

Features

  • Light and dark versions
  • Consistent colors across a wide variety of editors and terminals
    • TextMate
    • Sublime Text 2/3
    • GVim, MacVim, NeoVim, vim-airline (GUI/true colors)
    • OS X Terminal.app
    • iTerm2
    • Terminal Vim, vim-airline (256 colors)
    • Gnome Terminal
    • IntelliJ
    • Eclipse
    • GNU Emacs
    • Pygments
    • Prism
    • add your suggestion

Screenshots

(Individual screenshots are available in the screenshots folder)

Sublime Text

Sublime Text 3 with Menlo font and Spacegray themes. screenshot: sublimetext

(Neo)Vim

NeoVim + Tmux with true colors support on iTerm2. screenshot: vim

iTerm

screenshot: terminal

Installation & Usage

Vim

Install with Vundle then set colorscheme and g:airline_theme:

Bundle 'sonph/onehalf', {'rtp': 'vim/'}
colorscheme onehalflight
let g:airline_theme='onehalfdark'

Or if using lightline, set g:lightline.colorscheme:

let g:lightline.colorscheme='onehalfdark'

(details/manual installation)

Sublime Text 2/3

Install with Package Control.

(details/manual installation)

iTerm2

  1. Download color themes in the iterm folder
  2. Import the color themes
  • Either double click on the color scheme files to import
  • Or open iTerm Preferences > Profiles > Colors > Color Presets > Import and select the downloaded color theme files
  1. Select Preferences > Profiles > Colors > Color Presets > One Half Light (Dark)

OS X Terminal.app

Download the files in the terminal folder and double click on a color theme file.

Contributing / Troubleshooting / Bug Reports

Contributions are welcome. Feel free to open an issue if you have problems installing and using the colorschemes.

License

Released under the MIT license.

About

A clean, vibrant and pleasing color scheme for Sublime Text, Vim, iTerm, gnome-terminal and more.

License:MIT License


Languages

Language:Vim Script 74.4%Language:Shell 25.6%