ランキングに戻る
nathanbuchar/atom-one-dark-terminal
A Terminal theme that mimics the One Dark theme made by the Atom team.
atomone-darkthemeterminalzshiterm
主要指標
スター成長
スター
1.1k
フォーク
183
週間成長
—
Issue
2
5001k
2015年2月2016年12月2018年11月2020年10月2022年9月2024年8月2026年7月
README
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

One Light

Authors
- Nathan Buchar (Owner)
License
ISC
関連リポジトリ