自訂終端

自訂終端

我正在使用 Elementary OS(基於 Ubuntu 12.04),我想更改 Pantheon 終端機視窗的著色方案。

這是我嘗試過的-

  1. 基本調整
  2. Dconf編輯器
  3. 外殼命令

他們都沒有完成工作。對我來說區分命令提示字元和其他文字非常困難。

這就是我想用的

https://github.com/Mayccoll/Elementary-OS-Terminal-Colors

答案1

透過 Tweaks/Dconf 自訂終端顏色會全域更改所有終端應用程式的顏色。例如,mc預先安裝的終端主題完全無法使用(至少對我來說)。

對我來說區分命令提示字元和其他文字非常困難。

在這種情況下,您應該查看您的~/.bashrc文件並嘗試取消註釋 force_color_prompt=yes。重新啟動終端後,這應該會給出彩色提示。

更改 bash 提示字元的顏色和其他屬性,只需編輯.bashrc

PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\] \$ '

http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/ http://www.cyberciti.biz/tips/howto-linux-unix-bash-shell-setup-prompt.html

答案2

您也可以嘗試以下指南梅科爾,下載並安裝完整的腳本。

首先取消註解以下行.bashrc:

 #force_color_prompt=yes

然後安裝樣式:

$ wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/elementary.sh
$ chmod +x elementary.sh
$ ./elementary.sh

代替小學.sh使用 Mayccoll 的 Git 中可用的樣式。

另一種方法是開啟要安裝的樣式並透過 dconf 手動匯入值:

組織->侏儒->萬神殿->終端->設定

值為:

background_color - background
foreground_color - foreground
palette - palette

相關內容