A dark theme for iTerm, Slack, Terminal, Terminator, and ZSH based on Atom's One Dark syntax theme.
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/
Download using the GitHub .zip download option and unzip them.
- iTerm2 > Preferences > Profiles > Colors Tab
- Click Load Presets...
- Click Import...
- Select the
iterm/TheOne.itermcolors
file - Select "The One" from Load Presets...
- Go to User Menu > Preferences > Sidebar Theme
- In the bottom of the window, look for a "customize your theme and share it with others" link
- Copy and paste the values below
#272B33,#3e4451,#3e4451,#61AFEF,#5b626f,#FFFFFF,#97C279,#DF6B75
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/
Download using the GitHub .zip download option and unzip them.
- Terminal > Settings Tab
- Click "Gear" icon
- Click Import...
- Select the
terminal/TheOne.terminal
file - Click Default
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.
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.
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.
- Download using the GitHub .zip download option and unzip them.
- Move zsh/TheOne.zsh-theme file to oh-my-zsh's theme folder: oh-my-zsh/themes/TheOne.zsh-theme.
Go to your ~/.zshrc file and set ZSH_THEME="TheOne".
Yes. Atom has a One Light syntax theme, and eventually we will support that theme as well.
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.
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% |
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.
- @benniemosher - iTerm, Slack, Terminal, and ZSH
If you want to help, please read the Contributing guide.
- Color palette inspired by @atom's One Dark Syntax theme
For detailed changelog, see Releases.
MIT License © Bennie Mosher