All Projects β†’ nathanbuchar β†’ Atom One Dark Terminal

nathanbuchar / Atom One Dark Terminal

Licence: isc
A Terminal theme that mimics the One Dark theme made by the Atom team.

Projects that are alternatives of or similar to Atom One Dark Terminal

Dracula Theme
πŸ§›πŸ»β€β™‚οΈ One theme. All platforms.
Stars: ✭ 17,480 (+1864.04%)
Mutual labels:  terminal, zsh, iterm, atom
Themer
themer is inspired by trevordmiller/nova and chriskempson/base16.
Stars: ✭ 4,483 (+403.71%)
Mutual labels:  terminal, iterm, atom
Themer Gui
A graphical UI for themer. Replaced by Progressive Web App at https://themer.dev.
Stars: ✭ 337 (-62.13%)
Mutual labels:  terminal, iterm, atom
Terminus
Terminus, a terminal for Atom! - Looking for collaborators hop in, at your next bus stop :-)
Stars: ✭ 49 (-94.49%)
Mutual labels:  terminal, iterm, atom
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (-91.8%)
Mutual labels:  zsh, iterm, atom
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (-26.85%)
Mutual labels:  terminal, zsh, iterm
Nord Dircolors
An arctic, north-bluish clean and elegant dircolors theme.
Stars: ✭ 328 (-63.15%)
Mutual labels:  terminal, zsh
Cw
The best way to tail AWS CloudWatch Logs from your terminal
Stars: ✭ 368 (-58.65%)
Mutual labels:  terminal, zsh
Relaxed Terminal Themes
πŸ•ΆοΈ A relaxed terminal theme to take a more relaxed view of things. For iTerm, Hyper, the macOS Terminal and a bunch of others.
Stars: ✭ 382 (-57.08%)
Mutual labels:  terminal, iterm
Dotfiles
My personal dotfiles
Stars: ✭ 400 (-55.06%)
Mutual labels:  terminal, zsh
Nord Gnome Terminal
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Stars: ✭ 258 (-71.01%)
Mutual labels:  terminal, zsh
Termux Style
Simple script to change color-schemes and fonts for Termux.
Stars: ✭ 400 (-55.06%)
Mutual labels:  terminal, zsh
Dstask
Single binary terminal-based TODO manager with git-based sync + markdown notes per task
Stars: ✭ 431 (-51.57%)
Mutual labels:  terminal, zsh
Caporal.js
A full-featured framework for building command line applications (cli) with node.js
Stars: ✭ 3,279 (+268.43%)
Mutual labels:  terminal, zsh
Iterm2 Color Schemes
Over 250 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty
Stars: ✭ 20,828 (+2240.22%)
Mutual labels:  terminal, iterm
Ltfinderbuttons
My Finder buttons collection for macOS.
Stars: ✭ 269 (-69.78%)
Mutual labels:  terminal, atom
Typewritten
A minimal, lightweight, informative zsh prompt theme
Stars: ✭ 442 (-50.34%)
Mutual labels:  terminal, zsh
Wild Cherry
πŸ‘ΈπŸŒ·πŸ‘Ή A fairy-tale inspired theme, with tasteful use of emojis
Stars: ✭ 443 (-50.22%)
Mutual labels:  terminal, atom
Ls
ls on steroids
Stars: ✭ 458 (-48.54%)
Mutual labels:  terminal, zsh
dotfiles
🏑 dotfiles configuration
Stars: ✭ 18 (-97.98%)
Mutual labels:  zsh, iterm

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

Screenshot

One Light

Screenshot

Authors

License

ISC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].