Code Monkey home page Code Monkey logo

el-capitan-theme's Introduction

El Capitan Theme

OS X inspired light theme for Sublime Text 3.

Based on Soda Theme by Ian Hill (http://buymeasoda.com/)

Design

Screenshot

Also available in a dark version, courtesy of Doug Hardester!

The code font shown in the screenshot is Monaco. The color scheme is Xcode-ish.

Installation

El Capitan theme is designed to work with the latest development builds of Sublime Text 3.

Package Control

If you are using Sublime Package Control, you can easily install the theme via Package Control: Install Package and then select the Theme - El Capitan package.

Using Git

Alternatively, if you are a git user, you can install the theme and keep up to date by cloning the repo directly into your Packages directory in the Sublime Text application settings area.

You can locate your Sublime Text Packages directory by using the menu item Preferences -> Browse Packages....

While inside the Packages directory, clone the theme repository using the command below:

git clone https://github.com/iccir/El-Capitan-Theme/ "Theme - El Capitan"

Download Manually

  • Download the files using the GitHub .zip download option
  • Unzip the files and rename the folder to Theme - El Capitan
  • Find your Packages directory using the menu item Preferences -> Browse Packages...
  • Copy the folder into your Sublime Text Packages directory

Activating and configuring the theme

To configure Sublime Text to use the theme, follow the instructions below:

  • Open your User Settings Preferences file Sublime Text -> Preferences -> Settings - User
  • Add (or update) your theme entry to be "theme": "El Capitan.sublime-theme"

Example Sublime Text 3 User Settings

{
    "theme": "El Capitan.sublime-theme",
    
    "el_capitan_font_default": false,
    "el_capitan_font_san_francisco": false,
    "el_capitan_font_helvetica_neue": false,
    "el_capitan_font_helvetica": false,
    "el_capitan_sidebar_blue_folders": false
}
  • el_capitan_font_default - If true, prevents the theme from specifying fonts (for systems without Helvetica Neue or SF)
  • el_capitan_font_san_francisco - If true, the font is explicitly set to San Francisco
  • el_capitan_font_helvetica_neue - If true, the font is explicitly set to Helvetica Neue
  • el_capitan_font_helvetica - If true, the font is explicitly set to Helvetica
  • el_capitan_sidebar_blue_folders - If true, the sidebar uses blue folders rather than Xcode-style yellow folders.

Development

Please note, Sublime Text dev builds move quickly and changes can occur with the theme API between releases, so there may be occasions where the theme doesn't quite work with a brand new dev release.

License

El Capitan Theme is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. You are free to share and remix the theme, however please abide by the license terms when doing so.

El Capitan Theme is based on Ian Hill's excellent Soda Theme, and thus the following Creative Commons license "author specified" components apply:

  • Attribution example: Based on Soda Theme by Ian Hill (http://buymeasoda.com/)

  • Naming guidelines: If you create and distribute a derivative theme, please give your theme a unique and original name that does not directly include "Soda Theme" (or a close variant) in the main project title, repo name or Package Control name.

el-capitan-theme's People

Contributors

iccir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

el-capitan-theme's Issues

Ability to disable arrow on the file list

Thanks for all the hard work you put to make this theme happen!

I was wondering if it would be possible to add additional setting to disable arrows next to the folder icons.

Colour Scheme

What colour scheme are you using in the screenshot?

Find buttons in Linux

Thank you for this nice theme. I have been looking for a nice light theme, and this is my favorite so far. One problem I found is, while it works perfectly in my OSX, the find buttons are not visible in my Linux (Ubuntu) as attached. Would you be able to fix this problem? Many thanks. el_capitan

Quick panel font

Is it possible to change the quick panel font to Helvetica as well? That Lucida feels a bit old now that I'm used to El-Capitan :-)

thin scrollbar

Is there a setting to change the scrollbar thin?
qq20151031-0 2x

now it is so ugly . i think it may be beautiful when it is slim

Revert Folder Icon Color

Would you be able to include an option to revert to the blue folder icons? Not really digging the yellow.

Thanks!

Theme not working on Sublime Text 3 Build 3083

Only the sidebar gets changed.
The main editor area does not change at all (both the background colour and the code colour), even after restarting the application.
See attached screenshot.
screen shot 2016-02-05 at 12 49 52 am

New vector window buttons

i'm create vector and pixelated align buttons.
Please compare (your png's my svg's):
default
If you like this, i can open PR :)

Infinitesimal glitch in "Switch Project" window.

Hi there! And before I say anything else, thank you for all the hard work you've obviously put into this theme---it's one of the most lovely and complete I've seen anywhere. But I'm seeing, at least on my machine, one teeny-tiny glitch: if there's empty space in the "Switch Project" window, it shows up as solid black. I've gone through and cleared out Sublime's caches and switched from the Package Control version to HEAD, but to no avail. I'm using Sublime 3062 on Mac OS 10.10 DP4---and if themes talk to color schemes enough for it to be relevant, I've got it set up with "Rainbow" now.

I regrettably don't know my way around the theme system well enough to offer anything useful, but there's a screenshot below in case I'm describing anything poorly. I'm happy to find anything else you might need to figure this out, provided you can tell me where to look. Thanks in advance for giving it a look-see!

Hide hover border

Thanks for the great-looking theme!
Users with dark color schemes may prefer a thinner or darker border around the hover popups:

Compare:
screen shot 2017-08-01 at 11 13 41

With:
screen shot 2017-08-01 at 11 14 44

Simply hiding can be accomplished with an el_capitan_hide_popup_border setting on popup_control, but perhaps you have other suggestions?

Folders not appearing in the sidebar in Build 3129

With the updates to Build 3129, the folders no longer appear in the sidebar:

screen shot 2017-04-17 at 12 27 25 pm

These are the settings I have:

{
	"caret_style": "phase",
	"color_scheme": "Packages/Colorsublime - Themes/Xcode_default.tmTheme",
	"el_capitan_sidebar_blue_folders": true,
	"font_face": "SF Mono",
	"font_size": 14,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"line_padding_bottom": 1.5,
	"line_padding_top": 1.5,
	"tab_size": 2,
	"theme": "El Capitan.sublime-theme",
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true,
	"word_wrap": true
}

Adopt San Francisco / add font settings

Starting with 10.11, Apple is changing the system font to San Francisco instead of Helvetica Neue. The theme should be updated to use the new font, in order to match the system.

However, there are long standing issues with "Helvetica Neue" on Linux (See #8). My hunch is that this is due to the font having a space in the name, which may continue to be a problem with "SF UI Text". There may also be users that wish to continue using Helvetica Neue. Hence, I'd like to make the font a setting.

Based on @ig0r74 's fork, I'm tempted to remove the explicit "Helvetica Neue" font.face selectors. This will sadly use Lucida Grande on OS X unless http://sublimetext.userecho.com/topic/773897-/ is fixed. However, it should prevent issues on other platforms.

To force a specific font, you would set one of the following settings:

el_capitan_use_san_francisco to use "SF UI Text"
el_capitan_use_helvetica_neue to use "Helvetica Neue"
el_capitan_use_helvetica to use "Helvetica"

Error message with Package Control

I always get this message when I install the theme with Package Control.

Error loading colour scheme Packages/Theme - El Capitan/Widget - El Capitan.stTheme: Unable to open Packages/Theme - El Capitan/Widget - El Capitan.stTheme

Works fine when I install from the github repo.

Dark Theme

Very nice job with this theme! I like it a lot. Do you plan to make a dark theme variant? :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.