Git Product home page Git Product logo

atom-one-dark-terminal's Introduction

Atom One Dark theme for Terminal

A theme for Terminal and iTerm that mimics the native One Dark Theme made by the Atom team. Also available in One Light.

Colors not working?

Colors are not enabled by default in macOS Terminal, so you will need to enable colors in order for this theme to work. To do this, append the following to your ~/.bashrc or ~/.zshrc file, then restart Terminal

export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad

This one line will do that for you. Copy and paste it into a Terminal window, hit return, then restart Terminal. For ~/.bashrc

echo -e '\n# Add colors to Terminal\nexport CLICOLOR=1\nexport LSCOLORS=ExFxBxDxCxegedabagacad' >> ~/.bashrc

or ~/.zshrc

echo -e '\n# Add colors to Terminal\nexport CLICOLOR=1\nexport LSCOLORS=ExFxBxDxCxegedabagacad' >> ~/.zshrc

Changelog

  • 1.0.3 - For One Dark, use the same color for "Black" as that used for the window background (#1E2127).
  • 1.0.2 - Using a brighter text color for the One Dark theme and remove transparency from backgrounds.
  • 1.0.1 - Using generic RGB for colors; 95% opaque backgrounds.
  • 1.0.0 - Added One Light theme; refined colors.
  • 0.7.1 - Added an alternate theme using a darker window color, based on the outer ui and not the editor space.
  • 0.7.0 - Update contrast to reflect One Dark Syntax 0.7.0
  • 0.5.0 - Update to lighter background and brighter colors to reflect One Dark Syntax 0.5.0

Screenshots

One Dark

Screenshot

One Light

Screenshot

Authors

License

ISC

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.