Theme not being applied #552
-
Hello, I am trying to use oh-my-bash to apply a theme to my terminal. Here's the info about my stack:
I have selected the "agnoster" theme in my ✘ simon@localhost ~ cat ~/.bashrc | grep -i OSH_THEME
OSH_THEME="agnoster" Here's a screenshot of what my terminal looks like, although I have the "agnoster" theme selected: It feels like something else is interfering and preventing the theme being applied, can anyone help point me in the right direction? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
As far as I see your picture, the theme appears to be already applied. The prompt in your picture is the one provided by the agnoster theme. Note that some of the prompt segments are enabled conditionally in the agnoster theme. For example, you will not get the segment showing git information if you are outside any git repository. |
Beta Was this translation helpful? Give feedback.
-
@akinomyoga, thanks for your help, I see my misunderstanding now. |
Beta Was this translation helpful? Give feedback.
Oh, I see. The background color and the color palette of the terminal are configured by a theme of the terminal. Oh My Bash provides a theme for the shell, which includes the prompt contents and styles but does not include the terminal's theme.
The way to configure the color theme of the terminal depends on the terminal you use. If you use GNOME Terminal, you can configure the color theme of GNOME Terminal as described in the following pages:
You may also search for it by yourself.