Coder Social home page Coder Social logo

the-one-theme's Introduction

The One Theme

A dark theme for iTerm, Slack, Terminal, Terminator, and ZSH based on Atom's One Dark syntax theme.

Install

iTerm 2

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/benniemosher/the-one-theme/

Install manually

Download using the GitHub .zip download option and unzip them.

Activating theme

  1. iTerm2 > Preferences > Profiles > Colors Tab
  2. Click Load Presets...
  3. Click Import...
  4. Select the iterm/TheOne.itermcolors file
  5. Select "The One" from Load Presets...

Slack

Install manually

  1. Go to User Menu > Preferences > Sidebar Theme
  2. In the bottom of the window, look for a "customize your theme and share it with others" link
  3. Copy and paste the values below
#272B33,#3e4451,#3e4451,#61AFEF,#5b626f,#FFFFFF,#97C279,#DF6B75

Terminal

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/benniemosher/the-one-theme/

Install manually

Download using the GitHub .zip download option and unzip them.

Activating theme

  1. Terminal > Settings Tab
  2. Click "Gear" icon
  3. Click Import...
  4. Select the terminal/TheOne.terminal file
  5. Click Default

Terminator

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/benniemosher/the-one-theme/

And copy terminator/config to terminator config location:

mkdir -p ~/.config/terminator/
cp $THE_ONE_THEME/terminator/config ~/.config/terminator/

P.S.: Remember that you should replace $THE_ONE_THEME to the actual directories for this command to work.

Install manually

Download using the GitHub .zip download option and unzip them.

And copy terminator/config to terminator config location:

mkdir -p ~/.config/terminator/
cp $THE_ONE_THEME/terminator/config ~/.config/terminator/

P.S.: Remember that you should replace $THE_ONE_THEME to the actual directories for this command to work.

ZSH

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/benniemosher/the-one-theme/

And creating a symbolic link to oh-my-zsh's theme folder:

$ ln -s $THE_ONE_THEME/zsh/TheOne.zsh-theme $OH_MY_ZSH/themes/TheOne.zsh-theme

P.S.: Remember that you should replace $THE_ONE_THEME and $OH_MY_ZSH to the actual directories for this command to work.

Install manually

  1. Download using the GitHub .zip download option and unzip them.
  2. Move zsh/TheOne.zsh-theme file to oh-my-zsh's theme folder: oh-my-zsh/themes/TheOne.zsh-theme.

Activating theme

Go to your ~/.zshrc file and set ZSH_THEME="TheOne".

Roadmap

"Are you going to create a light color scheme?"

Yes. Atom has a One Light syntax theme, and eventually we will support that theme as well.

"Are you going to support editor X?"

I hope so, but I need your help to accomplish that. Since you're using editor X you're probably much more expert on it than me. So feel free to send a pull request based on the Color Palette below.

Color Palette

Palette Hex RGB HSL
Background #272B33 39 43 51 220° 13% 18%
Comment #5b626f 91 98 111 219° 10% 39%
Current Line #2c323d 44 50 61 219° 16% 21%
Foreground #abb2c0 171 178 192 220° 14% 71%
Selection #3e4451 62 68 81 221° 13% 28%
Blue 1 #61AFEF 97 175 239 207° 82% 66%
Blue 2 #65b6f8 101 182 248 207° 91% 68%
Cyan 1 #56B5C2 86 181 194 187° 47% 55%
Cyan 2 #66d7e6 102 215 230 187° 72% 65%
Green 1 #97C279 151 194 121 95° 38% 62%
Green 2 #abdc89 171 220 137 95° 54% 70%
Orange 1 #D19965 209 153 101 29° 54% 61%
Orange 2 #E4BF7A 228 191 122 39° 67% 69%
Purple 1 #C578DD 197 120 221 286° 60% 67%
Purple 2 #d682f0 214 130 240 286° 79% 73%
Red 1 #DF6B75 223 107 117 355° 65% 65%
Red 2 #BE5046 190 80 70 5° 48% 51%
Yellow 1 #e2c08d 226 192 141 36° 59% 72%
Yellow 2 #f2ce97 242 206 151 36° 78% 77%

Team

The One is a project created by Bennie Mosher with the help of many awesome contributors. For each code editor theme there's a specific maintainer, that way we can achieve more and more code editors and still keep the quality high.

Contributing

If you want to help, please read the Contributing guide.

Credits

History

For detailed changelog, see Releases.

License

MIT License © Bennie Mosher

the-one-theme's People

Contributors

benniemosher avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

the-one-theme's Issues

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.