ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Theme - Curiosity

by dmnplb ST3

:milky_way: Simple dark theme for Sublime Text 3, inspired by Mars

Labels theme

Details

Installs

  • Total 8K
  • Win 5K
  • Mac 1K
  • Linux 2K
Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 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
Windows 1 2 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 3 1 0 1 0 2 0 1 0 1 0 1 0 1 1 0 1 0 2 1 0 2 1 0 0
Mac 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 2 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1

Readme

Source
raw.​githubusercontent.​com

Curiosity

Curiosity is a simple dark theme for Sublime Text 3, inspired by Mars. It's basically a mixture of two popular themes: Predawn and Spacegray.

Warmth from Predawn. Attitude from Spacegray.

Curiosity Sublime Theme, Mount Sharp

Curiosity Sublime Theme, Ice Lake Typeface used in code: Pragmata Pro. UI Typeface: Input Sans First image → Mount Sharp, taken by NASA's Curiosity rover © NASA/JPL-Caltech/MSSS (Source) · Second image → View of crater with water ice © ESA/DLR/FU Berlin (G. Neukum) (Source)

View a screenshot of the entire theme


Features

Are you curious about the differences from Spacegray and Predawn?


How to Install

Easy way: Package Control

  1. Install Package Control
  2. Open Command Palette using the menu item Tools → Command Palette... (OS X → Cmd+Shift+P · Win/Linux → Ctrl+Shift+P)
  3. Type and select Package Control: Install Package
  4. Find Theme - Curiosity and hit Enter

“Hacker” way: Git

  1. Go to your Sublime Text Packages folder using the menu item Preferences → Browse Packages...
  2. Clone the repository using this command:
git clone https://github.com/dmnplb/curiosity/ "Theme - Curiosity"

Masochist way: Manual

  1. Download the archive from Github
  2. Unzip and rename the folder to Theme - Curiosity
  3. Go to your Sublime Text Packages folder using the menu item Preferences → Browse Packages...
  4. Copy Theme - Curiosity into Packages folder

How to Activate

  1. Open your “User Preferences” file using the menu item Sublime Text → Preferences → Settings - User
  2. Add or replace your current theme settings with the code below, then save:
{
  "theme": "Curiosity.sublime-theme",
  "color_scheme": "Packages/Theme - Curiosity/curiosity.base16.tmTheme"
}

Is your Sublime Text going nuts? That's okay. Now you must restart Sublime Text to see the full theme in action.


Configuration

UI Typeface

From the Soda-Theme Wiki:

To begin customising an existing theme, create a new file in your User folder (located in the Sublime Text Packages directory) with the same name as the theme file you are extending. […] From this point, any valid theme rules you place in this file will automatically be applied by Sublime Text when the related theme is active.

Instructions

  1. Download the CuriosityUI.Type file (Save Link As…). Take it from the cloned repository, if you followed the “Hacker” way.
  2. Move the file in the Packages/User folder
  3. If you prefer a custom type, edit all the font references (eg: Source Code instead of PragmataPro) using Find&Replace or Cmd+D (OSX) or Ctrl+D (Win/Linux) to select all the instances
  4. Change its name to Curiosity.sublime-theme
  5. Restart Sublime Text. It's blazing fast, isn't it?
  6. You are free to add other custom theme rules

Font Recommendations

PragmataPro

PragmataPro™ is a condensed monospaced font optimized for screen, designed to be the ideal font for coding and engineering.

Designed by Italian type designer Fabrizio Schiavi over the last years, it has no interline spacings so it's perfect as UI typeface as well. It's quite expensive, but it's worth every penny if you consider the great aumont of the work. Furthermore, don't forget to have a look at these slick OpenType ligatures

Input

Input is a flexible system of fonts designed specifically for code by David Jonathan Ross. It offers both monospaced and proportional fonts, all with a large range of widths, weights, and styles for richer code formatting.

Attention: If you want to use Input as UI typeface, you should download the tweaked version used for the Yosemite Font Replacement. If you're using OS X 10.10 (Yosemite), take into account that this font replaces Helvetica as system font: be careful!


