Skip to content

Commit

Permalink
chore: tweak colors
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
  • Loading branch information
ivankatliarchuk committed Aug 18, 2024
1 parent 9bc070f commit b8d56c2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 2 additions & 0 deletions tools/vscode/REAMDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Extensions location `~/.vscode/extensions`

How to check [for colors](https://stackoverflow.com/questions/45195023/how-do-i-change-the-color-of-comments-in-vs-code)
22 changes: 20 additions & 2 deletions tools/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
{
"scope": [
"comment",
"punctuation.definition.comment",
"comment.block.documentation",
"comment.block.documentation.js",
"comment.line.number-sign.js",
Expand All @@ -233,13 +234,30 @@
],
"settings": {
"fontStyle": "italic",
"foreground": "#a4b224"
"foreground": "#A4B224"
}
},
{
"scope": [
"punctuation.definition.comment.go",
"comment.line.double-slash.go",
"punctuation.definition.comment.begin.documentation",
"punctuation.definition.comment.end.documentation"
],
"settings": {
"foreground": "#82DCFF"
}
},
{
"scope": "punctuation.definition.comment",
"settings": {
"foreground": "#6ff124"
"foreground": "#6FF124"
}
},
{
"scope": "string.quoted.docstring.multi.python",
"settings": {
"foreground": "#90fc03"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion vendor/dotbot
2 changes: 1 addition & 1 deletion vendor/prezto
Submodule prezto updated 50 files
+9 −1 README.md
+1 −1 modules/autosuggestions/external
+1 −1 modules/completion/external
+1 −1 modules/completion/init.zsh
+0 −7 modules/directory/README.md
+2 −5 modules/directory/init.zsh
+0 −11 modules/editor/README.md
+1 −2 modules/editor/init.zsh
+0 −7 modules/emacs/README.md
+4 −6 modules/emacs/init.zsh
+0 −7 modules/fasd/README.md
+1 −1 modules/fasd/external
+2 −4 modules/fasd/init.zsh
+2 −1 modules/gnu-utility/init.zsh
+0 −36 modules/history-substring-search/README.md
+1 −1 modules/history-substring-search/external
+0 −12 modules/history-substring-search/init.zsh
+0 −7 modules/history/README.md
+44 −20 modules/history/init.zsh
+0 −7 modules/homebrew/README.md
+17 −29 modules/homebrew/init.zsh
+0 −7 modules/macports/README.md
+7 −9 modules/macports/init.zsh
+0 −7 modules/node/README.md
+14 −16 modules/node/init.zsh
+1 −1 modules/osx/functions/manp
+0 −31 modules/osx/functions/trash
+0 −7 modules/perl/README.md
+33 −35 modules/perl/init.zsh
+1 −1 modules/prompt/external/async
+1 −1 modules/prompt/external/powerlevel10k
+1 −1 modules/prompt/external/pure
+11 −1 modules/prompt/init.zsh
+4 −8 modules/python/README.md
+19 −0 modules/python/functions/_pip
+34 −41 modules/python/init.zsh
+0 −7 modules/rails/README.md
+14 −16 modules/rails/init.zsh
+0 −7 modules/ruby/README.md
+18 −20 modules/ruby/init.zsh
+0 −7 modules/screen/README.md
+5 −7 modules/screen/init.zsh
+4 −4 modules/ssh/init.zsh
+1 −1 modules/syntax-highlighting/external
+0 −7 modules/tmux/README.md
+3 −5 modules/tmux/init.zsh
+1 −0 modules/utility/README.md
+7 −8 modules/utility/init.zsh
+1 −4 runcoms/zlogin
+0 −15 runcoms/zpreztorc

0 comments on commit b8d56c2

Please sign in to comment.