- background: #171421
- foreground: #D0CFCC
- cursor: 49B9C7,#F6F6F6
- hightlight: #FFFFFF, #48B9C7
- green: #00C89C
- yellow: #F9F871
- cyan: #00C5E4
- white: #FBF7FF
- purple: #9382EC
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
# VS Code Dark Colors | |
GRAY="#808080" | |
BLUE="#9CDCFE" | |
DARK_BLUE="#569CD6" | |
RED="#F44747" | |
YELLOW="#D7BA7D" | |
BACKGROUND="#4EC9B0" | |
FOREGROUND="#1E1E1E" | |
# colors |
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
{ | |
"window.menuBarVisibility": "toggle", | |
"vim.vimrc.enable": true, | |
"vim.vimrc.path": "~/.vimrc_editor", | |
"editor.fontSize": 16, | |
"terminal.integrated.fontSize": 16, | |
"vim.useSystemClipboard": true, | |
"git.enableSmartCommit": true, | |
"git.confirmSync": false, | |
"git.autofetch": true, |
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
/* | |
1. log into your siwggy account and go to https://www.swiggy.com/my-account/orders, | |
2. scroll down and make sure all the orders are loaded | |
3. run this snippet in the console | |
NOTE: They might update the amount class name in the future, make sure you are using the right class name - verify by inspecting the element | |
*/ | |
const amount_class_name = '_1jGfr'; | |
amount_node_list = document.getElementsByClassName(amount_class_name); |
- Rectangle (window manager)
- Snap (option + num to open/switch apps)
- alt-tab (better alt-tab)
- iTerm2 (terminal replacement)
- Scroll Reverser (different scroll directions for trackpad and mouse)
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
{ | |
"background": "#161B22", | |
"black": "#0D1117", | |
"blue": "#77BDFB", | |
"brightBlack": "#21262D", | |
"brightBlue": "#A2D2FB", | |
"brightCyan": "#A2D2FB", | |
"brightGreen": "#7CE38B", | |
"brightPurple": "#CEA5FB", | |
"brightRed": "#FA7970", |
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
VBoxManage setextradata "VM_NAME" CustomVideoMode1 1920x1080x32 |
Custom Build System using Ubuntu 20.04 WSL-2 for ST4
{
"shell_cmd": "ubuntu2004 run \"g++ `wslpath '${file}'` && timeout 4s ./a.out<input.txt>output.txt \" ",
"shell":true,
"working_dir":"$file_path",
"selector":"$file_name"
}
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
export PS1="\[\033[36m\]\u@\h: \[\033[32m\]\w\n\[\033[00m\]-> \[$(tput sgr0)\]" |
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
# Colors (Inspired Based on Code-dark) | |
colors: | |
# Default colors | |
primary: | |
background: '#1e1e1e' | |
foreground: '#dcdcaa' | |
cursor: | |
text: '#1e1e1e' | |
cursor: '#dcdcaa' |
NewerOlder