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