start new:
tmux
start new with session name:
tmux new -s myname
BackgroundColour=15,20,25 | |
ForegroundColour=230,225,207 | |
CursorColour=230,225,207 | |
Black=0,0,0 | |
BoldBlack=50,50,50 | |
Red=255,51,51 | |
BoldRed=255,101,101 | |
Green=184,204,82 | |
BoldGreen=234,254,132 | |
Yellow=231,197,71 |
{ | |
"schemes" : | |
[ | |
{ | |
"background" : "#fafafa", | |
"black" : "#000000", | |
"blue" : "#3199e1", | |
"brightBlack" : "#686868", | |
"brightBlue" : "#399ee6", | |
"brightCyan" : "#4cbf99", |
import legacy from '@vitejs/plugin-legacy' | |
import react from '@vitejs/plugin-react-swc'; | |
import { defineConfig } from 'vite'; | |
import relay from 'vite-plugin-relay'; | |
// import { esbuildCommonjs, viteCommonjs } from '@originjs/vite-plugin-commonjs' | |
// https://vitejs.dev/config/ | |
export default defineConfig({ | |
plugins: [ | |
// commonjs({ |