toothpaste-theme / toothpaste

Toothpaste is a custom theme for your text editor with flavorful colors
http://imcatnoone.github.io/toothpaste/
298 stars 32 forks source link

I ported Toothpaste over to Base16 - did I get it right? #51

Closed c-lliope closed 7 years ago

c-lliope commented 7 years ago

I absolutely love this theme. Thanks for your work!

I have a tool that can generate colorschemes for a wide range of programs, including iTerm, Emacs, CodeMirror, etc. I tried to port over Toothpaste, but I'm pretty sure I'm missing a bunch of details.

Here's what I have: http://colors.graysonwright.com/#1f2e34,1f2e34,303030,465E68,b0b0b0,d0d0d0,e0e0e0,f5f5f5,dae3e8,e36868,769eb3,dbcd7f,dbcd7f,85b449,4aa760,dae3e8

My tool is based on the Base16 project by @chriskempson. It uses a slightly different colorscheme definition format, so it might not be possible to perfectly map Toothpaste. We could definitely get it pretty close, though.

To test out the theme in different editors, use the "Download" button at the bottom of the page. If we get this to a spot you're comfortable with, it should close at least #34 and #39.

Let me know what you think!

c-lliope commented 7 years ago

Okay, turns out I got it completely wrong. I'm closing this issue.

I did manage to manually craft an iTerm2 colorscheme, so I'll open another issue and upload that.