Skip to content

Commit 8267e70

Browse files
committed
Backup update
1 parent 9f59c94 commit 8267e70

File tree

178 files changed

+52004
-1645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+52004
-1645
lines changed

last_update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-09-30T01:54:08Z
1+
2025-10-07T02:28:15Z
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
{
2+
"active_lock_reason": null,
3+
"assignee": null,
4+
"assignees": [],
5+
"author_association": "MEMBER",
6+
"body": "## Problem\n\nThe codeblock highlighting on the site does not match the site theme. In particular it has purple which is nowhere else in the site theme.\n\n- <img width=\"779\" height=\"386\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/aaba484f-4dab-4930-8893-f3dfc7e87d72\" />\n\n## Proposal\n\ncheck the css of https://nvim-mini.org/mini.nvim/ to see if we can borrow it, it looks great. cc @echasnovski ",
7+
"closed_at": null,
8+
"closed_by": null,
9+
"comment_data": [
10+
{
11+
"author_association": "MEMBER",
12+
"body": "> check the css of https://nvim-mini.org/mini.nvim/ to see if we can borrow it, it looks great. cc [@echasnovski](https://github.com/echasnovski)\n\nSite's palettes are stored in separate files: [dark theme](https://github.com/nvim-mini/nvim-mini.org/blob/17c9f5ba18bf57874399d831a5ec649f045af6be/theme/brand-dark.yml#L11-L25) and [light theme](https://github.com/nvim-mini/nvim-mini.org/blob/17c9f5ba18bf57874399d831a5ec649f045af6be/theme/brand-light.yml#L11-L25).\n\nThe general idea was to use [miniwinter and minisummer](https://nvim-mini.org/mini.nvim/readmes/mini-hues.html#four-seasons) palettes for dark and light themes respectively. *Plus* code blocks should have the same background as the basic background in those themes. Which left the choice of either going darker or lighter for basic site's background while reusing already present palette from 'mini.hues'. Decided to go darker for dark theme and lighter for light theme.\n\nThis can be reversed for neovim.io: get normal background and adjust it similarly to how 'mini.hues' does it: add approximately 5 lightness while preserving chroma and hue in OKLch color space. So:\n- Basic background is `#0f191f`, which is [lightness 11, chroma 2, hue 235](https://bottosson.github.io/misc/colorpicker/#0f191f).\n- Adjusted color is Lightness 16, chroma 2, hue 235, i.e. `#1c262d`.\n\nHere is how code blocks will look like with `#1c262d` as a background:\n\n- Before/now: \n\n<img width=\"2202\" height=\"1574\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/5e74f359-3fed-49b2-a629-90da01ef0c95\" />\n\n- After:\n\n<img width=\"2182\" height=\"1563\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/cb2945ae-8785-4c94-b87e-a083a789aa2f\" />\n\nI don't think I have a preference here. The \"after\" might be better without border though.\n\nIf you have any suggestions about how you'd like to adjust the color or have questions about nvim-mini.org site, I am happy to help.",
13+
"created_at": "2025-10-04T11:01:05Z",
14+
"html_url": "https://github.com/neovim/neovim.github.io/issues/388#issuecomment-3368128146",
15+
"id": 3368128146,
16+
"issue_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/388",
17+
"node_id": "IC_kwDOAQSZx87IwY6S",
18+
"performed_via_github_app": null,
19+
"reactions": {
20+
"+1": 1,
21+
"-1": 0,
22+
"confused": 0,
23+
"eyes": 0,
24+
"heart": 0,
25+
"hooray": 0,
26+
"laugh": 0,
27+
"rocket": 0,
28+
"total_count": 1,
29+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/3368128146/reactions"
30+
},
31+
"updated_at": "2025-10-04T11:01:05Z",
32+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/3368128146",
33+
"user": {
34+
"avatar_url": "https://avatars.githubusercontent.com/u/24854248?v=4",
35+
"events_url": "https://api.github.com/users/echasnovski/events{/privacy}",
36+
"followers_url": "https://api.github.com/users/echasnovski/followers",
37+
"following_url": "https://api.github.com/users/echasnovski/following{/other_user}",
38+
"gists_url": "https://api.github.com/users/echasnovski/gists{/gist_id}",
39+
"gravatar_id": "",
40+
"html_url": "https://github.com/echasnovski",
41+
"id": 24854248,
42+
"login": "echasnovski",
43+
"node_id": "MDQ6VXNlcjI0ODU0MjQ4",
44+
"organizations_url": "https://api.github.com/users/echasnovski/orgs",
45+
"received_events_url": "https://api.github.com/users/echasnovski/received_events",
46+
"repos_url": "https://api.github.com/users/echasnovski/repos",
47+
"site_admin": false,
48+
"starred_url": "https://api.github.com/users/echasnovski/starred{/owner}{/repo}",
49+
"subscriptions_url": "https://api.github.com/users/echasnovski/subscriptions",
50+
"type": "User",
51+
"url": "https://api.github.com/users/echasnovski",
52+
"user_view_type": "public"
53+
}
54+
}
55+
],
56+
"comments": 1,
57+
"comments_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/388/comments",
58+
"created_at": "2025-10-03T22:39:58Z",
59+
"events_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/388/events",
60+
"html_url": "https://github.com/neovim/neovim.github.io/issues/388",
61+
"id": 3482763491,
62+
"issue_dependencies_summary": {
63+
"blocked_by": 0,
64+
"blocking": 0,
65+
"total_blocked_by": 0,
66+
"total_blocking": 0
67+
},
68+
"labels": [],
69+
"labels_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/388/labels{/name}",
70+
"locked": false,
71+
"milestone": null,
72+
"node_id": "I_kwDOAQSZx87PlsDj",
73+
"number": 388,
74+
"performed_via_github_app": null,
75+
"reactions": {
76+
"+1": 0,
77+
"-1": 0,
78+
"confused": 0,
79+
"eyes": 0,
80+
"heart": 0,
81+
"hooray": 0,
82+
"laugh": 0,
83+
"rocket": 0,
84+
"total_count": 0,
85+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/388/reactions"
86+
},
87+
"repository_url": "https://api.github.com/repos/neovim/neovim.github.io",
88+
"state": "open",
89+
"state_reason": null,
90+
"sub_issues_summary": {
91+
"completed": 0,
92+
"percent_completed": 0,
93+
"total": 0
94+
},
95+
"timeline_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/388/timeline",
96+
"title": "codeblock syntax highlighting should match site theme",
97+
"type": null,
98+
"updated_at": "2025-10-04T11:01:05Z",
99+
"url": "https://api.github.com/repos/neovim/neovim.github.io/issues/388",
100+
"user": {
101+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
102+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
103+
"followers_url": "https://api.github.com/users/justinmk/followers",
104+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
105+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
106+
"gravatar_id": "",
107+
"html_url": "https://github.com/justinmk",
108+
"id": 1359421,
109+
"login": "justinmk",
110+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
111+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
112+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
113+
"repos_url": "https://api.github.com/users/justinmk/repos",
114+
"site_admin": false,
115+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
116+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
117+
"type": "User",
118+
"url": "https://api.github.com/users/justinmk",
119+
"user_view_type": "public"
120+
}
121+
}

0 commit comments

Comments
 (0)