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

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