Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions extensions/matte-black-theme/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2025 Youpele

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
8 changes: 8 additions & 0 deletions extensions/matte-black-theme/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Matte Black Theme for Zed

Find your Zen in Zed. A dark, matte black theme designed for focused coding with carefully tuned syntax colors and high contrast. Embrace simplicity, enhance clarity.

## Installation

1. Copy the theme files to your Zed themes directory
2. Select "Matte Black Theme v0.1.0" from the theme picker
9 changes: 9 additions & 0 deletions extensions/matte-black-theme/extension.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
id = "matte-black-theme"
name = "Matte Black Theme v0.1.0"
version = "0.1.0"
schema_version = 1
authors = ["Youpele <[email protected]>"]
description = "Find your Zen in Zed. A dark, matte black theme designed for focused coding with carefully tuned syntax colors and high contrast. Embrace simplicity, enhance clarity."
repository = "https://github.com/youpele52/matte-black-theme"
license = "MIT"
categories = ["themes"]
331 changes: 331 additions & 0 deletions extensions/matte-black-theme/themes/matte-black-theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,331 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"author": "Youpele",
"name": "Matte Black Theme",
"themes": [
{
"name": "Matte Black Theme",
"appearance": "dark",
"style": {
"background": "#212121",
"status_bar.background": "#212121",
"elevated_surface.background": "#252525",
"surface.background": "#252525",
"search.match_background": "#3A3A3A",
"border": "#2A2A2A",
"border.variant": "#00000000",
"border.focused": "#404040",
"border.selected": "#404040",
"border.transparent": "#404040",
"border.disabled": "#555555",
"element.background": "#252525",
"element.selected": "#3A3A3A",
"element.active": "#3A3A3A",
"element.hover": "#3A3A3A",
"element.disabled": "#555555",
"drop_target.background": "#2A2A2A",
"ghost_element.background": "#00000000",
"ghost_element.selected": "#3A3A3A",
"ghost_element.active": "#3A3A3A",
"ghost_element.hover": "#3A3A3A",
"ghost_element.disabled": "#00000000",
"text": "#E0E0E0",
"text.muted": "#888888",
"text.placeholder": "#666666",
"text.disabled": "#555555",
"text.accent": "#40C4FF",
"icon": "#888888",
"icon.muted": "#666666",
"icon.disabled": "#555555",
"icon.placeholder": "#555555",
"icon.accent": "#40C4FF",
"panel.background": "#212121",
"panel.focused_border": "#2A2A2A",
"pane.focused_border": "#404040",
"scrollbar.thumb.background": "#404040",
"scrollbar.thumb.hover_background": "#555555",
"scrollbar.thumb.border": "#404040",
"scrollbar.track.background": "#212121",
"scrollbar.track.border": "#2A2A2A",
"title_bar.background": "#212121",
"toolbar.background": "#252525",
"tab_bar.background": "#212121",
"tab.active_background": "#2A2A2A",
"tab.inactive_background": "#1A1A1A",
"editor.background": "#212121",
"editor.gutter.background": "#212121",
"editor.active_line.background": "#333333",
"editor.foreground": "#E0E0E0",
"editor.subheader.background": "#1A1A1A",
"editor.highlighted_line.background": "#3A3A3A",
"editor.line_number": "#555555",
"editor.active_line_number": "#E0E0E0",
"editor.invisible": "#555555",
"editor.wrap_guide": "#3A3A3A",
"editor.active_wrap_guide": "#555555",
"editor.document_highlight.read_background": "#3A3A3A",
"editor.document_highlight.write_background": "#3A3A3A",
"terminal.background": "#263238",
"terminal.foreground": "#ECEFF1",
"terminal.bright_foreground": "#ECEFF1",
"terminal.dim_foreground": "#90A4AE",
"terminal.ansi.black": "#000000",
"terminal.ansi.bright_black": "#546E7A",
"terminal.ansi.dim_black": "#455A64",
"terminal.ansi.red": "#FF5252",
"terminal.ansi.bright_red": "#FF5252",
"terminal.ansi.dim_red": "#E57373",
"terminal.ansi.green": "#69F0AE",
"terminal.ansi.bright_green": "#69F0AE",
"terminal.ansi.dim_green": "#81C784",
"terminal.ansi.yellow": "#FFD740",
"terminal.ansi.bright_yellow": "#FFD740",
"terminal.ansi.dim_yellow": "#FFF176",
"terminal.ansi.blue": "#40C4FF",
"terminal.ansi.bright_blue": "#40C4FF",
"terminal.ansi.dim_blue": "#4FC3F7",
"terminal.ansi.magenta": "#7C4DFF",
"terminal.ansi.bright_magenta": "#7C4DFF",
"terminal.ansi.dim_magenta": "#9575CD",
"terminal.ansi.cyan": "#18FFFF",
"terminal.ansi.bright_cyan": "#18FFFF",
"terminal.ansi.dim_cyan": "#4DD0E1",
"terminal.ansi.white": "#ECEFF1",
"terminal.ansi.bright_white": "#FFFFFF",
"terminal.ansi.dim_white": "#CFD8DC",
"link_text.hover": "#82B1FF",
"conflict": "#FF5252",
"conflict.background": "#263238",
"conflict.border": "#546E7A",
"created": "#69F0AE",
"created.background": "#263238",
"created.border": "#546E7A",
"deleted": "#FF5252",
"deleted.background": "#263238",
"deleted.border": "#546E7A",
"error": "#FF5252",
"error.background": "#263238",
"error.border": "#546E7A",
"hidden": "#78909C",
"hidden.background": "#263238",
"hidden.border": "#546E7A",
"hint": "#40C4FF",
"hint.background": "#263238",
"hint.border": "#546E7A",
"ignored": "#90A4AE",
"ignored.background": "#263238",
"ignored.border": "#546E7A",
"info": "#29B6F6",
"info.background": "#263238",
"info.border": "#546E7A",
"modified": "#FFD740",
"modified.background": "#263238",
"modified.border": "#546E7A",
"predictive": "#80DEEA",
"predictive.background": "#263238",
"predictive.border": "#546E7A",
"renamed": "#69F0AE",
"renamed.background": "#263238",
"renamed.border": "#546E7A",
"success": "#69F0AE",
"success.background": "#263238",
"success.border": "#546E7A",
"unreachable": "#FF5252",
"unreachable.background": "#263238",
"unreachable.border": "#546E7A",
"warning": "#FFD740",
"warning.background": "#263238",
"warning.border": "#546E7A",
"players": [
{
"cursor": "#03DAC5",
"background": "#546E7A",
"selection": "#546E7A88"
}
],
"syntax": {
"attribute": {
"color": "#80D8FF",
"font_style": null,
"font_weight": null
},
"boolean": {
"color": "#FF9E80",
"font_style": null,
"font_weight": null
},
"comment": {
"color": "#666666",
"font_style": "italic",
"font_weight": null
},
"comment.doc": {
"color": "#666666",
"font_style": "italic",
"font_weight": null
},
"constant": {
"color": "#E6F2F3",
"font_style": null,
"font_weight": null
},
"constructor": {
"color": "#FFAB91",
"font_style": null,
"font_weight": null
},
"emphasis": {
"color": "#D0D0D0",
"font_style": "italic",
"font_weight": null
},
"emphasis.strong": {
"color": "#D0D0D0",
"font_style": null,
"font_weight": 700
},
"function": {
"color": "#0D7FD8",
"font_style": null,
"font_weight": null
},
"keyword": {
"color": "#8DE8FF",
"font_style": "italic",
"font_weight": null
},
"keyword.export": {
"color": "#40C4FF",
"font_style": null,
"font_weight": null
},
"keyword.async": {
"color": "#7C4DFF",
"font_style": "italic",
"font_weight": null
},
"keyword.function": {
"color": "#C592FF",
"font_style": null,
"font_weight": null
},
"keyword.control": {
"color": "#8DE8FF",
"font_style": null,
"font_weight": null
},
"label": {
"color": "#FF7043",
"font_style": null,
"font_weight": null
},
"link_text": {
"color": "#40C4FF",
"font_style": "italic",
"font_weight": null
},
"link_uri": {
"color": "#40C4FF",
"font_style": "italic",
"font_weight": null
},
"number": {
"color": "#E99173",
"font_style": null,
"font_weight": null
},
"operator": {
"color": "#D0D0D0",
"font_style": null,
"font_weight": null
},
"preproc": {
"color": "#69F0AE",
"font_style": null,
"font_weight": null
},
"punctuation": {
"color": "#CFD8DC",
"font_style": null,
"font_weight": null
},
"punctuation.bracket": {
"color": "#C77DBA",
"font_style": null,
"font_weight": null
},
"punctuation.delimiter": {
"color": "#CFD8DC",
"font_style": null,
"font_weight": null
},
"punctuation.list_marker": {
"color": "#CFD8DC",
"font_style": null,
"font_weight": null
},
"punctuation.special": {
"color": "#CFD8DC",
"font_style": null,
"font_weight": null
},
"string": {
"color": "#C3E88D",
"font_style": null,
"font_weight": null
},
"string.escape": {
"color": "#FFCCBC",
"font_style": null,
"font_weight": null
},
"string.regex": {
"color": "#C3E88D",
"font_style": null,
"font_weight": null
},
"string.special": {
"color": "#C3E88D",
"font_style": null,
"font_weight": null
},
"string.special.symbol": {
"color": "#C3E88D",
"font_style": null,
"font_weight": null
},
"tag": {
"color": "#E0787B",
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#C3E88D",
"font_style": null,
"font_weight": null
},
"title": {
"color": "#ECEFF1",
"font_style": null,
"font_weight": null
},
"type": {
"color": "#F7CD7A",
"font_style": null,
"font_weight": null
},
"variable": {
"color": "#E6F2F3",
"font_style": null,
"font_weight": null
},
"variable.special": {
"color": "#FFAB91",
"font_style": null,
"font_weight": null
}
}
}
}
]
}