Skip to content

Commit 0a5c79c

Browse files
authored
Fix VS Code dark frame screenshot order (#4476)
* Swaps the before/after screenshot links in the README for `vscode-dark-nonclient-frame`. * The images were accidentally reversed in the merged version. No code changes.
1 parent c38ae45 commit 0a5c79c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mods/vscode-dark-nonclient-frame.wh.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @id vscode-dark-nonclient-frame
33
// @name VS Code Dark Non-client Frame
44
// @description Forces VS Code's non-client frame into dark mode to remove the light 2px bottom edge in Windows light mode.
5-
// @version 1.0
5+
// @version 1.1
66
// @author v1b3s0
77
// @github https://github.com/v1b3s0
88
// @license MIT
@@ -20,11 +20,11 @@ This fixes the 2px light gray bottom edge that can appear when VS Code is maximi
2020
2121
Before:
2222
23-
![Before](https://i.imgur.com/DVrOPag.png)
23+
![Before](https://i.imgur.com/ldT3xJt.png)
2424
2525
After:
2626
27-
![After](https://i.imgur.com/ldT3xJt.png)
27+
![After](https://i.imgur.com/DVrOPag.png)
2828
2929
The mod targets only `Code.exe` by default. Users of VS Code Insiders, VSCodium, or renamed/portable builds can add the relevant executable name to the mod's custom include list.
3030
@@ -131,4 +131,4 @@ void Wh_ModBeforeUninit() {
131131
// Do not force DWMWA_USE_IMMERSIVE_DARK_MODE to FALSE here.
132132
// Disabling the mod should stop overriding VS Code's own value instead of
133133
// forcing a light non-client frame.
134-
}
134+
}

0 commit comments

Comments
 (0)