jagen315
2021-5-10 15:54:20

where is a good place to register new color prefs?


soegaard2
2021-5-10 15:56:05

So others can use them?


jagen315
2021-5-10 16:02:07

yep


massung
2021-5-10 16:02:43

You can take a look at https://github.com/dracula/racket to see how I did it for the Dracula color scheme. Then just register it with http://pkgs.racket-lang.org\|pkgs.racket-lang.org


massung
2021-5-10 16:03:05

Then anyone can just raco install your theme and use it via the preferences.


soegaard2
2021-5-10 16:05:30

@massung You ought to register it at: https://draculatheme.com/ !


massung
2021-5-10 16:06:11

The repo is already owned by them. I still need to upload a screenshot to the README, but they already own the code now :slightly_smiling_face:


soegaard2
2021-5-10 16:07:19

Yikes!

I need to enter the color scheme business.


jagen315
2021-5-10 16:39:24

ah, I already have this part done.. I want to add a cursor color to drracket-vim-tool


jagen315
2021-5-10 16:42:16

with color-prefs:register-color-preference. but I don’t know where to put it


massung
2021-5-10 17:05:39

Ah, sorry, that I don’t know. I copied my code from someone else a while ago. :slightly_smiling_face:


jagen315
2021-5-10 17:15:18

haha, me too. I copied mine from the takikawa solarized repo ;)