Skip to content

Commit 36a1adc

Browse files
committed
chore(release): 0.5.0
1 parent a5bd118 commit 36a1adc

File tree

4 files changed

+1718
-295
lines changed

4 files changed

+1718
-295
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,35 @@
55
66
## Available Themes
77

8+
All themes are available in both **opaque** and **blurred** variants.
9+
810
### Nightfox
911

10-
![nightfox](https://github.com/cange/nightfox.zed/assets/28717/85cbf841-11d8-45c9-97f8-cbb5eedaea7b)
12+
![nightfox](https://github.com/cange/nightfox.zed/assets/28717/c5c979a2-5fb0-4f0c-bbea-3f9ff8b38b8a)
1113

1214
### Dayfox
1315

14-
![dayfox](https://github.com/cange/nightfox.zed/assets/28717/8816c97c-cc29-489b-9f0b-51ec7b24d661)
16+
![dayfox](https://github.com/cange/nightfox.zed/assets/28717/0de9ba81-aa20-472b-bdca-91f6d95edfa9)
1517

1618
### Dawnfox
1719

18-
![dawnfox](https://github.com/cange/nightfox.zed/assets/28717/3b085140-ebbb-4937-b186-851821163060)
20+
![dawnfox](https://github.com/cange/nightfox.zed/assets/28717/454f34b1-70d8-444e-b028-9dee850f9bda)
1921

2022
### Duskfox
2123

22-
![duskfox](https://github.com/cange/nightfox.zed/assets/28717/74a47210-ed27-448d-bf1a-9f45e7d62b8d)
24+
![duskfox](https://github.com/cange/nightfox.zed/assets/28717/c5442cd7-b938-4014-b48d-a2c1e88e28c7)
2325

2426
### Nordfox
2527

26-
![nordfox](https://github.com/cange/nightfox.zed/assets/28717/19d97482-43db-4724-8560-5aef029044cc)
28+
![nordfox](https://github.com/cange/nightfox.zed/assets/28717/24816d4c-d2a7-45ef-a332-5f6dee5393fd)
2729

2830
### Terafox
2931

30-
![terafox](https://github.com/cange/nightfox.zed/assets/28717/a56303b5-f286-442f-9aaf-6307cdfbaa3d)
32+
![terafox](https://github.com/cange/nightfox.zed/assets/28717/4ef6cb17-843e-48c0-96db-b9566621b894)
3133

3234
### Carbonfox
3335

34-
![carbonfox](https://github.com/cange/nightfox.zed/assets/28717/8a1c33b1-6fd2-48e2-913c-6930845abdc6)
36+
![carbonfox](https://github.com/cange/nightfox.zed/assets/28717/34635356-1c52-4d86-9c95-e603e8b1fa42)
3537

3638
> Used font in the screenshots: "JetBrainsMono"
3739

extension.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "nvim-nightfox"
2-
name = "Nightfox Themes (Neovim)"
3-
version = "0.4.2"
4-
schema_version = 1
2+
name = "Nightfox Themes - opaque / blurred"
3+
version = "0.5.0"
4+
scema_version = 2
55
authors = ["Christian Angermann"]
6-
description = "A port of the Neovim Nightfox themes"
6+
description = "A port of the Neovim Nightfox themes. Includes all variants as opaque and blurred version."
77
repository = "https://github.com/cange/nightfox.zed"

lib/nightfox-zed.rockspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package = "nvim-nightfox"
2-
version = "0.4.2-1"
2+
version = "0.5.0-1"
33
description = {
4-
summary = "A port of the Neovim Nightfox themes",
4+
summary = "A port of the Neovim Nightfox themes. Supports opaque and blurred variant",
55
detailed = [[
66
A complete port of the Neovim Nightfox colorscheme collection for Zed editor.
7-
Includes all variants.
7+
All themes are available in both opaque and blurred variants.
88
]],
99
license = "MIT",
1010
homepage = "https://github.com/cange/nightfox.zed",

0 commit comments

Comments
 (0)