랭킹으로 돌아가기
nathanbuchar/atom-one-dark-terminal
A Terminal theme that mimics the One Dark theme made by the Atom team.
atomone-darkthemeterminalzshiterm
주요 지표
스타 성장
스타
1.1k
포크
183
주간 성장
—
이슈
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
관련 저장소