Configuration

納米改變行號顏色

  • August 28, 2022

如何更改 .nanorc 中的實際編輯器主題,我不是在談論語法突出顯示,而是在談論編輯器元素,例如標題欄或行號顏色/背景顏色?

例如,我想將標題欄和行號背景設置為黑色/透明,並將字型顏色設置為白色。

在此處輸入圖像描述

編輯nanorc文件,並添加以下行:

set titlecolor COLOR_1,COLOR_2    # COLOR_1 is the text, COLOR_2 is the background. Supported colors are white, black, blue, green, red, cyan, yellow, magenta
set numbercolor COLOR_1,COLOR_2   # same as above

引用自:https://unix.stackexchange.com/questions/715209