Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

Dark/Night Mode

cancel
Showing results for 
Search instead for 
Did you mean: 
SUPRVLLAN
5 - Automation Enthusiast
5 - Automation Enthusiast

I’ve been using Airtable for a couple of weeks now and absolutely love the app. However, using it at night is blinding with all the white, so it would be great to have a Dark/Night mode similar to the dark Twitter theme or similar. Any plans for this on the road map?

84 Comments
Ben_White
4 - Data Explorer
4 - Data Explorer

+1 Dark mode is definitely needed! Outlook for Mac just finally made the leap and so should Airtable! Especially for those of us using Mojave’s dark mode!

TL/DR: dark mode. make it. plz.

Ben_White
4 - Data Explorer
4 - Data Explorer

Not anywhere near the same as a true native client-side dark theme.

tw1
4 - Data Explorer
4 - Data Explorer

A dark mode is desperately needed. I can’t work in the evening without it. I’m putting information in a code editor tonight, for copying back into Airtable in the morning, because Airtable doesn’t have a night mode. This is really obnoxious.

Alex_Murillo
5 - Automation Enthusiast
5 - Automation Enthusiast

+1 Dark Theme
Make it happen!

Binyamin_Green
5 - Automation Enthusiast
5 - Automation Enthusiast

Great idea! @Airtable_support Any updates?

Aaron
6 - Interface Innovator
6 - Interface Innovator

We need this. Can’t believe it isn’t already a feature.

Heracles
6 - Interface Innovator
6 - Interface Innovator

Here’s a very rudimentary user style to use with Stylish / Stylus / userstyles.css to work around a dark mode theme.

#hyperbaseContainer {
    filter: invert(100%);
}

#hyperbaseContainer img,
#hyperbaseContainer button { /* revert images back to normal */
    filter: invert(100%);
}

#hyperbaseContainer .white {
    filter: invert(100%);
    background: #222;
}

#hyperbaseContainer .pill,
#hyperbaseContainer .colorOption { /* revert back to normal */
/*     filter: invert(100%); */
}
nnnnneil
8 - Airtable Astronomer
8 - Airtable Astronomer

Yes for dark mode. The chrome plugin doesn’t work so well with Airtable. Let’s add the feature please! :dark_sunglasses:

Tyler_Scheff
4 - Data Explorer
4 - Data Explorer

Is this only available if you have “pro” version?

Heracles
6 - Interface Innovator
6 - Interface Innovator

No need for pro version. Stylus is a browser plugin, so changes things at your browser only.