All Projects → kkga → spacegray

kkga / spacegray

Licence: MIT License
A Hyperminimal UI Theme for Sublime Text

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to spacegray

sublime-scheme-alabaster
Minimalist color scheme for Sublime Text 3
Stars: ✭ 165 (-97.73%)
Mutual labels:  sublime-text, color-scheme
Ciapre.tmTheme
Ciapre - an easy-on-the-eyes Sublime Text/TextMate color scheme.
Stars: ✭ 63 (-99.13%)
Mutual labels:  sublime-text, color-scheme
Neon Color Scheme
A colorful bright-on-black color scheme for Sublime Text and TextMate. Its aim is to make as many languages as possible look as good as possible. Includes extended support for Python, Ruby, Clojure, JavaScript/JSON, C/C++, diff, HTML/XML, Markdown, PHP, CSS/SCSS/SASS, GitGutter, Find In Files, PackageDev, Regex, SublimeLinter, and much more.
Stars: ✭ 159 (-97.81%)
Mutual labels:  sublime-text, color-scheme
Sublime Boxy
It Was the Most Hackable Theme for Sublime Text 3
Stars: ✭ 1,328 (-81.71%)
Mutual labels:  sublime-text, color-scheme
Cake
Yummy syntax theme for Atom, Brackets, Sublime Text and Visual Studio Code
Stars: ✭ 47 (-99.35%)
Mutual labels:  sublime-text, color-scheme
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (-98.5%)
Mutual labels:  sublime-text, color-scheme
Gruvbox
🎨 Sublime Text themes & color schemes with pastel 'retro groove' colors
Stars: ✭ 191 (-97.37%)
Mutual labels:  sublime-text, color-scheme
GDL-sublime
📝 A Sublime Text package for the programming language GDL (Geometric Description Language)
Stars: ✭ 25 (-99.66%)
Mutual labels:  sublime-text, color-scheme
dimmed
👔 Dimmed Color Theme for Sublime Text 2/3
Stars: ✭ 18 (-99.75%)
Mutual labels:  sublime-text, spacegray
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 (-99.64%)
Mutual labels:  sublime-text, color-scheme
Lucario
The best flat theme for Vim, Atom, Sublime Text, Jetbrains Editors, Terminal.app, iTerm, Xcode and XTerm
Stars: ✭ 711 (-90.21%)
Mutual labels:  sublime-text, color-scheme
Milotic
Color Full Theme for All Text Editors!
Stars: ✭ 23 (-99.68%)
Mutual labels:  sublime-text, color-scheme
Gitgutter
A Sublime Text 2/3 plugin to see git diff in gutter
Stars: ✭ 3,888 (-46.45%)
Mutual labels:  sublime-text, color-scheme
Inspiredgithub.tmtheme
A color scheme for Sublime Text 3.
Stars: ✭ 117 (-98.39%)
Mutual labels:  sublime-text, color-scheme
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (-94.79%)
Mutual labels:  sublime-text, color-scheme
Sublime Da Ui
Adaptive, Customizable, Elegant UI Theme and Color Schemes for Sublime Text 3
Stars: ✭ 180 (-97.52%)
Mutual labels:  sublime-text, color-scheme
sublime-monokai-free
A beautiful, modern, high quality, Monokai theme for Sublime Text 3.
Stars: ✭ 46 (-99.37%)
Mutual labels:  sublime-text, color-scheme
ST-ShellScriptImproved
❌ [Deprecated] A better ShellScript (Bash) syntax highlight for Sublime Text >= 3143
Stars: ✭ 25 (-99.66%)
Mutual labels:  sublime-text, color-scheme
sublime-color-scheme-unit
A testing framework for Sublime Text color schemes.
Stars: ✭ 19 (-99.74%)
Mutual labels:  sublime-text, color-scheme
sublime-scheme-writer
A color scheme for focused long-form writing
Stars: ✭ 92 (-98.73%)
Mutual labels:  sublime-text, color-scheme

Spacegray

A set of custom UI themes for Sublime Text 2/3. It's all about hype and minimal. Comes in different flavors with accompanying Base16 color schemes.


Themes

Spacegray

Default flavor based on Base16 Ocean Dark color scheme.

image

Spacegray Light

Light variation based on Base16 Ocean Light color scheme.

image

Spacegray Eighties

A variation based on Base16 Eighties Dark color scheme.

image

The font used in the screenshots is Source Code Pro.


How to Install

Via Package Control

The easiest way to install is using Sublime Package Control, where Spacegray is listed as Theme - Spacegray.

  1. Open Command Palette using menu item Tools -> Command Palette... (P on Mac)
  2. Choose Package Control: Install Package
  3. Find Theme - Spacegray and hit Enter

Manual

You can also install the theme manually:

  1. Download the .zip
  2. Unzip and rename the folder to Theme - Spacegray
  3. Copy the folder into Packages directory, which you can find using the menu item Sublime Text -> Preferences -> Browse Packages...

How to Activate

Activate the UI theme and color scheme by modifying your user preferences file, which you can find using the menu item Sublime Text -> Preferences -> Settings - User (, on Mac).

You can choose whichever flavor you like, but don't forget to change both color scheme and UI theme so they match.

Note: Don't forget to restart Sublime Text after activating the theme.

Settings for Spacegray

{
  "theme": "Spacegray.sublime-theme",
  "color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme"
}

Settings for Spacegray Light

{
  "theme": "Spacegray Light.sublime-theme",
  "color_scheme": "Packages/Theme - Spacegray/base16-ocean.light.tmTheme"
}

Settings for Spacegray Eighties

{
  "theme": "Spacegray Eighties.sublime-theme",
  "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme"
}

Settings

Tab labels font size

Copy and paste one of four options in your user preferences file:

  "spacegray_tabs_font_small": true
  "spacegray_tabs_font_normal": true
  "spacegray_tabs_font_large": true
  "spacegray_tabs_font_xlarge": true

Tabs size

Tabs height:

  "spacegray_tabs_small": true
  "spacegray_tabs_normal": true
  "spacegray_tabs_large": true
  "spacegray_tabs_xlarge": true

Tabs width:

  "spacegray_tabs_auto_width": true

Sidebar labels font size

  "spacegray_sidebar_font_small": true
  "spacegray_sidebar_font_normal": true
  "spacegray_sidebar_font_large": true
  "spacegray_sidebar_font_xlarge": true

Sidebar tree rows height

  "spacegray_sidebar_tree_xsmall": true
  "spacegray_sidebar_tree_small": true
  "spacegray_sidebar_tree_normal": true
  "spacegray_sidebar_tree_large": true
  "spacegray_sidebar_tree_xlarge": true

Hide navigation icons in Sublime Text 3

  "enable_tab_scrolling": false,

Enable sidebar fileicons (only works in Sublime Text 3)

  "spacegray_fileicons": true,

Disable custom OSX Title Bar in Sublime Text 3

Useful if you're using native OSX tabs since the custom Title Bar breaks the native tabs

  "disable_custom_title_bar": true,

Thanks

The Spacegray Eighties variation is contributed by Yoshua Wuyts.

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