Skip to content
Merged
Changes from all 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
164 changes: 137 additions & 27 deletions zed/themes/flexoki.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
"name": "Flexoki",
"author": "Steph Ango <stephango.com>",
"themes": [
Expand All @@ -21,7 +21,7 @@
"element.active": "#343331",
"element.selected": "#343331",
"element.disabled": "#1C1B1A",
"drop_target.background": "#C403E3C",
"drop_target.background": "#403E3C",
"ghost_element.background": "#00000000",
"ghost_element.hover": "#1C1B1A",
"ghost_element.active": "#282726",
Expand All @@ -35,7 +35,7 @@
"icon": "#CECDC3",
"icon.muted": "#878580",
"icon.disabled": "#575653",
"icon.placholder": "#878580",
"icon.placeholder": "#878580",
"icon.accent": "#4385BE",
"status_bar.background": "#1C1B1A",
"title_bar.background": "#1C1B1A",
Expand Down Expand Up @@ -72,15 +72,9 @@
"terminal.foreground": "#CECDC3",
"terminal.bright_foreground": "#CECDC3",
"terminal.dim_foreground": "#CECDC380",
// The `terminal.ansi.bright_black` color controls the foreground color
// of the terminal's auto-completion suggestions, so instead of being set
// to the `tx` color, it is set to `tx-2`.
"terminal.ansi.black": "#100F0F",
"terminal.ansi.bright_black": "#878580",
"terminal.ansi.dim_black": "#100F0F",
// For the normal color values, the 400 value is used, just like
// suggested in the theme's Mappings, but for the bright color the 200
// value is used, while the dim one uses the 600 value.
"terminal.ansi.red": "#D14D41",
"terminal.ansi.bright_red": "#F89A8A",
"terminal.ansi.dim_red": "#AF3029",
Expand All @@ -103,11 +97,6 @@
"terminal.ansi.bright_white": "#FFFCF0",
"terminal.ansi.dim_white": "#878580",
"link_text.hover": "#4385BE",
// For each of the colors in this section, we'll use the color from the
// Mappings for both the regular class as well as the border class, but
// for the background one the 950 variant will be used.
// For example, for red-400 is used for both `error` and `error.border`,
// but `error.background` uses red-950.
"conflict": "#D0A215",
"conflict.background": "#241E08",
"conflict.border": "#D0A215",
Expand Down Expand Up @@ -164,7 +153,7 @@
"font_weight": null
},
"boolean": {
"color": "#DA702C",
"color": "#D0A215",
"background_color": null,
"font_style": null,
"font_weight": null
Expand All @@ -181,24 +170,60 @@
"font_style": null,
"font_weight": null
},
"constant": {
"color": "#DA702C",
"background_color": null,
"font_style": null,
"font_weight": null
},
"constructor": {
"color": "#4385BE",
"background_color": null,
"font_style": null,
"font_weight": null
},
"emphasis": {
"color": "#3AA99F",
"background_color": null,
"font_style": "italic",
"font_weight": null
},
"emphasis.strong": {
"color": "#3AA99F",
"background_color": null,
"font_style": null,
"font_weight": 700
},
"enum": {
"color": "#D0A215",
"background_color": null,
"font_style": null,
"font_weight": null
},
"function": {
"color": "#DA702C",
"background_color": null,
"font_style": null,
"font_weight": null
},
"hint": {
"color": "#575653",
"background_color": null,
"font_style": null,
"font_weight": null
},
"keyword": {
"color": "#879A39",
"background_color": null,
"font_style": null,
"font_weight": null
},
"label": {
"color": "#4385BE",
"background_color": null,
"font_style": null,
"font_weight": null
},
"link_text": {
"color": "#3AA99F",
"background_color": null,
Expand All @@ -223,12 +248,24 @@
"font_style": null,
"font_weight": null
},
"predictive": {
"color": "#878580",
"background_color": null,
"font_style": null,
"font_weight": null
},
"preproc": {
"color": "#CE5D97",
"background_color": null,
"font_style": null,
"font_weight": null
},
"primary": {
"color": "#3AA99F",
"background_color": null,
"font_style": null,
"font_weight": null
},
"property": {
"color": "#DA702C",
"background_color": null,
Expand Down Expand Up @@ -301,12 +338,24 @@
"font_style": null,
"font_weight": null
},
"tag.doctype": {
"color": "#4385BE",
"background_color": null,
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#3AA99F",
"background_color": null,
"font_style": null,
"font_weight": null
},
"title": {
"color": "#D0A215",
"background_color": null,
"font_style": null,
"font_weight": null
},
"type": {
"color": "#D0A215",
"background_color": null,
Expand All @@ -324,6 +373,12 @@
"background_color": null,
"font_style": null,
"font_weight": null
},
"variant": {
"color": "#3AA99F",
"background_color": null,
"font_style": null,
"font_weight": null
}
}
}
Expand Down Expand Up @@ -397,15 +452,9 @@
"terminal.foreground": "#100F0F",
"terminal.bright_foreground": "#100F0F",
"terminal.dim_foreground": "#100F0F80",
// The `terminal.ansi.bright_black` color controls the foreground color
// of the terminal's auto-completion suggestions, so instead of being set
// to the `tx` color, it is set to `tx-2`.
"terminal.ansi.black": "#100F0F",
"terminal.ansi.bright_black": "#6F6E69",
"terminal.ansi.dim_black": "#100F0F",
// For the normal color values, the 600 value is used, just like
// suggested in the theme's Mappings, but for the bright color the 400
// value is used, while the dim one uses the 800 value.
"terminal.ansi.red": "#AF3029",
"terminal.ansi.bright_red": "#D14D41",
"terminal.ansi.dim_red": "#6C201C",
Expand All @@ -428,11 +477,6 @@
"terminal.ansi.bright_white": "#B7B5AC",
"terminal.ansi.dim_white": "#F2F0E5",
"link_text.hover": "#205EA6",
// For each of the colors in this section, we'll use the color from the
// Mappings for both the regular class as well as the border class, but
// for the background one the 50 variant will be used.
// For example, for red-600 is used for both `error` and `error.border`,
// but `error.background` uses red-50.
"conflict": "#AD8301",
"conflict.background": "#FAEEC6",
"conflict.border": "#AD8301",
Expand Down Expand Up @@ -489,7 +533,7 @@
"font_weight": null
},
"boolean": {
"color": "#BC5215",
"color": "#AD8301",
"background_color": null,
"font_style": null,
"font_weight": null
Expand All @@ -506,24 +550,60 @@
"font_style": null,
"font_weight": null
},
"constant": {
"color": "#BC5215",
"background_color": null,
"font_style": null,
"font_weight": null
},
"constructor": {
"color": "#205EA6",
"background_color": null,
"font_style": null,
"font_weight": null
},
"emphasis": {
"color": "#24837B",
"background_color": null,
"font_style": "italic",
"font_weight": null
},
"emphasis.strong": {
"color": "#24837B",
"background_color": null,
"font_style": null,
"font_weight": 700
},
"enum": {
"color": "#AD8301",
"background_color": null,
"font_style": null,
"font_weight": null
},
"function": {
"color": "#BC5215",
"background_color": null,
"font_style": null,
"font_weight": null
},
"hint": {
"color": "#B7B5AC",
"background_color": null,
"font_style": null,
"font_weight": null
},
"keyword": {
"color": "#66800B",
"background_color": null,
"font_style": null,
"font_weight": null
},
"label": {
"color": "#205EA6",
"background_color": null,
"font_style": null,
"font_weight": null
},
"link_text": {
"color": "#24837B",
"background_color": null,
Expand All @@ -548,12 +628,24 @@
"font_style": null,
"font_weight": null
},
"predictive": {
"color": "#B7B5AC",
"background_color": null,
"font_style": null,
"font_weight": null
},
"preproc": {
"color": "#A02F6F",
"background_color": null,
"font_style": null,
"font_weight": null
},
"primary": {
"color": "#24837B",
"background_color": null,
"font_style": null,
"font_weight": null
},
"property": {
"color": "#BC5215",
"background_color": null,
Expand Down Expand Up @@ -626,12 +718,24 @@
"font_style": null,
"font_weight": null
},
"tag.doctype": {
"color": "#205EA6",
"background_color": null,
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#24837B",
"background_color": null,
"font_style": null,
"font_weight": null
},
"title": {
"color": "#AD8301",
"background_color": null,
"font_style": null,
"font_weight": null
},
"type": {
"color": "#AD8301",
"background_color": null,
Expand All @@ -649,6 +753,12 @@
"background_color": null,
"font_style": null,
"font_weight": null
},
"variant": {
"color": "#24837B",
"background_color": null,
"font_style": null,
"font_weight": null
}
}
}
Expand Down