All Projects → andresmichel → One Dark Theme

andresmichel / One Dark Theme

Licence: mit
One Dark theme for Sublime Text

Projects that are alternatives of or similar to One Dark Theme

TwoDark
Atom's OneDark inspired theme for Sublime Text
Stars: ✭ 19 (-82.57%)
Mutual labels:  atom, sublime-text
Cake
Yummy syntax theme for Atom, Brackets, Sublime Text and Visual Studio Code
Stars: ✭ 47 (-56.88%)
Mutual labels:  atom, sublime-text
Dracula Theme
🧛🏻‍♂️ One theme. All platforms.
Stars: ✭ 17,480 (+15936.7%)
Mutual labels:  atom, sublime-text
Wsl Proxy
WSL proxy files for editor/linux interop
Stars: ✭ 134 (+22.94%)
Mutual labels:  atom, sublime-text
Themer Gui
A graphical UI for themer. Replaced by Progressive Web App at https://themer.dev.
Stars: ✭ 337 (+209.17%)
Mutual labels:  atom, sublime-text
Better-Less
Cross-compatible syntax highlighting for Less
Stars: ✭ 13 (-88.07%)
Mutual labels:  atom, sublime-text
themeX
The ultimate UNIVERSAL syntax color theme generator that let's you build your color scheme in just one file and compile for a wide range of different editors.
Stars: ✭ 26 (-76.15%)
Mutual labels:  atom, sublime-text
Lucario
The best flat theme for Vim, Atom, Sublime Text, Jetbrains Editors, Terminal.app, iTerm, Xcode and XTerm
Stars: ✭ 711 (+552.29%)
Mutual labels:  atom, sublime-text
Handlebars
Fullest Handlebars.js templating support for Atom and Sublime Text 2 / 3. Also drives syntax colouring on Github and in Visual Studio Code. Install from: https://atom.io/packages/Handlebars and https://packagecontrol.io/packages/Handlebars.
Stars: ✭ 292 (+167.89%)
Mutual labels:  atom, sublime-text
React Native Snippets
✏️ A collection of React Native snippets for Sublime Text and Atom
Stars: ✭ 257 (+135.78%)
Mutual labels:  atom, sublime-text
Themer
themer is inspired by trevordmiller/nova and chriskempson/base16.
Stars: ✭ 4,483 (+4012.84%)
Mutual labels:  atom, sublime-text
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (-33.03%)
Mutual labels:  atom, sublime-text
Unittesting
Testing Sublime Text Packages
Stars: ✭ 95 (-12.84%)
Mutual labels:  sublime-text
Linter Write Good
An Atom linter interface for write-good.
Stars: ✭ 102 (-6.42%)
Mutual labels:  atom
Linter Js Standard
Atom linter plugin for JavaScript, using JavaScript Standard Style
Stars: ✭ 95 (-12.84%)
Mutual labels:  atom
Sublime Boxy
It Was the Most Hackable Theme for Sublime Text 3
Stars: ✭ 1,328 (+1118.35%)
Mutual labels:  sublime-text
Carbonsublime
🚀 A Sublime Text 3 Plugin for Carbon. (https://carbon.now.sh)
Stars: ✭ 104 (-4.59%)
Mutual labels:  sublime-text
Atom Goto Definition
⚠️⚠️⚠️ DEPRECATED
Stars: ✭ 102 (-6.42%)
Mutual labels:  atom
Nord Atom Ui
An arctic, north-bluish clean and elegant minimal Atom UI theme.
Stars: ✭ 94 (-13.76%)
Mutual labels:  atom
Atom Expand Region
expanding selection
Stars: ✭ 90 (-17.43%)
Mutual labels:  atom

One Dark theme

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

Sublime Text - One Dark 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].