Tab Height

CuriosityTabHeight

Change the height of the tabs by adding one of these settings in your Preferences file: “json "curiosity_tabs_small”: true,

```json
  "curiosity_tabs_medium": true,
"curiosity_tabs_large": true,

Sidebar

CuriositySidebar

Change the font size and vertical spacing of the sidebar by adding one of these settings in your Preferences file:

Font size

"curiosity_sidebar_font_small": true
"curiosity_sidebar_font_normal": true
"curiosity_sidebar_font_large": true
"curiosity_sidebar_font_xlarge": true

Vertical spacing

"curiosity_sidebar_xsmall": true
"curiosity_sidebar_small": true
"curiosity_sidebar_normal": true
"curiosity_sidebar_large": true
"curiosity_sidebar_xlarge": true

Transparency

Disable the transparency in your Quick Panel and Go to… panel by adding this setting in your Preferences file: “json "curiosity_notransparency”: true

**Attention**: if you use `Quick Switch Project…` regularly, you should disable transparency to [avoid annoying glitches](https://github.com/dmnplb/curiosity/issues/1).

***

### SublimeLinter

![CuriositySublimeLinter](screenshots/sublimelinter.png)

<sub>[SCSS-Lint](https://github.com/brigade/scss-lint) in action</sub>

#### Color Scheme
From [SublimeLinter docs](http://www.sublimelinter.com/en/latest/usage.html):
> SublimeLinter checks to see if the color scheme contains its named colors. If not, it adds those colors to a copy of the color scheme, writes it to the `Packages/User/SublimeLinter` directory with a ` (SL)` suffix added to the filename, and switches to the modified color scheme.

`curiosity.base16.tmTheme` includes SublimeLinter named colors. That means you shouldn't have a generated color scheme in a generated `Packages/User/SublimeLinter` directory.

#### Gutter Theme
1. Go to `Preferences → Package Settings → SublimeLinter → Settings - User`
2. Add or replace your current theme with the following line:
```json
"gutter_theme": "Packages/Theme - Curiosity/linter/Curiosity.gutter-theme"

Gutter icons are colorized, so you are free to change their colors in your SublimeLinter.sublime-settings file.


Markdown

CuriosityMarkdown

Typeface in use: Pragmata Pro, designed by Fabrizio Schiavi

Instructions

  1. Close all open *.md files
  2. Install MarkdownEditing, the most popular and complete Markdown plugin for Sublime Text. If you have problems, read carefully the project's page
  3. Open any Markdown file
  4. Go to and click Preferences → Settings - More → Syntax Specific - User
  5. Add or replace your current Markdown settings with the following lines:
{
  "color_scheme": "Packages/Theme - Curiosity/curiosity.base16.markdown.tmTheme",
  "draw_centered": true,
  "draw_indent_guides": false,
  "trim_trailing_white_space_on_save": false,
  "line_numbers": false,
  "highlight_line": false,
  "word_wrap": true,
  "wrap_width": 80
}

Please note that MarkdownEditing doesn't provide a native support for YAML Front Matter yet. The color scheme included in Curiosity supports it, though.


Differences

What are the differences from Predawn?

  • Warmer and darker shades of gray
  • CuriosityUI.Type lets you change the UI typeface
  • Transparency and hover details
  • Original “Find & Replace” icons are replaced with Spacegray's ones, designed by Gadzhi Kharkharov
  • Some graphical assets are replaced with textual style declarations to improve maintainability

What are the differences from Spacegray?

  • Warmer and darker shades of gray
  • CuriosityUI.Type lets you change the UI typeface
  • Transparency and hover details
  • Folder and file icons, designed by Jamie Wilson, from Predawn theme
  • Markdown support

Acknowledgements

This wouldn't have been possible without the beautiful work made by Gadzhi Kharkharov, author of Spacegray theme, and Jamie Wilson, author of Predawn theme. A huge thanks to both! :)