All Projects → piotrkubisa → sublime-elementary

piotrkubisa / sublime-elementary

Licence: other
ElementaryOS inspired UI theme for Sublime Text 2 and Sublime Text 3.

Projects that are alternatives of or similar to sublime-elementary

vscode-expand-selection-to-scope
Extension that introduces a command to incrementally expand the selection to the nearest outer scope.
Stars: ✭ 17 (-51.43%)
Mutual labels:  sublime
d2launcher
Diablo II • Median XL • Mod Launcher for Linux
Stars: ✭ 20 (-42.86%)
Mutual labels:  elementaryos
darkbar
Darken window titlebars based on your preference. Made for elementary OS and GNOME.
Stars: ✭ 39 (+11.43%)
Mutual labels:  elementaryos
bolt-sublime
Syntax highlighting for Bolt and Sublime
Stars: ✭ 26 (-25.71%)
Mutual labels:  sublime
Citrus.Avalonia
Modern styles for Avalonia controls.
Stars: ✭ 326 (+831.43%)
Mutual labels:  ui-theme
toggle term
A simple script to transform your boring terminal into A DROP DOWN boring terminal
Stars: ✭ 19 (-45.71%)
Mutual labels:  elementaryos
Norka
Continuous text editor for Linux
Stars: ✭ 70 (+100%)
Mutual labels:  elementaryos
sourcegraph-sublime
Sourcegraph for Sublime Text 3
Stars: ✭ 16 (-54.29%)
Mutual labels:  sublime
stashed
Stash and collect files to copy it later
Stars: ✭ 22 (-37.14%)
Mutual labels:  elementaryos
sublime-jsx
Simple Sublime Text 3 JSX implementation
Stars: ✭ 24 (-31.43%)
Mutual labels:  sublime
resizer
Quick image resizer app for elementary OS
Stars: ✭ 15 (-57.14%)
Mutual labels:  elementaryos
Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-60%)
Mutual labels:  sublime
segoe-ui-linux
🐒 Install segoe-ui font on linux (ubuntu)
Stars: ✭ 121 (+245.71%)
Mutual labels:  elementaryos
stickies
Neat sticky notes app for elementary OS
Stars: ✭ 16 (-54.29%)
Mutual labels:  elementaryos
cbp-theme
UI Theme for U.S. Customs and Border Protection web applications
Stars: ✭ 28 (-20%)
Mutual labels:  ui-theme
elixir-sublime-syntax
The most powerful Elixir for the most Sublime experience.
Stars: ✭ 28 (-20%)
Mutual labels:  sublime
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (+40%)
Mutual labels:  sublime
reco
A simple audio recording app for modern Linux desktop environment like Pantheon
Stars: ✭ 47 (+34.29%)
Mutual labels:  elementaryos
sublime-text-2-wpseek
wpseek.com WordPress Developer Assistant for Sublime Text 2 / 3
Stars: ✭ 19 (-45.71%)
Mutual labels:  sublime
sublime-import-js
Sublime Text plugin for ImportJS
Stars: ✭ 24 (-31.43%)
Mutual labels:  sublime

Theme - Elementary

ElementaryOS inspired UI theme for Sublime Text 2 and Sublime Text 3.

Project currently is untaintained. If you are interested in maintenance this repository then I'd would happy to transfer ownership of Theme - Elementary to you.

Design

Elementary theme tries to mimic elementary OS user interface.

Dark Variant

Light Variant

Installation

Sublime Package Control

If you are using excellent Sublime Package Control you can simply install Elementary Theme via Package Control: Install Package menu item (Ctrl+Shift+P or Cmd+Shift+P on OS X), where this theme is listed as:

Theme - Elementary

Git

Simply clone this repository to your Sublime Packages/ folder (available via Preferences -> Browse Packages...). While inside the Packages/ directory, clone the theme repository using the command below:

git clone https://github.com/piqus/sublime-elementary.git "Theme - Elementary"

Manual installation

  1. Download latest version as zip-ball or click Download ZIP, while browsing latest tag (version) on sublime-elementary.
  2. As it was aforementioned in Git installation method, you need to locate Sublime Text Packages/ directory.
  3. Unzip the files and rename the folder to Theme - Elementary.
  4. Copy the folder into your Sublime Text Packages/ directory

Activation

After package installation you will need to set theme user setting in Preferences -> Settings - User or look for Preferences: Settings - User via Goto-Anything.

Dark variant

Dark variant of theme is only compatible with Sublime Text 3 version by now. Set theme configuration as it is shown below:

  • Sublime Text 3:
{
  "theme": "Elementary Dark.sublime-theme"
}

Light variant

Light theme is also compatible with Sublime Text 2, depending on version use proper theme:

  • Sublime Text 3:
{
  "theme": "Elementary Light 3.sublime-theme"
}
  • Sublime Text 2:
{
  "theme": "Elementary Light.sublime-theme"
}

Configuration

Elementary themes comes with various setings which can be set using Preferences -> Settings - User file.

Features

  • Icons

Since today (19.05.2017) I'd suggest installing A File Icon package instead. I have removed all icons, because they were copied from SetiUI project.

  • If you set "elementary_colorful": true in your user settings you may notice elementarish-blue scrollbars.

Effect:

  • "elementary_light_bottombar": true

  • "elementary_dark_statusbar": true

  • elementary_folder_icons (Light theme with ST2 only)

Optional

  • I suggest set "overlay_scroll_bars": "enabled",
  • If you are using light variant I'd also set "bold_folder_labels": true
  • This theme comes with two Color schemes called Mustang Bianco and Mustang Obsidian which are modified version of the Mustang.
  • Personally, I'd also set font_face to Fira Mono, Fira Code or Meslo, because they are very legible. I'd also set: "line_padding_bottom": 2, and "line_padding_top": 2 to add some whitespaces between the lines.
  • If you are running Sublime Text on some Linux distro then I'd suggest installing p-e-w/GTKDarkThemeVariantSetter which forces a dark theme of the app window.

Credits

This project consist some work which haven't been done by me and I am managed to say thanks to @samuelrafo for designing his light variant of Elementary Theme. In generally speaking I find this repo as fork, trying keep this theme up-to date with latest Sublime Text version showing also his fabulous work done on light variant.

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].