Skip to content

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

Notifications You must be signed in to change notification settings

benniemosher/the-one-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages