You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,15 @@ Define rules to reduce opacity of repeating parts of code to make the main logic
8
8
9
9
Dim passes selections:
10
10
11
-
<imgalt="A screen recording of Visual Studio Code editor while the cursor is moved to show dimming is disabled whereever the user selects"src="media/carets.sepsol.gif"width="838" >
11
+
<imgalt="A screen recording of Visual Studio Code editor while the cursor is moved to show dimming is disabled whereever the user selects"src="media/carets.sepsol.gif"width="668" >
12
+
13
+
> Code is on [GitHub](https://gist.github.com/sepsol/af5d1252d7d5f029904100d802a8eaaf). Theme is [Gruvbox Material](https://marketplace.visualstudio.com/items?itemName=sainnhe.gruvbox-material)
12
14
13
15
Dim can be temporarily turned off for a document:
14
16
15
17
<imgalt="Dim on Go code and toggling feature"src="media/toggling.gif"width="668" >
16
18
17
-
> Example code are on [Github Gist](https://gist.github.com/sepsol/af5d1252d7d5f029904100d802a8eaaf) for JavaScript and on [GitHub](https://github.com/ufukty/gohandlers-petstore/blob/main/handlers/pets/create.go) for Go. Themes are [Gruvbox Material](https://marketplace.visualstudio.com/items?itemName=sainnhe.gruvbox-material) and[Vitesse Black](https://marketplace.visualstudio.com/items?itemName=antfu.theme-vitesse).
19
+
> Code is on [GitHub](https://github.com/ufukty/gohandlers-petstore/blob/main/handlers/pets/create.go) for Go. Theme is[Vitesse Black](https://marketplace.visualstudio.com/items?itemName=antfu.theme-vitesse).
0 commit comments