a-Shell Theme Configuration

Updated 05222024-112201


Gold

config -s 14 -n Inconsolata -b #191714 -f #f3e9d3 -c #d66668 -k beam -p

Black Kudzu Variation

config -s 15 -n Inconsolata -b #000000 -f #f3e9d3 -c #d66668 -k beam -p

GruvBox ish

Gruvbox Ish

config -s 12.5 -n Fira\ Mono -b #1E1E1E -f #E3D4A8 -c #8F8477 -k beam -p

Fira Mono 12.5 pt, background: 0.12 0.12 0.12 foreground: 0.89 0.83 0.66 cursor: 0.56 0.52 0.47 beam ligatures: contextual


config -s 19 -b #191919 -f #ff6700 -c #eeeeee -p

config -s 19 -n Fira\ Mono -b #16191E -f #999999 -c #D8BE40 -k beam -p

config -s 19 -n Fira\ Mono -b #1A1A1A -f #1A9360 -c #D8BE40 -k beam -p

config -s 19 -n Fira\ Mono -b #000000 -f #999999 -c #4bbe5e -k beam -p

Møt Light

Møt Light
Møt Light

FiraMono-Regular 12.5 pt, background: 0.99 0.96 0.90 foreground: 0.36 0.43 0.45 cursor: 0.67 0.65 0.61 beam ligatures: contextual


Social

finally got around to doing something I've been mumbling about for literally years now: the most basic level of appearance configuration for @a_shell_ios lol. `config -s 19 -b #191919 -f #ff6700 -c #eeeeee -p` pic.twitter.com/ou7iXmEw9M

— ⓓⓐⓥⓘⓓ ⓑⓛⓤⓔ (@NeoYokel) August 19, 2022

finally got around to doing something I've been mumbling about for literally years now: the most basic level of appearance configuration for @a_shell_ios lol. config -s 19 -b #191919 -f #ff6700 -c #eeeeee -p


usage: config [-s font size][-n font name][-b background color][-f foreground color][-c cursor color][-g][-p][-d][-r] For all parameters: "default" to get the default value currently stored, "factory" to get a-Shell factory defaults (Menlo, 13.0 pts, colors from system). Colors can be defined by names, RGB triplets "red green blue" or HexStrings "#00FF00" -s | --size: set font size -n | --name: set font name. Nothing or "picker" to get the system font picker. -b | --background: set background color -f | --foreground: set foreground color -c | --cursor: set cursor and highlight color -k | --cursorShape: set cursor shape (beam, block or underline) -g | --global: extend settings to all windows currently open -p | --permanent: store settings as default values -d | --default: reset all settings to default values -r | --reset: reset all settings to factory default --show: show current settings

Sample uses: config -p: make settings for current window the default for future windows. config -dgp: revert all open and future windows to stored default. config -b 0 0 0 -f #00ff00: get a green-on-black VT100 look.