Karthick Aravindan
Karthick Aravindan

Reputation: 1102

How to change the theme to dark in Google Colab?

How do I change the current theme to the dark theme in Google Colab?

I need a dark theme like Jupyter notebook has.

Upvotes: 74

Views: 105746

Answers (6)

Hasanul Banna Himel
Hasanul Banna Himel

Reputation: 1

Follow these steps:

From the top menu, select Tools -> Settings, From Site, select "Dark" in the theme dropdown.

Upvotes: 0

ttfreeman
ttfreeman

Reputation: 5533

Follow these steps:

  1. From the top menu, select Tools -> Settings,
  2. From Site, select "Dark" in the theme dropdown.

enter image description here

Upvotes: 113

chamod rathnayake
chamod rathnayake

Reputation: 981

try this path in colab

##tools -> settings -> site -> theme## how widow look like

Upvotes: 1

Mostafa Wael
Mostafa Wael

Reputation: 3838

Google colab's UI is updated occasionally. Until the time this answer was written, you could change the theme using the following steps:

  1. From the top menu, select settings.
  2. From settings, select site.
  3. You can choose one of the three listed options: light, dark or adaptive.

Illustrating Screenshot

let your eyes enjoy the dark theme!

Upvotes: 0

Anwarvic
Anwarvic

Reputation: 12992

Cats & Dogs

And if you were searching for the cat & dogs running around at the top of your notebook, then you can add them by following these steps:

  • Open any Colab notebook.
  • Click on Tools -> setting -> Miscellaneous
  • And check Corgi mode if you want just dogs or Kitty mode if you want just cats or both if you're a human being:

enter image description here

And you'll have them running around all-day long

enter image description here

Upvotes: 6

Ahmad
Ahmad

Reputation: 9658

You can use this dark theme from userstyles.org if you have the Stylus plugin installed:

https://userstyles.org/styles/168225/dark-theme-for-google-colab-development

Upvotes: 0

Related Questions