Lucario
The best colorful flat theme for Vim, Atom, Sublime Text, Xcode, Terminal.app, XTerm and iTerm.
Summary
- Editors
- Terminal
- Color Palette
- Contributing
- About
Atom
- Go to Atom -> Preferences...
- Then select the Install tab
- Switch to the Themes
- Type Lucario in the search box
See Lucario in atom.io page
Brackets
Not available yet.
Jetbrains Editors
(Available for IntellijIDEA, Pycharm, Webstorm, PHPStorm and RubyMine)
- You can download here](http://color-themes.com/?view=theme&id=57efd88e849f3a1800dc1bdf) or use
git clone git@github.com:raphamorim/lucario.git
and then take the Intellij/Lucario.jar - On the main menu, choose File | Import Settings.
- In the Import File Location dialog box that opens Intellij/Lucario.jar file.
- In the Select Components to Import dialog box that opens specify only Editor Colors as settings to be imported, and click OK.
Sublime Text
Install using Package Control
If you are using Package Control, you can easily install Lucario via Package Control: Install Package. The package theme is named as "Lucario Color Scheme" in the packages list. You should be able to select "Lucario Color Scheme" by browsing Preferences -> Color Scheme -> Lucario Color Scheme -> Lucario.
See Lucario in package control web page
Manually install
- Use
git clone git@github.com:raphamorim/lucario.git
and then take the Lucario.tmTheme - Open Sublime text and click on Preferences -> Browse Packages
- Then put the Lucario.tmTheme there
- Now you should be able to select lucario theme by browsing Preferences -> Color Scheme -> Lucario
TextMate
Not available yet.
Vim
Put lucario.vim
file in your ~/.vim/colors/
directory and add the following line to your vimrc file:
syntax enable
set number
colorscheme lucario
OS X Hint: vim /usr/share/vim/vimrc
Xcode
- Use
git clone git@github.com:raphamorim/lucario.git
(or use .zip download option) - Copy the
xcode/Lucario.dvtcolortheme
file to your Xcode FontAndColorThemes directory - Reopen your Xcode and click on Xcode -> preferences
- Open Fonts & Colors tab and select lucario as your theme
Hint: run this command to copy and paste Lucario.dvtcolortheme
file to your Xcode FontAndColorThemes directory:
$ cp Lucario.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
iTerm
- Use
git clone git@github.com:raphamorim/lucario.git
(or use .zip download option) - iTerm > Settings Tab
- Go to "Profiles > Colors" tab
- Click "Load Presets..." to import and select the iterm/Lucario.itermcolors file
Terminal.app
- Use
git clone git@github.com:raphamorim/lucario.git
(or use .zip download option) - Terminal > Settings Tab
- Click "Gear" icon
- Click Import and select the terminal/Lucario.terminal file
- Click Default
XTerm
- Use
git clone git@github.com:raphamorim/lucario.git
(or use .zip download option) - Copy the xterm/.Xresources file to your home directory
- (optional for some cases) Add
xrdb -merge ~/.Xresources
to your init scripts (e.g..xinitrc
)
Color Palette
Palette | Hex | RGB | HSL |
---|---|---|---|
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% |
String | #E6DB74 |
230 219 116 |
54.2° 69.5% 67.8% |
Contributing
Want to use Lucario Color Scheme for your favorite editor, but it doesn't exist? So how about creating one? It's very simple! \o/
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes: `git commit -m 'Add some feature'``
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 😃
About
Credits: Project inspired by @zenorocha's Dracula Theme.
License: MIT ® Raphael Amorim.