{"id":13617887,"url":"https://github.com/raphamorim/lucario","last_synced_at":"2025-05-15T01:08:57.817Z","repository":{"id":17839965,"uuid":"20751078","full_name":"raphamorim/lucario","owner":"raphamorim","description":"The best flat theme for Vim, Atom, Sublime Text, Jetbrains Editors, Terminal.app, iTerm, Xcode, Windows Terminal and XTerm","archived":false,"fork":false,"pushed_at":"2024-11-08T20:49:59.000Z","size":4529,"stargazers_count":816,"open_issues_count":7,"forks_count":74,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-04-13T16:11:22.897Z","etag":null,"topics":["atom","color-palette","color-scheme","flat","iterm2","jetbrains","preferences","sublime-text","theme","windows-terminal","xcode","xterm"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raphamorim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-06-12T01:59:07.000Z","updated_at":"2025-04-03T07:50:11.000Z","dependencies_parsed_at":"2024-08-01T20:46:45.210Z","dependency_job_id":"baea0f46-d8da-45f0-b8a8-4db5a01ebd53","html_url":"https://github.com/raphamorim/lucario","commit_stats":{"total_commits":112,"total_committers":23,"mean_commits":4.869565217391305,"dds":0.3571428571428571,"last_synced_commit":"34ec2542c2648fafc8fca05969384aaca827ce87"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Flucario","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Flucario/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Flucario/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphamorim%2Flucario/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raphamorim","download_url":"https://codeload.github.com/raphamorim/lucario/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254254042,"owners_count":22039792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atom","color-palette","color-scheme","flat","iterm2","jetbrains","preferences","sublime-text","theme","windows-terminal","xcode","xterm"],"created_at":"2024-08-01T20:01:49.830Z","updated_at":"2025-05-15T01:08:52.791Z","avatar_url":"https://github.com/raphamorim.png","language":"Vim Script","readme":"![Logo](images/lucario.png)\n\u003e The best colorful flat theme for your favorite editor and terminal emulator.\n\n## Contents\n* [Color Palette](#color-palette)\n* Editors\n  * [Atom](#atom)\n  * [Helix](#helix)\n  * [Jetbrains Editors](#jetbrains-editors)\n  * [Sublime Text](#sublime-text)\n  * [Vim](#vim)\n  * [Visual Studio Code](#visual-studio-code)\n  * [Xcode](#xcode)\n* Terminal Emulators\n  * [Rio terminal](#rio-terminal)\n  * [GNOME Terminal](#gnome-terminal)\n  * [iTerm](#iterm)\n  * [Terminal.app](#terminalapp)\n  * [Termux](#termux)\n  * [Xfce Terminal](#xfce-terminal)\n  * [XTerm](#xterm)\n  * [Windows Terminal](#windows-terminal)\n  * [Alacritty](#alacritty)\n  * [Mintty](#mintty)\n* Others\n  * [CSS](#css)\n  * [Pygments](#pygments)\n* [Contributing](#contributing)\n* [About](#about)\n\n## Color Palette\n\nPalette      | Hex       | RGB           | HSL                  | Sample\n---          | ---       | ---           | ---                  | ---\nBackground   | `#2b3e50` | `43 62 80`    | `209.2° 30.1% 24.1%` | ![](images/2b3e50.png)\nCurrent Line | `#243443` | `36 52 67`    | `209° 30.1% 20.2%`   | ![](images/243443.png)\nSelection    | `#19242f` | `25 36 47`    | `210° 30.6% 14.1%`   | ![](images/19242f.png)\nForeground   | `#f8f8f2` | `248 248 242` | `60° 30% 96%`        | ![](images/f8f8f2.png)\nComment      | `#5c98cd` | `92 152 205`  | `208.1° 53.1% 58.2%` | ![](images/5c98cd.png)\nString       | `#e6db74` | `230 219 116` | `54.2° 69.5% 67.8%`  | ![](images/e6db74.png)\n\n\n## Editors\n\n### [Atom](https://atom.io/)\n![Atom Example](/images/atom.png)\n\n1.  Go to **Atom -\u003e Preferences...**\n2.  Then select the **Install** tab\n3.  Switch to the **Themes**\n4.  Type **Lucario** in the search box\n\nSee Lucario in [atom.io page](https://atom.io/themes/lucario)\n\n### [Helix](https://helix-editor.com)\n![Helix Example](/images/helix.png)\n\n1. Copy `helix/lucario.toml` to `$XDG_HOME/.config/helix/themes`\n2. Issue the `:theme lucario` command or add `theme = \"lucario\"` to your `config.toml`\n\n### Jetbrains Editors\n\n(Available for [IntellijIDEA](https://www.jetbrains.com/idea/), [Pycharm](https://www.jetbrains.com/pycharm/), [Webstorm](https://www.jetbrains.com/webstorm/), [PHPStorm](https://www.jetbrains.com/phpstorm/) and [RubyMine](https://www.jetbrains.com/ruby/))\n\n![Jetbrains Example](/images/jetbrains.png)\n\n1.  Download **[Intellij/Lucario.jar](https://github.com/raphamorim/lucario/blob/main/jetbrains/Lucario.jar)**\n2.  Go to **File -\u003e Import Settings**.\n3.  In the **Import File Location** dialog box select your downloaded **Intellij/Lucario.jar** file.\n4.  In the **Select Components to Import** dialog box select only **Editor Colors** as settings to be imported, and click OK.\n\n### [Sublime Text](http://www.sublimetext.com/3)\n![Sublime Example](/images/sublime_text.png)\n\n#### Install using Package Control\n\nIf you are using [Package Control](https://sublime.wbond.net/), you can easily\ninstall Lucario via **Package Control: Install Package**. The package theme is named \"[Lucario Color Scheme](https://sublime.wbond.net/packages/Lucario%20Color%20Scheme)\" in the packages list.\n\n#### Install manually\n\n1.  Download **[Lucario.tmTheme](https://github.com/raphamorim/lucario/raw/main/Lucario.tmTheme)**\n2.  Open Sublime text and click on **Preferences -\u003e Browse Packages**\n3.  Select your downloaded **Lucario.tmTheme** there\n\n#### Activating the theme\nYou should be able to select lucario theme by browsing **Preferences -\u003e Color Scheme -\u003e Lucario**\n\n### [Visual Studio Code](https://code.visualstudio.com/)\n\nThere are two implementations of Lucario for VS Code. The first one by Ikuyadeu (issues tracked [here](https://github.com/Ikuyadeu/Lucario-vscode/issues)):\n\n![VS Code theme by Ikyuadeu example](https://raw.githubusercontent.com/Ikuyadeu/Lucario-vscode/master/images/vscode.png)\n\nThe second one by victor-gp (issues tracked [here](https://github.com/victor-gp/lucario-vscode-theme/issues)):\n\n![VS Code theme by victor-gp example](https://raw.githubusercontent.com/victor-gp/lucario-vscode-theme/main/assets/preview.png)\n\nTo install one of them: launch VS Code Quick Open (Ctrl+P), paste the corresponding command and press enter.\n\n```txt\next install Ikuyadeu.lucario\n  OR\next install victor-gp.lucario-theme\n```\n\n### [Vim](http://www.vim.org/)\n![Vim Example](/images/vim.png)\n\n1.  Download **[colors/lucario.vim](https://github.com/raphamorim/lucario/raw/main/colors/lucario.vim)**\n2.  Move the file to the `~/.vim/colors/` directory\n3.  Add the following lines to your vimrc file:\n    ```vim\n    syntax enable\n    set number\n    colorscheme lucario\n    ```\n\nOS X Hint: `vim /usr/share/vim/vimrc`\n\n### [Xcode](https://developer.apple.com/xcode/)\n![xcode Example](/images/xcode.png)\n\n1.  Download **[xcode/Lucario.dvtcolortheme](https://github.com/raphamorim/lucario/raw/main/xcode/Lucario.dvtcolortheme)**\n2.  Move the file to your **Xcode FontAndColorThemes** directory\n3. Reopen your Xcode and click on **Xcode -\u003e preferences**\n4. Open **Fonts \u0026 Colors** tab and select lucario as your theme\n\n**Hint**: run this command to move the `Lucario.dvtcolortheme` file to your **Xcode FontAndColorThemes** directory:\n\n```sh\n$ mv Lucario.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/\n```\n\n## Terminal Emulators\n\n### [Rio Terminal](http://github.com/raphamorim/rio)\n![Rio Terminal Example](/images/rio.png)\n\n1.  Download **[rio/lucario.toml](https://github.com/raphamorim/lucario/raw/main/rio/lucario.toml)**\n2. Create a folder called `themes` inside Rio configuration folder path.\n3. Move `lucario.toml` file to inside `themes` folder.\n4. Change your Rio configuration main file to use the theme you want.\n    ```toml\n    [style]\n    theme = \"lucario\"\n    ```\n\n### [GNOME Terminal](https://wiki.gnome.org/Apps/Terminal)\n![GNOME Terminal Example](/images/gnome-terminal.png)\n\nSince it is not possible to add color themes to GNOME Terminal, the provided script will create a new Profile which uses custom colors.\n\n1.  Download **[gnome-terminal/lucario.sh](https://github.com/raphamorim/lucario/raw/main/gnome-terminal/lucario.sh)**\n2.  Run the script from within GNOME Terminal (`./lucario.sh`)\n3.  Right-click in the Terminal and select **Profiles -\u003e Lucario**\n4.  In the main menu select **Edit -\u003e Preferences**\n5.  Go to the **Profiles** tab and in the dropdown list for the default profile\n    select **Lucario**\n\nThe script was created with [terminal.sexy](https://terminal.sexy).\n\n### [iTerm](http://www.iterm2.com/)\n![iTerm Example](/images/iterm.png)\n\n1.  Download **[iterm/Lucario.itermcolors](https://github.com/raphamorim/lucario/raw/main/iterm/Lucario.itermcolors)**\n2.  Open **Settings** in iTerm\n3.  Go to **Profiles -\u003e Colors** tab\n4.  Click **Load Presets...** to import and select the `Lucario.itermcolors` file\n\n### [Terminal.app](http://en.wikipedia.org/wiki/Terminal_%28OS_X%29)\n![Terminal Example](/images/terminal.png)\n\n1.  Download **[terminal/Lucario.terminal](https://github.com/raphamorim/lucario/raw/main/terminal/Lucario.terminal)**\n2.  Open **Settings** in Terminal\n3.  Click **\"Gear\" icon**\n4.  Click **Import** and select the `Lucario.terminal` file\n5.  Click **Default**\n\n### [Termux](https://termux.com/)\n![Termux Example](/images/termux.png)\n\n1.  Make sure that **Termux:Styling** add-on is installed.\n2.  Download **[termux/lucario.colors](https://github.com/raphamorim/lucario/raw/main/termux/lucario.colors)**\n3. Replace the `lucario.colors` with `~/.termux/colors.properties`.\n4. Rename  `lucario.colors` to `colors.properties`.\n5. Restart **Termux** to apply.\n\n## Xfce Terminal\n![xfce4-terminal Example](https://raw.githubusercontent.com/raphamorim/lucario/main/images/xfce4-terminal.png)\n\n1.  Save [**xfce4-terminal/lucario.theme**](https://raw.githubusercontent.com/raphamorim/lucario/main/xfce4-terminal/lucario.theme) to `$HOME/.local/share/xfce4/terminal/colorschemes/` (You might need to create this folder first.)\n2.  In Xfce Terminal open **Preferences**, go to the **Colors** tab and under **Presets** select **Lucario**.\n\n### [XTerm](https://invisible-island.net/xterm/xterm.html)\n![xterm Example](/images/xterm.png)\n\n1.  Download **[xterm/.Xresources](https://github.com/raphamorim/lucario/raw/main/xterm/.Xresources)**\n2.  Either move the `.Xresources` file to your home directory or add the contents to your existing `~/.Xresources`\n3.  Run `xrdb -merge ~/.Xresources`\n4.  (optional) Add `xrdb -merge ~/.Xresources` to your init scripts (e.g. `.xinitrc`)\n\n### [Windows Terminal](https://en.wikipedia.org/wiki/Windows_Terminal)\n![Windows Terminal Example](/images/windows-terminal.png)\n\n1. Open `settings.json` from Windows Terminal.\n2. Find the `\"schemes\"` array within it.\n3. Now, copy the JSON object present in **[lucario.json](https://github.com/raphamorim/lucario/blob/main/windows-terminal/lucario.json)** to `\"schemes\"` array in `settings.json` file.\n4. Apply the color scheme by setting `\"colorScheme\": \"Lucario\"` to your profile.\n\n### [Alacritty](https://alacritty.org/)\n![alacritty Example](/images/alacritty.png)\n\nThe most up-to-date versions of Alacritty use the TOML format for configuration. For configuration with YAML (in previous versions) follow the additional steps.\n\n**TOML**\n1. Copy and paste **[alacritty/lucario.toml](https://github.com/raphamorim/lucario/blob/main/alacritty/lucario.toml)** into your alacritty config at `$HOME/.config/alacritty/lucario.toml`\n2. Import the configuration in your alacritty.toml file\n    ```toml\n    import = [\n        \"~/.config/alacritty/lucario.toml\"\n    ]\n    ```\n\n**YAML**\n1. Copy and paste **[alacritty/alacritty.yml](https://github.com/raphamorim/lucario/blob/main/alacritty/alacritty.yml)** into your alacritty config at `$HOME/.config/alacritty/alacritty.yml`\n\n### [Mintty](https://mintty.github.io/)\n![Mintty Example](/images/mintty.png)\n\n1. Download **[mintty/lucario](https://github.com/raphamorim/lucario/raw/main/mintty/lucario)**\n2. Create the directory ```~/.mintty/themes``` in case it does not exist\n\n\u003e [!NOTE]\n\u003e \n\u003e The physical directory pointed by ```~``` depends on your environment: ```C:\\Users\\\u003cusername\u003e``` on Git Bash, ```C:\\cygwin64\\home\\\u003cusername\u003e``` on Cygwin, or ```C:\\msys64\\home\\\u003cusername\u003e``` on MSYS2.\n\n3. Place the downloaded ```lucario``` on the directory ```~/.mintty/themes```\n4. Append a new line containing ```ThemeFile=lucario``` to the file ```~/.minttyrc```\n5. Restart **Mintty** to apply\n\n## Others\n\n### CSS\n![CSS Example](/images/css.png)\n\n1.  Download **[CSS/lucario.css](https://github.com/raphamorim/lucario/raw/main/CSS/lucario.css)**\n2.  Move the **CSS/lucario.css** file to your web directory\n3.  Include the stylesheet in your HTML by including the line\n    ```html\n    \u003clink rel=\"stylesheet\" type=\"text/css\" href=\"lucario.css\"\u003e\n    ```\n4.  The default stylesheet with highlight code blocks is rendered with the class **highlight**.\n\n### Pygments\n\n1.  Use `git clone https://github.com/raphamorim/lucario.git`\n2.  Copy the **pygments/lucario.py** file to pygments style directory, usually **/usr/local/lib/python/*X*.*X*/site-packages/pygments/styles/**\n3.  Run the following to use the formatter on the command line, `pygmentize -S lucario`\n\n## Contributing\n\nWant to use Lucario Color Scheme for your favorite editor, but it doesn't exist?\nSo how about creating one? It's very simple! \\o/\n\n1.  Fork it!\n2.  Create your feature branch: `git checkout -b my-new-feature`\n3.  Commit your changes: `git commit -m 'Add some feature'`\n4.  Push to the branch: `git push origin my-new-feature`\n5.  Submit a pull request :)\n\n## About\n\n**Credits**: Project inspired by [@zenorocha's](https://twitter.com/zenorocha) [Dracula Theme](https://github.com/zenorocha/dracula-theme).\n\n**License**: MIT © [Raphael Amorim](https://github.com/raphamorim).\n","funding_links":[],"categories":["Vim Script","Vim script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphamorim%2Flucario","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphamorim%2Flucario","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphamorim%2Flucario/lists"}