7 lines
206 B
Bash
Executable file
7 lines
206 B
Bash
Executable file
#!/bin/sh
|
|
urxvtc -fn "xft:Topaza600a1200a400 NF:antialias=true" \
|
|
-fi "xft:P0T\-NOoDLE" -fb "xft:mOsOul" -fbi "xft:Microknight" \
|
|
+is -fg yellow \
|
|
-bg navy \
|
|
-cr firebrick "$@"
|
|
|