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 100K
  • Win 55K
  • Mac 24K
  • Linux 21K
Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24
Windows 7 10 18 10 11 4 12 14 13 8 23 16 14 17 13 12 21 13 12 10 15 11 16 12 11 9 11 10 10 14 3 6 7 5 5 14 13 9 10 20 9 9 12 15 16 10
Mac 2 7 8 11 1 3 2 8 8 8 10 6 2 3 2 5 6 5 4 2 5 9 4 4 6 5 5 3 6 5 5 12 1 2 2 2 7 2 7 3 3 4 5 4 8 4
Linux 1 4 2 2 6 5 7 2 4 8 5 11 4 3 1 4 4 6 3 6 7 6 8 2 5 7 6 6 2 4 2 4 2 2 3 2 6 4 5 1 5 1 5 9 5 8

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