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

Theme - One Dark

by andresmichel ALL

One Dark theme for Sublime Text

Labels theme

Details

Installs

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

Readme

Source
raw.​githubusercontent.​com

One Dark theme

A dark Sublime Text theme based on Atom One Dark UI theme.

Color scheme by IceTimux

Installation

Easy

You can install this awesome theme through the Package Control.

  1. Press cmd/ctrl + shift + p to open the command palette.
  2. Type Install Package and press enter. Then search for Theme - One Dark.

Manual

  1. Download the latest release, extract and rename the directory to Theme - One Dark.
  2. Move the directory inside your packages directory, Preferences > Browse packages.

Activation

Open your preferences Preferences > Setting - User and add this lines:

"color_scheme": "Packages/Theme - One Dark/One Dark.tmTheme",
"theme": "One Dark.sublime-theme",
"one_dark_sublime_text_2": true // Only for Sublime Text 2

Recommended settings

"animation_enabled": false,
"caret_extra_bottom": 1,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "blink",
"draw_white_space": "none",
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 2,
"margin": 0,
"match_selection": false,
"tree_animation_enabled": false,
"scroll_past_end": false,
"show_definitions": false,
"show_tab_close_buttons": true // Mandatory if you want to see unsaved files in tab

Optional settings

"one_dark_native_title_bar": true,        // Only for Mac & Sublime Text 3 >= build 3127
"one_dark_show_scroll_tabs": true,        // Only for Sublime Text 3
"one_dark_show_tabs_dropdown": true       // Only for Sublime Text 3
"one_dark_bigger_sidebar": true,          // Uses font-size 14 for the sidebar
"one_dark_sidebar_font_fira_light": true, // Uses Fira Light for the sidebar