We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a3296 commit 5acba19Copy full SHA for 5acba19
1 file changed
sway.sh
@@ -342,28 +342,6 @@ EOF
342
function configure_terminal() {
343
mkdir -p "$HOME"/.config/foot/
344
cat > "$HOME"/.config/foot/foot.ini << 'EOF'
345
-[colors]
346
-alpha=1.0
347
-foreground=adbcbc
348
-background=103c48
349
-regular0=184956 # black
350
-regular1=fa5750 # red
351
-regular2=75b938 # green
352
-regular3=dbb32d # yellow
353
-regular4=4695f7 # blue
354
-regular5=f275be # magenta
355
-regular6=41c7b9 # cyan
356
-regular7=72898f # white
357
-bright0=2d5b69 # bright black
358
-bright1=ff665c # bright red
359
-bright2=84c747 # bright green
360
-bright3=ebc13d # bright yellow
361
-bright4=58a3ff # bright blue
362
-bright5=ff84cd # bright magenta
363
-bright6=53d6c7 # bright cyan
364
-bright7=cad8d9 # bright white
365
-selection-foreground=cad8d9
366
-selection-background=184956
367
EOF
368
}
369
0 commit comments