ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Theme - Two​Dark

by erremauro ALL

Atom's OneDark inspired theme for Sublime Text

Labels theme

Details

Installs

  • Total 11K
  • Win 7K
  • Mac 2K
  • Linux 2K
Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22
Windows 0 0 1 0 1 1 1 1 1 3 1 0 1 2 1 0 1 1 1 1 2 4 1 1 2 1 1 1 1 0 0 0 0 0 0 0 0 1 0 2 1 1 0 0 0 1
Mac 0 1 2 0 0 1 2 3 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 1 1 0 0
Linux 1 2 0 0 0 1 0 2 0 0 0 2 1 0 0 1 0 0 0 0 0 2 0 0 1 0 1 0 1 0 1 2 0 0 5 1 0 0 0 1 0 0 0 0 0 1

Readme

Source
raw.​githubusercontent.​com

TwoDark

Atom's OneDark inspired theme for Sublime Text.

Why?

Even if other OneDark inspired theme for Sublime Text exists, I felt that they were all missing– for their own reasons –some of the details that I liked from the original. That's why I decided to roll the version that I wanted to use.

I hope you enjoy it.

But, Is It Beautiful?

IDK, I'm just a README. See for yourself:

TwoDark Screenshot

How To Install

Package Control

You'll find TwoDark listed as “Theme - TwoDark” on Package Control.

To install the theme using Package Control:

  • Open Command Palette using menu item Tools -> Command Palette… (⇧⌘P on Mac)
  • Choose Package Control: Install Package
  • Find Theme - TwoDark and hit Enter

Manual

To install the theme manually:

  • Download the zip
  • Unzip and rename the folder Theme - TwoDark
  • Copy the folder into Packages directory. Use Sublime Text -> Preferences -> Browse Packages... to open the directory on your system.

Activation

Select Sublime Text -> Preferences -> Settings - User to modify your preferences. (or , on Mac)

Settings

{
  "theme": "TwoDark.sublime-theme",
  "color_scheme": "Packages/Theme - TwoDark/TwoDark.sublime-color-scheme",
  "draw_shadows": false,
  "highlight_modified_tabs": true,
  "caret_extra_width": 1,
  "caret_style": "smooth",
  "highlight_line": true
}