rdbende / tkcode

Use Chlorophyll instead
https://github.com/rdbende/chlorophyll
MIT License
19 stars 3 forks source link

Create more color schemes #6

Open rdbende opened 3 years ago

rdbende commented 3 years ago

Gogh is a good resource for color schemes. If I have time I'll implement a couple of them.

Mariana is still my favorite, although it doesn't look so good in tkcode 😢 image

whmsft commented 3 years ago

you must add these schemes:

  1. monokai++
  2. ayu
  3. dracula
  4. onedark
whmsft commented 3 years ago

ISSUE: There is an issue with the color in the color scheme "monokai-plus-plus": this screenshot explains it all... Capture

rdbende commented 3 years ago

This is something I can't change yet. Pygments tries to be as general as possible so that tokens are proper for all languages, and therefore I can't color methods, functions, and arguments separately 😞

rdbende commented 3 years ago

However, I fixed the Token.Operator because it was red not pink.

whmsft commented 3 years ago

This is something I can't change yet. Pygments tries to be as general as possible so that tokens are proper for all languages, and therefore I can't color methods, functions, and arguments separately

okay..

whmsft commented 3 years ago

I don't know if you're making more schemes.. but i have made a few myself..

  1. IDLE
  2. ayu-light
  3. ayu-mirage
  4. ayu-dark

they all are here: @whmsft/WhirlEdit/DATA/Schemes/