Colors

更改萬神殿終端模擬器的顏色

  • December 28, 2020

我正在使用 Elementary OS(基於 Ubuntu 12.04),我想更改 Pantheon 終端視窗的配色方案。這是我嘗試過的:

  1. 基本調整
  2. Dconf 編輯器
  3. 外殼命令
$ gsettings set org.pantheon.terminal.settings background '#090911111a1a' 
$ gsettings set org.pantheon.terminal.settings foreground '#d9d9e6e6f2f2' 
$ gsettings set org.pantheon.terminal.settings palette '#000000000000:#acac6d6d7474:#7474acac6d6d:#acaca4a46d6d:#6d6d7474acac:#a4a46d6d‌​acac:#6d6dacaca4a4:#e6e6e6e6e6e6:#262626262626:#d6d6b8b8bcbc:#bcbcd6d6b8b8:#d6d6d‌​3d3b8b8:#b8b8bcbcd6d6:#d3d3b8b8d6d6:#b8b8d6d6d3d3:#ffffffffffff'

這些事情都沒有奏效。這就是我想使用的:https ://github.com/Mayccoll/Elementary-OS-Terminal-Colors

  1. 導航到您的主目錄。顯示隱藏文件。
  2. .bashrc在文本編輯器中打開。
  3. 更改#force_color_prompt=yesforce_color_prompt=yes(即取消註釋第 43 行)。如果不存在這樣的行,請添加它。
  4. 現在您可以使用或通過執行前景色、背景色和調色板顏色的單獨命令sh theme-file.sh來更改配色方案。dconf editor

來源

dconf 編輯器對我有用,但我也看到了這個解決方案,它很容易工作。

https://github.com/Mayccoll/Gogh/blob/master/content/themes.md

它們列出了幾種不同的顏色主題以及用於複製和粘貼到終端的命令字元串。然後它就可以工作了。

這是一個例子: https ://github.com/Mayccoll/Gogh/blob/master/content/themes.md

您甚至不需要使用 sudo 來更改主題。

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