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

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