All Projects → erremauro → TwoDark

erremauro / TwoDark

Licence: MIT license
Atom's OneDark inspired theme for Sublime Text

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to TwoDark

Atom Languageclient
Language Server Protocol support for Atom (the basis of Atom-IDE)
Stars: ✭ 385 (+1926.32%)
Mutual labels:  atom, ide
LegacyColorSchemes
Color schemes that were part of Sublime Text 2 and older builds of Sublime Text 3
Stars: ✭ 48 (+152.63%)
Mutual labels:  sublime-text, sublime-color-scheme
Themer
themer is inspired by trevordmiller/nova and chriskempson/base16.
Stars: ✭ 4,483 (+23494.74%)
Mutual labels:  atom, sublime-text
Awesome Atom Packages
📦 Some Useful Atom Packages for Web Developers !
Stars: ✭ 286 (+1405.26%)
Mutual labels:  atom, ide
Atom Supercollider
SuperCollider development environment for Atom.io
Stars: ✭ 85 (+347.37%)
Mutual labels:  atom, ide
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 (+1436.84%)
Mutual labels:  atom, sublime-text
Atom Ide Rust
Rust IDE support for Atom, powered by the Rust Language Server (RLS)
Stars: ✭ 200 (+952.63%)
Mutual labels:  atom, ide
atom-ide-scala
Scala & Dotty support for Atom IDE (🧟‍♂️ zombie repo)
Stars: ✭ 47 (+147.37%)
Mutual labels:  atom, ide
Ide Haskell
Haskell IDE plugin for Atom editor
Stars: ✭ 236 (+1142.11%)
Mutual labels:  atom, ide
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (+284.21%)
Mutual labels:  atom, sublime-text
Php Ide Serenata
Atom IDE package that integrates the Serenata server to provide PHP code assistance
Stars: ✭ 277 (+1357.89%)
Mutual labels:  atom, ide
Go Plus
An Enhanced Go Experience For The Atom Editor
Stars: ✭ 1,519 (+7894.74%)
Mutual labels:  atom, ide
React Native Snippets
✏️ A collection of React Native snippets for Sublime Text and Atom
Stars: ✭ 257 (+1252.63%)
Mutual labels:  atom, sublime-text
Themer Gui
A graphical UI for themer. Replaced by Progressive Web App at https://themer.dev.
Stars: ✭ 337 (+1673.68%)
Mutual labels:  atom, sublime-text
colorstorm
A color theme generator for editors and terminal emulators
Stars: ✭ 101 (+431.58%)
Mutual labels:  atom, sublime-theme
Platformio Atom Ide
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
Stars: ✭ 475 (+2400%)
Mutual labels:  atom, ide
Better-Less
Cross-compatible syntax highlighting for Less
Stars: ✭ 13 (-31.58%)
Mutual labels:  atom, sublime-text
atom-ide-cpp
C/C++ language support for Atom-IDE
Stars: ✭ 34 (+78.95%)
Mutual labels:  atom, ide
Lucario
The best flat theme for Vim, Atom, Sublime Text, Jetbrains Editors, Terminal.app, iTerm, Xcode and XTerm
Stars: ✭ 711 (+3642.11%)
Mutual labels:  atom, sublime-text
One Dark Theme
One Dark theme for Sublime Text
Stars: ✭ 109 (+473.68%)
Mutual labels:  atom, sublime-text

TwoDark

Atom's OneDark inspired theme for Sublime Text.

Why?

Even if other OneDark inspired theme for Sublime Text exists, I felt that they were all missing– for their own reasons –some of the details that I liked from the original. That's why I decided to roll the version that I wanted to use.

I hope you enjoy it.

But, Is It Beautiful?

IDK, I'm just a README. See for yourself:

TwoDark Screenshot

How To Install

Package Control

You'll find TwoDark listed as "Theme - TwoDark" on Package Control.

To install the theme using Package Control:

  • Open Command Palette using menu item Tools -> Command Palette... (⇧⌘P on Mac)
  • Choose Package Control: Install Package
  • Find Theme - TwoDark and hit Enter

Manual

To install the theme manually:

  • Download the zip
  • Unzip and rename the folder Theme - TwoDark
  • Copy the folder into Packages directory. Use Sublime Text -> Preferences -> Browse Packages... to open the directory on your system.

Activation

Select Sublime Text -> Preferences -> Settings - User to modify your preferences. (or , on Mac)

Settings

{
  "theme": "TwoDark.sublime-theme",
  "color_scheme": "Packages/Theme - TwoDark/TwoDark.sublime-color-scheme",
  "draw_shadows": false,
  "highlight_modified_tabs": true,
  "caret_extra_width": 1,
  "caret_style": "smooth",
  "highlight_line": true
}
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].