W3m
有沒有辦法改變 w3m 的顏色主題?
最近我在我的 .bashrc 中做了一些東西,這樣我就可以在不打開瀏覽器的情況下使用我的 bash 輕鬆地線上查詢未知單詞。
我選擇
w3m
作為我的代理實用程序,問題是,它的預設顏色主題在我們的黑色背景終端下似乎無法閱讀。我可以使用它的-M
選項使其更具可讀性。但我仍然想知道,有沒有辦法改變它的顏色集,可能在一些配置文件中我可以改變一些參數來做到這一點?
PS:我在 OSX 上使用 iterm2。
我對這個詞查詢的別名是:
function dee {w3m"http://www.oxfordlearnersdictionaries.com/definition/american_english/$1"; } export -f dee
dee stack
因此,將上述內容放入 bashrc 後,您可以使用 搜尋堆棧的定義。
來自w3m 常見問題解答:
w3m 以黑色背景上的黑色字元開頭。我該如何改變?
When compiled with colour support, w3m assumes a white background and therefore displays black characters. You may either change the background colour of your terminal (e.g. with the -bg option in a xterm) or take these steps: invoke w3m with 'w3m -M' (for monochrome), type 'o' for getting to the options screen Mark 'Display with colour' as ON and choose an arbitrary colour. Click on [OK].
和
如何更改錨點/圖像/表單連結的顏色?
Type 'o' within w3m to get the 'options' screen. You can change these settings there.