For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | " packadd quickscope | |
| " execute 'luafile ' . stdpath('config') . '/lua/settings.lua' | |
| function! s:manageEditorSize(...) | |
| let count = a:1 | |
| let to = a:2 | |
| for i in range(1, count ? count : 1) | |
| call VSCodeNotify(to == 'increase' ? 'workbench.action.increaseViewSize' : 'workbench.action.decreaseViewSize') | |
| endfor | |
| endfunction | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [ | |
| { | |
| "command": "vscode-neovim.compositeEscape1", | |
| "key": "j", | |
| "when": "neovim.mode == insert && editorTextFocus", | |
| "args": "j" | |
| }, | |
| { | |
| "command": "vscode-neovim.compositeEscape2", | |
| "key": "k", | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| // open json editor for settings | |
| "workbench.settings.editor": "json", | |
| // Theme | |
| "workbench.colorTheme": "Aura Dark", | |
| "workbench.iconTheme": "moxer-icons", | |
| // Change font | |
| "editor.fontFamily": "Geist Mono", | 
https://orga.cat/posts/most-useful-git-commands http://guides.beanstalkapp.com/version-control/common-git-commands.html
bahasa indonesia https://www.petanikode.com/tutorial/git/
git fetch daripada git pull