wavebox / waveboxapp

Wavebox, the revolutionary and feature-rich Chromium browser that's built for productive working across Google Workspaces, Microsoft Teams, ClickUp, Monday, Atlassian, Asana, AirTable, Slack, and every other web app you use to get work done.
https://wavebox.io
1.31k stars 135 forks source link

Feature request: dark theme #38

Closed texelate closed 7 years ago

texelate commented 7 years ago

Thank you for this - it's just what Linux needs, in my opinion.

Is there any way to use Stylish themes? Or have a dark them? Like a lot of people, I'm not keen on the standard Google look.

I'm using Fedora 25.

ghost commented 7 years ago

I found this while exploring the settings, you can set custom CSS to Google Inbox (and others); there are a few examples provided here: https://github.com/Thomas101/wmail-user-scripts

I've not got time to play a lot with it right now, but if stylish themes are CSS perhaps it's as easy as putting the code in there? If not making your own theme (I just tried setting the body background to #222 and it worked :))

EDIT 1:

Themes from userstyles work! 😅 Just copy the CSS from within the container braces '@-moz-document domain('inbox.google.com') { ... }' and you're good to go.

EDIT 2:

Here is the theme I tested (and I think will stick with) - https://userstyles.org/styles/136189/google-inbox-by-gmail-dark-theme-new-revised-2017

Copy/Pasting all the CSS doesn't work, has to be the CSS within the container check (so from body onwards)

Happy themeing 😄

Thomas101 commented 7 years ago

As @B2D235 said, the custom css and js within each account are the way to do this at the moment. It's a little rough around the edges to get setup, but we're looking towards some kind of extension support in the future which should be just click-and-go :)

texelate commented 7 years ago

Excellent, thanks @B2D235 and @Thomas101!