Skip to content

Instantly share code, notes, and snippets.

View alexminsk7's full-sized avatar
🚀
hardLearningNow

∆LΞ☓ANDΞR L!SØVSKY alexminsk7

🚀
hardLearningNow
View GitHub Profile
@jacklorusso
jacklorusso / workbench.colorCustomizations.json
Last active April 4, 2026 21:17
A list of all Visual Studio Code customizable colors, grouped by UI region. Copy and paste into User Settings (comments are allowed) to tweak an existing theme or work on your own.
"workbench.colorCustomizations": {
// Contrast Colors - The contrast colors are typically only set for high contrast themes. If set, they add an additional border around items across the UI to increase the contrast.
"contrastActiveBorder": "",
"contrastBorder": "",
// Base Colors
"focusBorder": "",
"foreground": "",
"widget.shadow": "",
"selection.background": "",
"descriptionForeground": "",
@etoxin
etoxin / git.md
Last active April 14, 2026 02:02
GIT Bash Commands

search (regex)

git grep "regex"

list all branches

git branch -a
@bibendi
bibendi / gist:7941823
Created December 13, 2013 09:21
Оформление коммитов

Для оформления сообщения коммита следует использовать следующий шаблон:

<type>(<scope>): <subject>
<BLANK LINE>
<body>

Заголовок

Тип коммита