|
@@ -0,0 +1,465 @@
|
|
|
+[iterm2-themes]: https://github.com/mbadolato/iTerm2-Color-Schemes
|
|
|
+[color-scripts]: https://github.com/stark/Color-Scripts/tree/master/color-scripts
|
|
|
+[license]: https://opensource.org/licenses/MIT
|
|
|
+[license-badge]: https://img.shields.io/github/license/dexpota/kitty-themes.svg?style=for-the-badge
|
|
|
+[kitty-themes-previews]: https://github.com/dexpota/kitty-themes-website/tree/master/previews
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+> **Personalize** your *kitty* terminal and choose your theme from this awesome
|
|
|
+> collection, for more information on the terminal visit
|
|
|
+> https://github.com/kovidgoyal/kitty
|
|
|
+
|
|
|
+[![License: MIT][license-badge]][license]
|
|
|
+[](#contributors)
|
|
|
+
|
|
|
+- [About](#about)
|
|
|
+- [Installation](#installation)
|
|
|
+ - [Source Code](#source-code)
|
|
|
+ - [Conda](#conda)
|
|
|
+- [License](#license)
|
|
|
+- [Bring me to the previews!](#previews)
|
|
|
+- [Contributors](#contributors)
|
|
|
+
|
|
|
+## About
|
|
|
+
|
|
|
+In this repository you can find a set of themes to personalize your kitty
|
|
|
+terminal, these have been ported from [iTerm2-Color-Schemes][iterm2-themes]. You can find
|
|
|
+the previews for each theme in the [section](#previews) below or in this other
|
|
|
+[repository](kitty-themes-previews).
|
|
|
+
|
|
|
+## Installation
|
|
|
+
|
|
|
+### Source Code
|
|
|
+
|
|
|
+1. If you want to download and use one of these theme you have two options:
|
|
|
+ - clone the entire *kitty-themes* repository:
|
|
|
+ ```bash
|
|
|
+ git clone --depth 1 git@github.com:dexpota/kitty-themes.git ~/.config/kitty/kitty-themes
|
|
|
+ ```
|
|
|
+ - or download just one theme:
|
|
|
+ ```bash
|
|
|
+ THEME=https://raw.githubusercontent.com/dexpota/kitty-themes/master/themes/3024_Day.conf
|
|
|
+ wget "$THEME" -P ~/.config/kitty/kitty-themes/themes
|
|
|
+ ```
|
|
|
+
|
|
|
+2. Choose a theme and create a symlink:
|
|
|
+
|
|
|
+ ```bash
|
|
|
+ cd ~/.config/kitty
|
|
|
+ ln -s ./kitty-themes/themes/Floraverse.conf ~/.config/kitty/theme.conf
|
|
|
+ ```
|
|
|
+
|
|
|
+3. Add this line to your kitty.conf configuration file:
|
|
|
+
|
|
|
+ ```
|
|
|
+ include ./theme.conf
|
|
|
+ ```
|
|
|
+
|
|
|
+### Conda
|
|
|
+
|
|
|
+If you using the ``conda`` package manager, you may also install these themes
|
|
|
+with the following command:
|
|
|
+
|
|
|
+```bash
|
|
|
+conda install -c conda-forge kitty-themes
|
|
|
+```
|
|
|
+
|
|
|
+## License
|
|
|
+
|
|
|
+All original content of this repository is licensed with the [MIT
|
|
|
+License](./LICENSE.md). Whenever possible the author of the theme is cited
|
|
|
+inside each theme configuration file, together with its license. Hit me up if
|
|
|
+you find your theme inside this repository and you want a proper citation.
|
|
|
+
|
|
|
+## Previews
|
|
|
+
|
|
|
+If you have followed the [installation](#installation) instructions and cloned
|
|
|
+the entire repo, you have two options to try a theme:
|
|
|
+
|
|
|
+1. If you have enabled remote control in *kitty* you can run this command:
|
|
|
+
|
|
|
+ ```bash
|
|
|
+ kitty @ set-colors -a "~/.config/kitty/kitty-themes/themes/AdventureTime.conf"
|
|
|
+ ```
|
|
|
+
|
|
|
+2. Otherwise you can start another instance of kitty and specify another config
|
|
|
+ file to read from, this will cause *kitty* to read both its normal config
|
|
|
+ file and the specified one:
|
|
|
+
|
|
|
+ ```bash
|
|
|
+ kitty -o include="~/.config/kitty/kitty-themes/themes/AdventureTime.conf"
|
|
|
+ ```
|
|
|
+
|
|
|
+### Bonus
|
|
|
+
|
|
|
+Try your new theme with one of the scripts in [Color-scripts][color-scripts] with this
|
|
|
+one-liner (requires `jq`):
|
|
|
+
|
|
|
+```bash
|
|
|
+COLOR_SCRIPT_REPO=https://api.github.com/repos/stark/Color-Scripts/contents/color-scripts
|
|
|
+wget -q -O - $(curl -s $COLOR_SCRIPT_REPO | jq '.[] | "\(.path) \(.download_url)"' -r | shuf -n1 | cut -d " " -f2) | bash
|
|
|
+```
|
|
|
+
|
|
|
+### 3024 Day
|
|
|
+
|
|
|
+### 3024 Night
|
|
|
+
|
|
|
+### AdventureTime
|
|
|
+
|
|
|
+### Afterglow
|
|
|
+
|
|
|
+### AlienBlood
|
|
|
+
|
|
|
+### Alucard
|
|
|
+
|
|
|
+### Apprentice
|
|
|
+
|
|
|
+### Argonaut
|
|
|
+
|
|
|
+### Arthur
|
|
|
+
|
|
|
+### AtelierSulphurpool
|
|
|
+
|
|
|
+### Atom
|
|
|
+
|
|
|
+### AtomOneLight
|
|
|
+
|
|
|
+### ayu
|
|
|
+
|
|
|
+### ayu light
|
|
|
+
|
|
|
+### ayu mirage
|
|
|
+
|
|
|
+### Batman
|
|
|
+
|
|
|
+### Belafonte Day
|
|
|
+
|
|
|
+### Belafonte Night
|
|
|
+
|
|
|
+### BirdsOfParadise
|
|
|
+
|
|
|
+### Blazer
|
|
|
+
|
|
|
+### Borland
|
|
|
+
|
|
|
+### Bright Lights
|
|
|
+
|
|
|
+### Broadcast
|
|
|
+
|
|
|
+### Brogrammer
|
|
|
+
|
|
|
+### C64
|
|
|
+
|
|
|
+### Chalk
|
|
|
+
|
|
|
+### Chalkboard
|
|
|
+
|
|
|
+### Ciapre
|
|
|
+
|
|
|
+### CLRS
|
|
|
+
|
|
|
+### Cobalt2
|
|
|
+
|
|
|
+### Cobalt Neon
|
|
|
+
|
|
|
+### CrayonPonyFish
|
|
|
+
|
|
|
+### Dark Pastel
|
|
|
+
|
|
|
+### Darkside
|
|
|
+
|
|
|
+### Desert
|
|
|
+
|
|
|
+### DimmedMonokai
|
|
|
+
|
|
|
+### DotGov
|
|
|
+
|
|
|
+### Dracula
|
|
|
+
|
|
|
+### Dumbledore
|
|
|
+
|
|
|
+### Duotone Dark
|
|
|
+
|
|
|
+### Earthsong
|
|
|
+
|
|
|
+### Elemental
|
|
|
+
|
|
|
+### ENCOM
|
|
|
+
|
|
|
+### Espresso
|
|
|
+
|
|
|
+### Espresso Libre
|
|
|
+
|
|
|
+### Fideloper
|
|
|
+
|
|
|
+### FishTank
|
|
|
+
|
|
|
+### Flat
|
|
|
+
|
|
|
+### Flatland
|
|
|
+
|
|
|
+### Floraverse
|
|
|
+
|
|
|
+### FrontEndDelight
|
|
|
+
|
|
|
+### FunForrest
|
|
|
+
|
|
|
+### Galaxy
|
|
|
+
|
|
|
+### Github
|
|
|
+
|
|
|
+### Glacier
|
|
|
+
|
|
|
+### GoaBase
|
|
|
+
|
|
|
+### Grape
|
|
|
+
|
|
|
+### Grass
|
|
|
+
|
|
|
+### gruvbox dark
|
|
|
+
|
|
|
+### gruvbox light
|
|
|
+
|
|
|
+### Hardcore
|
|
|
+
|
|
|
+### Harper
|
|
|
+
|
|
|
+### Highway
|
|
|
+
|
|
|
+### Hipster Green
|
|
|
+
|
|
|
+### Homebrew
|
|
|
+
|
|
|
+### Hurtado
|
|
|
+
|
|
|
+### Hybrid
|
|
|
+
|
|
|
+### IC Green PPL
|
|
|
+
|
|
|
+### IC Orange PPL
|
|
|
+
|
|
|
+### idleToes
|
|
|
+
|
|
|
+### IR Black
|
|
|
+
|
|
|
+### Jackie Brown
|
|
|
+
|
|
|
+### Japanesque
|
|
|
+
|
|
|
+### Jellybeans
|
|
|
+
|
|
|
+### JetBrains Darcula
|
|
|
+
|
|
|
+### Kibble
|
|
|
+
|
|
|
+### Later This Evening
|
|
|
+
|
|
|
+### Lavandula
|
|
|
+
|
|
|
+### LiquidCarbon
|
|
|
+
|
|
|
+### LiquidCarbonTransparent
|
|
|
+
|
|
|
+### LiquidCarbonTransparentInverse
|
|
|
+
|
|
|
+### Man Page
|
|
|
+
|
|
|
+### Material
|
|
|
+
|
|
|
+### MaterialDark
|
|
|
+
|
|
|
+### Mathias
|
|
|
+
|
|
|
+### Medallion
|
|
|
+
|
|
|
+### Misterioso
|
|
|
+
|
|
|
+### Molokai
|
|
|
+
|
|
|
+### MonaLisa
|
|
|
+
|
|
|
+### Monokai Classic
|
|
|
+
|
|
|
+### Monokai Pro
|
|
|
+
|
|
|
+### Monokai Pro (Filter Machine)
|
|
|
+/preview.png)
|
|
|
+### Monokai Pro (Filter Octagon)
|
|
|
+/preview.png)
|
|
|
+### Monokai Pro (Filter Ristretto)
|
|
|
+/preview.png)
|
|
|
+### Monokai Pro (Filter Spectrum)
|
|
|
+/preview.png)
|
|
|
+### Monokai Soda
|
|
|
+
|
|
|
+### N0tch2k
|
|
|
+
|
|
|
+### Neopolitan
|
|
|
+
|
|
|
+### Neutron
|
|
|
+
|
|
|
+### NightLion v1
|
|
|
+
|
|
|
+### NightLion v2
|
|
|
+
|
|
|
+### Nova
|
|
|
+
|
|
|
+### Novel
|
|
|
+
|
|
|
+### Obsidian
|
|
|
+
|
|
|
+### Ocean
|
|
|
+
|
|
|
+### OceanicMaterial
|
|
|
+
|
|
|
+### Ollie
|
|
|
+
|
|
|
+### OneDark
|
|
|
+
|
|
|
+### Parasio Dark
|
|
|
+
|
|
|
+### PaulMillr
|
|
|
+
|
|
|
+### PencilDark
|
|
|
+
|
|
|
+### PencilLight
|
|
|
+
|
|
|
+### Piatto Light
|
|
|
+
|
|
|
+### Pnevma
|
|
|
+
|
|
|
+### Pro
|
|
|
+
|
|
|
+### Red Alert
|
|
|
+
|
|
|
+### Red Sands
|
|
|
+
|
|
|
+### Relaxed Afterglow
|
|
|
+
|
|
|
+### Renault Style
|
|
|
+
|
|
|
+### Renault Style Light
|
|
|
+
|
|
|
+### Rippedcasts
|
|
|
+
|
|
|
+### Royal
|
|
|
+
|
|
|
+### Seafoam Pastel
|
|
|
+
|
|
|
+### SeaShells
|
|
|
+
|
|
|
+### Seti
|
|
|
+
|
|
|
+### Shaman
|
|
|
+
|
|
|
+### Slate
|
|
|
+
|
|
|
+### Smyck
|
|
|
+
|
|
|
+### snazzy
|
|
|
+
|
|
|
+### SoftServer
|
|
|
+
|
|
|
+### Solarized Darcula
|
|
|
+
|
|
|
+### Solarized Dark
|
|
|
+
|
|
|
+### Solarized Dark Higher Contrast
|
|
|
+
|
|
|
+### Solarized Dark - Patched
|
|
|
+
|
|
|
+### Solarized Light
|
|
|
+
|
|
|
+### Source Code X
|
|
|
+
|
|
|
+### Spacedust
|
|
|
+
|
|
|
+### SpaceGray
|
|
|
+
|
|
|
+### SpaceGray Eighties
|
|
|
+
|
|
|
+### SpaceGray Eighties Dull
|
|
|
+
|
|
|
+### Spiderman
|
|
|
+
|
|
|
+### Spring
|
|
|
+
|
|
|
+### Square
|
|
|
+
|
|
|
+### Sundried
|
|
|
+
|
|
|
+### Symfonic
|
|
|
+
|
|
|
+### Tango Dark
|
|
|
+
|
|
|
+### Tango Light
|
|
|
+
|
|
|
+### Teerb
|
|
|
+
|
|
|
+### Thayer Bright
|
|
|
+
|
|
|
+### The Hulk
|
|
|
+
|
|
|
+### Tomorrow
|
|
|
+
|
|
|
+### Tomorrow Night
|
|
|
+
|
|
|
+### Tomorrow Night Blue
|
|
|
+
|
|
|
+### Tomorrow Night Bright
|
|
|
+
|
|
|
+### Tomorrow Night Eighties
|
|
|
+
|
|
|
+### ToyChest
|
|
|
+
|
|
|
+### Treehouse
|
|
|
+
|
|
|
+### Twilight
|
|
|
+
|
|
|
+### Ubuntu
|
|
|
+
|
|
|
+### Urple
|
|
|
+
|
|
|
+### Vaughn
|
|
|
+
|
|
|
+### VibrantInk
|
|
|
+
|
|
|
+### WarmNeon
|
|
|
+
|
|
|
+### Wez
|
|
|
+
|
|
|
+### WildCherry
|
|
|
+
|
|
|
+### Wombat
|
|
|
+
|
|
|
+### Wryan
|
|
|
+
|
|
|
+### Zenburn
|
|
|
+
|
|
|
+
|
|
|
+## Contributors
|
|
|
+
|
|
|
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
|
+
|
|
|
+<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
|
+<!-- prettier-ignore -->
|
|
|
+<table>
|
|
|
+ <tr>
|
|
|
+ <td align="center"><a href="http://www.scopatz.com"><b>Anthony Scopatz</b></a><br /><a href="https://github.com/dexpota/kitty-themes/commits?author=scopatz" title="Documentation">📖</a></td>
|
|
|
+ <td align="center"><a href="https://rckt.cc"><b>RCKT</b></a><br /><a href="#theme-orangecoloured" title="New theme added to the collection">😻</a></td>
|
|
|
+ <td align="center"><a href="https://github.com/varmanishant"><b>varmanishant</b></a><br /><a href="#theme-varmanishant" title="New theme added to the collection">😻</a></td>
|
|
|
+ <td align="center"><a href="https://github.com/rlerdorf"><b>Rasmus Lerdorf</b></a><br /><a href="https://github.com/dexpota/kitty-themes/issues?q=author%3Arlerdorf" title="Bug reports">🐛</a> <a href="#ideas-rlerdorf" title="Ideas, Planning, & Feedback">🤔</a></td>
|
|
|
+ <td align="center"><a href="https://github.com/Luflosi"><b>Luflosi</b></a><br /><a href="#fix-Luflosi" title="Fixed a theme">🛠️</a> <a href="#question-Luflosi" title="Answering Questions">💬</a> <a href="https://github.com/dexpota/kitty-themes/commits?author=Luflosi" title="Documentation">📖</a></td>
|
|
|
+ <td align="center"><a href="https://holyday.me"><b>Connor Holyday</b></a><br /><a href="#fix-connorholyday" title="Fixed a theme">🛠️</a></td>
|
|
|
+ <td align="center"><a href="https://github.com/BlueDrink9"><b>BlueDrink9</b></a><br /><a href="https://github.com/dexpota/kitty-themes/issues?q=author%3ABlueDrink9" title="Bug reports">🐛</a></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="center"><a href="https://github.com/brujoand"><b>Anders Brujordet</b></a><br /><a href="#theme-brujoand" title="New theme added to the collection">😻</a></td>
|
|
|
+ <td align="center"><a href="http://www.hackouts.com"><b>Rajesh Rajendran</b></a><br /><a href="#fix-rjshrjndrn" title="Fixed a theme">🛠️</a></td>
|
|
|
+ </tr>
|
|
|
+</table>
|
|
|
+
|
|
|
+<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
|
+
|
|
|
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|