-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update in readme (add textmate to project)
- Loading branch information
1 parent
4ffd6ab
commit e429f55
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
* Editors | ||
* [Sublime Text](#sublime-text) | ||
* [Atom](#atom) | ||
* [TextMate](#textmate) | ||
* [Vim](#vim) | ||
* Terminal | ||
* [iTerm](#iterm) | ||
|
@@ -39,6 +40,10 @@ by browsing **Preferences -> Color Scheme -> Lucario Color Scheme -> Lucario** | |
2. Then select the **Themes** tab | ||
3. Type **Lucario** in the search box | ||
|
||
## TextMate | ||
|
||
Not available yet. | ||
|
||
## Vim | ||
![Vim Example](https://raw.githubusercontent.com/raphamorim/lucario/master/images/vim.png) | ||
|
||
|
@@ -58,7 +63,7 @@ Not available yet. | |
## Terminal.app | ||
![Vim Example](https://raw.githubusercontent.com/raphamorim/lucario/master/images/terminal.png) | ||
|
||
1. Clone this repo or use .zip download option | ||
1. Use `git clone [email protected]:raphamorim/lucario.git` (or use .zip download option) | ||
2. Terminal > Settings Tab | ||
3. Click "Gear" icon | ||
4. Click Import and select the **terminal/Lucario.terminal** file | ||
|
@@ -72,7 +77,8 @@ Background | `#2b3e50` | `43 62 80` | `209.2° 30.1% 24.1%` | |
Current Line | `#243443` | `36 52 67` | `209° 30.1% 20.2%` | ||
Selection | `#19242f` | `25 36 47` | `210° 30.6% 14.1%` | ||
Foreground | `#f8f8f2` | `248 248 242` | `60° 30% 96%` | ||
Comment | `#5c98cd` | `92 152 205` | `208.1°, 53.1%, 58.2%` | ||
Comment | `#5c98cd` | `92 152 205` | `208.1° 53.1% 58.2%` | ||
String | `#E6DB74` | `230 219 116` | `54.2° 69.5% 67.8%` | ||
|
||
## Contributing | ||
|
||
|