Skip to content

Commit

Permalink
Update bright ansi colors and theme
Browse files Browse the repository at this point in the history
  • Loading branch information
filipjanevski committed Aug 2, 2024
1 parent 28cfa0a commit 94f315d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 22 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 0x96f theme for Zed

![Logo](logo.png)

A simple and pleasant dark theme for [Zed](https://zed.dev).

**This theme is also available for multiple different terminals [here](https://github.com/filipjanevski/0x96f-term-theme)**
Expand Down
Binary file removed logo.png
Binary file not shown.
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions themes/0x96f-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,22 @@
"terminal.ansi.bright_black": "#545452",
"terminal.ansi.dim_black": null,
"terminal.ansi.red": "#FF7272",
"terminal.ansi.bright_red": "#FF7272",
"terminal.ansi.bright_red": "#FF8787",
"terminal.ansi.dim_red": null,
"terminal.ansi.green": "#BCDF59",
"terminal.ansi.bright_green": "#BCDF59",
"terminal.ansi.bright_green": "#C6E472",
"terminal.ansi.dim_green": null,
"terminal.ansi.yellow": "#FFCA58",
"terminal.ansi.bright_yellow": "#FFCA58",
"terminal.ansi.bright_yellow": "#FFD271",
"terminal.ansi.dim_yellow": null,
"terminal.ansi.blue": "#49CAE4",
"terminal.ansi.bright_blue": "#49CAE4",
"terminal.ansi.bright_blue": "#64D2E8",
"terminal.ansi.dim_blue": null,
"terminal.ansi.magenta": "#A093E2",
"terminal.ansi.bright_magenta": "#A093E2",
"terminal.ansi.bright_magenta": "#AEA3E6",
"terminal.ansi.dim_magenta": null,
"terminal.ansi.cyan": "#AEE8F4",
"terminal.ansi.bright_cyan": "#AEE8F4",
"terminal.ansi.bright_cyan": "#BAEBF6",
"terminal.ansi.dim_cyan": null,
"terminal.ansi.white": "#FCFCFA",
"terminal.ansi.bright_white": "#FFFFFF",
Expand Down Expand Up @@ -172,7 +172,7 @@
"font_weight": null
},
"constructor": {
"color": "#FF7272",
"color": "#FF8787",
"font_style": null,
"font_weight": null
},
Expand All @@ -182,32 +182,32 @@
"font_weight": null
},
"emphasis.strong": {
"color": "#FF7272",
"color": "#FF8787",
"font_style": null,
"font_weight": 700
},
"function": {
"color": "#BCDF59",
"color": "#C6E472",
"font_style": null,
"font_weight": null
},
"keyword": {
"color": "#FF7272",
"color": "#FF8787",
"font_style": null,
"font_weight": null
},
"link_text": {
"color": "#49CAE4",
"color": "#64D2E8",
"font_style": null,
"font_weight": null
},
"link_uri": {
"color": "#49CAE4",
"color": "#64D2E8",
"font_style": null,
"font_weight": null
},
"number": {
"color": "#A093E2",
"color": "#AEA3E6",
"font_style": null,
"font_weight": null
},
Expand All @@ -217,7 +217,7 @@
"font_weight": null
},
"property": {
"color": "#BCDF59",
"color": "#C6E472",
"font_style": null,
"font_weight": null
},
Expand Down Expand Up @@ -247,17 +247,17 @@
"font_weight": null
},
"string": {
"color": "#FFCA58",
"color": "#FFD271",
"font_style": null,
"font_weight": null
},
"string.escape": {
"color": "#FFCA58",
"color": "#FFD271",
"font_style": null,
"font_weight": null
},
"string.regex": {
"color": "#FFCA58",
"color": "#FFD271",
"font_style": null,
"font_weight": null
},
Expand All @@ -272,12 +272,12 @@
"font_weight": null
},
"tag": {
"color": "#49CAE4",
"color": "#64D2E8",
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#BCDF59",
"color": "#C6E472",
"font_style": null,
"font_weight": null
},
Expand All @@ -287,7 +287,7 @@
"font_weight": null
},
"variable": {
"color": "#FFCA58",
"color": "#FFD271",
"font_style": null,
"font_weight": null
},
Expand Down

0 comments on commit 94f315d

Please sign in to comment.