Code Monkey home page Code Monkey logo

kitty-themes's Introduction

Themes for the kitty terminal

This is a collection of themes for the kitty terminal emulator.

image

The themes were initially imported from dexpota/kitty-themes.

Using the themes

The easiest way to use these themes is to run the kitty themes kitten:

kitty +kitten themes

Contributing new themes

To contribute a new theme, use template.conf as a base and modify it for your theme. Submit a pull request with your new theme.

Problems with themes

If there are any issues with a theme please report them upstream to the theme creator, as this repository is simply a centralised place to host all themes.

License

The overall license of this repository is the GPLv3, however, individual theme files can have their own licenses, as specified in the theme file itself.

kitty-themes's People

Contributors

allcontributors[bot] avatar alternateved avatar antoineco avatar b3yc0d3 avatar bhepple avatar brujoand avatar chapmanjacobd avatar connorholyday avatar d3vil0p3r avatar dexpota avatar ericvw avatar ewal avatar frenzyexists avatar jrreed-oracle avatar kelpwave avatar kovidgoyal avatar luflosi avatar mfilenko avatar mukundan314 avatar mvllow avatar n1ghtmare avatar orangecoloured avatar page-down avatar pandacatplayz avatar pound-hash avatar ricbermo avatar sboysel avatar scopatz avatar snuggle avatar uloco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

kitty-themes's Issues

modus_operandi text not visible

Hello when using the light theme Modus_Operandi, some text is not visible. With light theme shouldn't color0 and color15 be inverted ?

Here an example showing the Unicode interface: CTRL+SHIFT+u
modus_operandi_text_not_visible

Where we can see that the text is "here":
kitty-text-selected

Or is there a "flag" which defines a light theme and will invert the defined colors?

AtomOneLight selection colors are wrong

The current selection combination colors are:

selection_foreground #f8f8f8
selection_background #ececec

image
which offer a terrible contrast (1.11:1 according to WebAim).
I checked VS Code AtomOneLight color combination and colors should be:

selection_foreground #2a2b33
selection_background #e5e5e6

image
which offer a way better contrast (11.18:1).

Add tags to this repo?

Based on NixOS/nixpkgs#153505 -- would you be willing to add tagged versions to this repo? They don't even need to correspond to releases, just v0.1.0 or something on the current default branch would be great.

keyboard doesn't work

kitty 0.26.4 (fresh installation, all keyboard features works fine)

None of all options keyboard works like Enter, Find(/), and nothing happened for filters like Dark, Recent, etc(with mouse or keyboard).

Themes sometimes don't register with themes kitten

I have a theme named Zesty Dusk. When I run the command kitty +kitten themes --cache-age 0 --reload-in=all Zesty Dusk an error prints that, No theme named: Zesty Dusk.

The kitten was recognizing it just a moment earlier. The file hasn't changed names or location.

Files current location
~/.config/kitty/themes/Zesty Dusk.conf

Files metadata
## name: Zesty Dusk

This also happened a day earlier when I was working on another theme.

kitty 0.24.2

Mislabeled themes

"Default", "PaperColor Dark" and "Solarized8 Dark" are marked as "light" themes. They are not.

Add KANAGAWA to the collection.

Please, include KANAGAWA in the collection. You can find it here: https://github.com/rebelot/kanagawa.nvim

https://github.com/rebelot/kanagawa.nvim/blob/master/extras/kanagawa.conf
https://github.com/rebelot/kanagawa.nvim/blob/master/extras/kanagawa_dragon.conf
https://github.com/rebelot/kanagawa.nvim/blob/master/extras/kanagawa_light.conf

Question: When I change the theme using kitten, the 'macos_titlebar_color' always get commented out by '#', is this intentional?

No kitten named themes: Upgrading/reinstalling doesn't help

Hello, I have a problem.
I've recently installed kitty and when I try to
access the themes configuration, it fails.
Output:

┬─[vbproger@pc:~]─[22:43:41]
╰─>$ kitty +kitten themes
Available builtin kittens:
icat
broadcast
show_key
clipboard
ask
remote_file
show_error
hints
unicode_input
ssh
query_terminal
resize_window
hyperlinked_grep
diff
choose
panel
No kitten named themes
┬─[vbproger@pc:~]─[22:43:45]
╰─>$ kitty +kitten themes

The shell I'm using is fish.


uname output:

┬─[vbproger@pc:~]─[22:44:32]
╰─>$ uname -a
Linux pc 5.15.0-50-lowlatency #56-Ubuntu SMP PREEMPT Wed Sep 21 13:57:05 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

What I've tried

I've try using these commands:

  • sudo apt install kitty --reinstall
  • sudo apt install kitty --upgrade
  • sudo apt upgrade kitty
    but none of them works.
    Please help me!

font in readme

what is the monospaced font in the picture in the readme?

A question about upstream metadata

The template says, ## upstream: A URL pointing to the location of this file upstream for auto-updates. I'm hosting a (new) repo on GitLab for a collection of themes designed to aid colordblind users. Regarding the upstream metadata in the template, should I use the URL of the main kitty-themes repo, my fork of the main repo, or my repo on GitLab?

Thanks

Easy way to add a new theme to the previewer?

Off course it's not a lot of work to preview a theme by just importing the theme file into the kitty.conf. But it would be really convenient if one could preview the newly added themefile in the previewer openen by kitty +kitten themes.

I tried by manually updaring the zipfile in ~/.cache/kitty to no avail. The python code does something with a comment to the downloaded zipfile? Using '--cache-age -1' did not stop it from downloading from Github again.

Could you add a procedure to the readme file for this? And maybe add a command line option to load additional theme files?

Thank you, appreciate your work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.