Skip to content

Commit

Permalink
Merge pull request #6 from leandromatos/sequel-pro-color-scheme
Browse files Browse the repository at this point in the history
close #3
  • Loading branch information
Leandro Matos authored Oct 2, 2016
2 parents bbe6531 + c8946a0 commit f64bf95
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Pre Theme

A simple and dark theme enough for [Alfred](#alfred), [iTerm](#iterm), [Sublime](#sublime), [Terminal (Mac)](#terminal) and [ZSH](#zsh).
A simple and dark theme enough for [Alfred](#alfred), [iTerm](#iterm), [Sublime](#sublime), [Terminal (Mac)](#terminal), [ZSH](#zsh) and [Sequel Pro](#sequel-pro).

## Alfred<a id="alfred"></a>

Expand Down Expand Up @@ -168,6 +168,30 @@ $ ln -s $PRE_THEME/zsh/pre.zsh-theme $OH_MY_ZSH/themes/pre.zsh-theme
1. Go to *Terminal > Preferences*
2. In *Font* click in *Change …* and select family *Incosolata for Powerline*, typeface *Medium* and size *14*

## Sequel Pro <a id="sequel-pro"></a>

![Sequel Pro](https://raw.githubusercontent.com/leandromatos/pre-theme/gh-pages/assets/image/screenshots/sequel-pro.png)

### Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

```
$ git clone https://github.com/leandromatos/pre-theme/
```

### Install manually

1. Download using the [GitHub .zip download](https://github.com/leandromatos/pre-theme/archive/master.zip) option and unzip them.

### Activate the theme

1. Go to *Sequel Pro > Preferences > Query Editor*
2. Click *"Gear" icon*
3. Click *Click Import Color Scheme...*
4. Select the **Select the Pre.spTheme file** file


## Contributing

If you want to help, please read the [Contributing guide](https://github.com/leandromatos/pre-theme/blob/master/CONTRIBUTING.md).
Expand Down
89 changes: 89 additions & 0 deletions sequel-pro/Pre.spTheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!-- Pre Theme v1.1.0
#
# https://github.com/leandromatos/pre-theme
#
# Copyright 2015, All rights reserved
#
# Code licensed under the MIT license
# http://is-uz.mit-license.org
#
# @author Leandro Matos <[email protected]>
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#292929</string>
<key>caret</key>
<string>#F8F8F2</string>
<key>foreground</key>
<string>#F8F8F2</string>
<key>lineHighlight</key>
<string>#191919</string>
<key>selection</key>
<string>#191919</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7B7B7B</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFF45E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FF3392</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>User-defined constant</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#38FF67</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Number</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#BC5FFA</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variable</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
</array>
</dict>
</plist>

0 comments on commit f64bf95

Please sign in to comment.