Skip to content

Instantly share code, notes, and snippets.

@Ph0enixKM
Last active February 12, 2024 11:17
Show Gist options
  • Save Ph0enixKM/5ef6ef3dc3c7a594db814e1948dcc689 to your computer and use it in GitHub Desktop.
Save Ph0enixKM/5ef6ef3dc3c7a594db814e1948dcc689 to your computer and use it in GitHub Desktop.
🌚 Zed Darker One Dark Theme Override
{
"theme": "One Dark",
"experimental.theme_overrides": {
"editor.background": "#191c21",
"editor.gutter.background": "#191c21",
"tab_bar.background": "#191c21",
"tab.inactive_background": "#191c21",
"status_bar.background": "#191c21",
"title_bar.background": "#191c21",
"panel.background": "#191c21",
"terminal.background": "#191c21",
"border": "#272c33",
"search.match_background": "#191c21",
"editor.subheader.background": "#191c21",
"hint.background": "#191c21",
"element.background": "#191c21",
"drop_target.background": "#191c21",
"info.background": "#191c21",
"toolbar.background": "#191c21",
"background": "#191c21",
"editor.active_line.background": "#22272e"
}
}

What is this?

This is a theme override for Zed the IDE. This theme is a much darker version of the classic One Dark theme that is installed by default.

How to install the Theme

  1. Press ⌘ + , to open Settings
  2. Paste just the portion of the settings.json without outer opening and closing brackets
  3. Remove duplicate fields if necessary
  4. Enjoy πŸŽ‰
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment