skevy / graphiql-app

Light, Electron-based Wrapper around GraphiQL
MIT License
2.95k stars 336 forks source link

Dark Mode #164

Open leumasme opened 4 years ago

leumasme commented 4 years ago

In Chrome i can use DarkReader, but thats hard in electron. Please add an Integrated Dark Mode

svenjr commented 3 years ago

I would also love this. I am more than willing to help build it but I have never done anything with an electron app or much frontend at all as I am backend dev. If anyone can point me to helpful blog posts or anything on this front. I could start looking into themes for this and start with a dark mode

christopher-caldwell commented 2 years ago

Any traction on this?

nathanchapman commented 1 year ago

I haven't seen many contributions here lately, so I recently released a re-write here that supports GraphiQL 2 and has dark mode support: https://github.com/nathanchapman/graphiql-desktop

svenjr commented 1 year ago

I haven't seen many contributions here lately, so I recently released a re-write here that supports GraphiQL 2 and has dark mode support: https://github.com/nathanchapman/graphiql-desktop

Awesome! I am going to check it out! Is there a good/clean way to submit new themes to this repo? Would be fun to be able to add some variants

nathanchapman commented 1 year ago

I haven't seen many contributions here lately, so I recently released a re-write here that supports GraphiQL 2 and has dark mode support: https://github.com/nathanchapman/graphiql-desktop

Awesome! I am going to check it out! Is there a good/clean way to submit new themes to this repo? Would be fun to be able to add some variants

It's just a wrapper around GraphiQL 2. I don't believe there's a way to contribute themes right now, unless they're directly in GraphiQL. You may have luck contributing there: https://github.com/graphql/graphiql

If they open up the theming system much like they've done with plugins, then I'm definitely open to us adding a bunch of themes to graphiql-desktop!