Code Monkey home page Code Monkey logo

kitty-everforest's People

Contributors

antoineco avatar ewal avatar

Stargazers

 avatar

Watchers

 avatar

kitty-everforest's Issues

Diff kitten themes

Hi there,

I've been using Everforest Dark Hard as my Kitty theme now for a bit and I'm really liking it so far.
It would be cool if this project could also provide a set of color values for the diff kitten, which completely ignores the base Kitty theme. For the syntax highlighting, one of the built-in pygment styles will probably suffice, though it is also possible to create a custom one based on the original VIM theme.

Color mismatches compared to upstream palette

While looking into the collection of upstream color themes for Kitty, I noticed that somebody had already contributed variations of the Everforest color scheme. So first of all, thanks a lot for this! ๐Ÿ™Œ

I noticed that a few of the 16 base colors were misused though. Here are a few examples, illustrated in the screenshot(s) below:

  • black and foreground are the same.

    Problem: This should never be the case in a terminal color scheme, because it can render some text invisible.

    Fix: strictly stick to the fg color defined in the scheme's palette2, which is for foreground colors. You may also notice that palette2 remains the same in all hard, medium and soft variations of the scheme.

  • in the dark theme, base colors are bright, bright colors are not

    Problem: These are semantically reversed. A bright color shouldn't be darker than its non-bright counterpart.

    Fix: see next point

  • Foreground colors are arbitrarily selected from either the dark or light palette

    Problem: Probably my biggest concern with the current version of this Kitty theme. After inspecting the different colors, I realized that they have been selected arbitrarily from both the dark and light variants of the scheme's palette2, which explains the previous point. In the original color scheme, colors from each variant are strictly defined in palette1 + palette2. The dark variant doesn't "borrow" colors from the light variant, and vice versa. This makes this theme a custom interpretation of Everforest, but not a strict port of the original Vim Everforest colors.

    Fix: only use colors from the "dark" palette1 + palette2 in the dark themes, only use colors from the "light" palette1 + palette2 in the light theme.

I have "fixed" versions of all 6 variants locally, but before submitting a PR I wanted to share the result with you, and ask whether you would be willing to accept those changes.

before

before
before

after

after
after

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.