Giter VIP home page Giter VIP logo

terminal-themes's Introduction

Terminal Theme Modification

Here is a dark purple theme for terminal works such as vim editing and shell working.

Home page: TT

Author: Yida Wang

Environments: OS, Ubuntu and other Linux/Unix platform

Installation

You can just install all those themes via

git clone https://github.com/wangyida/terminal-themes.git
cd terminal-themes
cp ./*rc* ~/

Pull request welcomed!!

Theme

Note that I adopt Dracula theme for every configureing files which is available in this page dracula

Font

A typeface designed for source code

Hack is designed to be a workhorse typeface for code. It has deep roots in the libre, open source typeface community and expands upon the contributions of the Bitstream Vera & DejaVu projects. The project is in active development. We welcome your input and contributions.

hack_font

Editors

VIM

Some themes in vim might not be available when the terminal supports true color, but you have not define this in .vimrc, In April Vim merged patch 7.4.1799, which appears to simplify settings for using true colors in the terminal. After upgrading to this patch, users simply had to include set termguicolors in their vimrc to get true colors in the terminal– the one caveat being that it has to be a terminal like iTerm2 that also supports “true colors”.

eye

You should define this for Iterm:

" gui colors if running iTerm
if $TERM_PROGRAM =~ "iTerm"
  set termguicolors
endif

So vim will be something like this: vim

It also works well with editing with YouCompleteMe, here is a python version for it. python_lint

Tmux

tmux

iTerm

You should have a test for determing whether the specific terminal like iTerm supports true color or not by executing:

perl test.pl

and the results will be something like this: iterm

Here we can use the embeded function

imgcat

in iTerm for perviewing images in terminal. imgcat

ipython

This theme also works for iPython kernels ipython

Atom

atom

terminal-themes's People

Contributors

wangyida avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.