Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adi1090x/kitty-cat
Simple script to change color-schemes and fonts for kitty terminal.
https://github.com/adi1090x/kitty-cat
adi1090x arch-linux archcraft color-schemes debian kitty kitty-cat kitty-terminal linux linux-terminal linux-terminal-emulator terminal terminal-colours terminal-emulator terminal-theme ubuntu unixporn
Last synced: 8 days ago
JSON representation
Simple script to change color-schemes and fonts for kitty terminal.
- Host: GitHub
- URL: https://github.com/adi1090x/kitty-cat
- Owner: adi1090x
- License: gpl-3.0
- Created: 2020-03-04T08:52:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T07:07:21.000Z (about 1 year ago)
- Last Synced: 2024-10-11T02:54:21.611Z (24 days ago)
- Topics: adi1090x, arch-linux, archcraft, color-schemes, debian, kitty, kitty-cat, kitty-terminal, linux, linux-terminal, linux-terminal-emulator, terminal, terminal-colours, terminal-emulator, terminal-theme, ubuntu, unixporn
- Language: Shell
- Homepage:
- Size: 9.91 MB
- Stars: 228
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[bmac]: https://www.buymeacoffee.com/adi1090x
[ko-fi]: https://ko-fi.com/adi1090x
[paypal]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U3VK2SSVQWAPN
[patreon]: https://www.patreon.com/adi1090x# 😺 Kitty Cat
Simple script to change color-schemes and fonts for [kitty](https://github.com/kovidgoyal/kitty) terminal.
![gif](images/main.gif)
### How to install
Follow the steps below -
```bash
# go to home dir -
cd $HOME# clone this repository -
git clone https://github.com/adi1090x/kitty-cat# change to kitty-cat dir -
cd kitty-cat# to install it, run -
./install# And Follow the steps, it'll be installed on your system.
```### Run
Run `kitty-cat` & select the right option -
```bash
$ kitty-cat/\___/\
\ -.- / ┃ ┃┛━┏┛━┏┛┃ ┃ ┏━┛┏━┃━┏┛
'-.^.-' ┏┛ ┃ ┃ ┃ ━┏┛ ┃ ┏━┃ ┃
/'\ ┛ ┛┛ ┛ ┛ ┛ ━━┛┛ ┛ ┛[*] By- Aditya Shakya // adi1090x
[C] Colors (240)
[F] Fonts (27)
[R] Random
[I] Import
[A] About
[Q] Quit
[Select Option]:
```### Features
+ 240+ popular color-schemes.
+ 25+ powerline patched fonts.
+ Randomly change color-schemes.
+ Import color-schemes from *local file* and *file URL*.
+ Use `remote api` to set colors in place.### Use Import
```bash
[Select Option]: i[L] Local File (Enter path to file)
[I] Internet File (Enter File URL)[Select Option]: I
[Enter Color-scheme URL]: https://raw.githubusercontent.com/dexpota/kitty-themes/master/themes/Batman.conf
[*] Reloading Settings...
[*] Applied Successfully.
```+ To import *local file*, enter the full path (ie - `/home/aditya/dracula.conf`) of the color-scheme.
+ To import *web file*, enter the file url (ie - `https://raw.githubusercontent.com/dexpota/kitty-themes/master/themes/Batman.conf`) of the color-scheme.|Sample - Colorschemes|Sample - Fonts|
|--|--|
|![img](images/colors.gif)|![img](images/fonts.gif)|### FYI
+ Kitty does not support bitmap fonts, i've only got `terminus (ttf)` font work in it.
+ You've to restart kitty to set the new fonts, as there's no way to set fonts using `kitty remote api`.
+ Again... If you can improve it, sure...
+ Have fun!