Skip to content

kodx/TangoDark

Repository files navigation

A dark interface and syntax theme for Sublime Text 3, rxvt-unicode, Konsole and Emacs

About

TangoDark is a dark theme and a syntax color scheme based on Tango Style Theme Guidelines.

Filetype icons from Predawn Theme. Folder icons from Soda Theme by Ian Hill.

How to install the Tango Dark theme in Sublime Text 3

From sublime text open your Packages folder: Preferences -> Browse Packages

Sublime Text packages screenshot

Manual mode

Create directory TangoDark and put contents of this repo inside.

Git mode

Run inside Packages dir

git clone https://github.com/kodx/TangoDark.git

Activating the theme for Sublime Text 3

Open your user settings file preferences.sublime-settings and add or replace your current theme settings with the code below:

{
    "theme": "TangoDark.sublime-theme",
    "color_scheme": "Packages/TangoDark/TangoDark.tmTheme",
}

For bigger UI font(14pt) use:

{
    "color_scheme": "Packages/TangoDark/TangoDark-font14.tmTheme",
}

TangoDark screenshot

Note: File icons are supported only for Beta BUILDS 3065+.

Sublime Text 3 - PlainTasks

TangoDark theme supplied with PlainTasks color scheme:

TangoDark PlainTasks screenshot

To activate open PlainTasks.sublime-settings and add or replace "color_scheme" option with:

{
    "color_scheme": "Packages/TangoDark/TangoDark-PlainTasks.tmTheme",
}

Emacs

Add to your Emacs config:

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/TangoDark")
(load-theme 'tangodark t)

TangoDark Emacs screenshot

urxvt-unicode

Add to your ~/.Xresources contents of urxvt/Xresources.

TangoDark rxvt-unicode screenshot

konsole

Copy file TangoDark.colorscheme from konsole to ~/.local/share/konsole directory and choose theme TangoDark in settings.

License

TangoDark Theme is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. You are free to share and remix the theme, however please abide by the license terms when doing so.

The following details apply to the Creative Commons license "author specified" components:

  • Attribution example: Based on TangoDark Theme by Yegor Bayev (https://github.com/kodx/TangoDark)

  • Naming guidelines: If you create and distribute a derivative theme, please give your theme a unique and original name that does not directly include "TangoDark Theme" (or a close variant) in the main project title, repo name or a Package Control name.

Releases

No releases published

Packages

No packages published

Languages