diff --git a/themes/Adapta-Nokto.rasi b/themes/Adapta-Nokto.rasi index fdbe95b8..bb040b33 100644 --- a/themes/Adapta-Nokto.rasi +++ b/themes/Adapta-Nokto.rasi @@ -128,7 +128,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/Arc.rasi b/themes/Arc.rasi index 48d83ec5..76024d91 100644 --- a/themes/Arc.rasi +++ b/themes/Arc.rasi @@ -127,7 +127,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/DarkBlue.rasi b/themes/DarkBlue.rasi index 12158a9d..fff772f5 100644 --- a/themes/DarkBlue.rasi +++ b/themes/DarkBlue.rasi @@ -127,7 +127,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt, button{ +#prompt, prompt-colon, button{ spacing: 0; text-color: @normal-foreground; } diff --git a/themes/Indego.rasi b/themes/Indego.rasi index 3fa8ea3b..437b7efd 100644 --- a/themes/Indego.rasi +++ b/themes/Indego.rasi @@ -127,7 +127,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/Monokai.rasi b/themes/Monokai.rasi index 37f47b5e..4cce0358 100644 --- a/themes/Monokai.rasi +++ b/themes/Monokai.rasi @@ -127,7 +127,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/Paper.rasi b/themes/Paper.rasi index 3d58ce9a..7e78c253 100644 --- a/themes/Paper.rasi +++ b/themes/Paper.rasi @@ -126,7 +126,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/Pop-Dark.rasi b/themes/Pop-Dark.rasi index 53e6af45..75e2b23d 100644 --- a/themes/Pop-Dark.rasi +++ b/themes/Pop-Dark.rasi @@ -110,4 +110,6 @@ #button normal { text-color: @foreground; } - +#prompt, prompt-box, prompt-colon { + text-color: inherit; +} diff --git a/themes/android_notification.rasi b/themes/android_notification.rasi index 957c1912..9be6b584 100644 --- a/themes/android_notification.rasi +++ b/themes/android_notification.rasi @@ -127,7 +127,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/blue.rasi b/themes/blue.rasi index 49e8d1a8..fc2b1c06 100644 --- a/themes/blue.rasi +++ b/themes/blue.rasi @@ -127,7 +127,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/c64.rasi b/themes/c64.rasi index e5d14c65..9100d4f2 100644 --- a/themes/c64.rasi +++ b/themes/c64.rasi @@ -127,7 +127,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/glue_pro_blue.rasi b/themes/glue_pro_blue.rasi index 46e0a405..f89bef59 100644 --- a/themes/glue_pro_blue.rasi +++ b/themes/glue_pro_blue.rasi @@ -126,7 +126,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/gruvbox-dark-hard.rasi b/themes/gruvbox-dark-hard.rasi index a2b0ea66..1c0d1943 100644 --- a/themes/gruvbox-dark-hard.rasi +++ b/themes/gruvbox-dark-hard.rasi @@ -134,7 +134,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/gruvbox-dark-soft.rasi b/themes/gruvbox-dark-soft.rasi index 91bdff69..1fd34ffb 100644 --- a/themes/gruvbox-dark-soft.rasi +++ b/themes/gruvbox-dark-soft.rasi @@ -133,7 +133,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/gruvbox-dark.rasi b/themes/gruvbox-dark.rasi index 90e4f0b7..80326e2c 100644 --- a/themes/gruvbox-dark.rasi +++ b/themes/gruvbox-dark.rasi @@ -133,7 +133,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/gruvbox-light-hard.rasi b/themes/gruvbox-light-hard.rasi index 2db85cb9..71fcebc6 100644 --- a/themes/gruvbox-light-hard.rasi +++ b/themes/gruvbox-light-hard.rasi @@ -134,7 +134,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/gruvbox-light-soft.rasi b/themes/gruvbox-light-soft.rasi index bfb083cb..042af321 100644 --- a/themes/gruvbox-light-soft.rasi +++ b/themes/gruvbox-light-soft.rasi @@ -133,7 +133,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/gruvbox-light.rasi b/themes/gruvbox-light.rasi index deb3a57f..34121cb6 100644 --- a/themes/gruvbox-light.rasi +++ b/themes/gruvbox-light.rasi @@ -133,7 +133,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/lb.rasi b/themes/lb.rasi index 39a9032a..1f06366b 100644 --- a/themes/lb.rasi +++ b/themes/lb.rasi @@ -127,7 +127,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/purple.rasi b/themes/purple.rasi index b0d334f4..e3f36c6a 100644 --- a/themes/purple.rasi +++ b/themes/purple.rasi @@ -126,7 +126,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/solarized.rasi b/themes/solarized.rasi index 5356c509..da37faaf 100644 --- a/themes/solarized.rasi +++ b/themes/solarized.rasi @@ -126,7 +126,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; } diff --git a/themes/solarized_alternate.rasi b/themes/solarized_alternate.rasi index 6c6fa7a7..a5f29ddd 100644 --- a/themes/solarized_alternate.rasi +++ b/themes/solarized_alternate.rasi @@ -126,7 +126,7 @@ spacing: 0; text-color: @normal-foreground; } -#prompt { +#prompt, prompt-colon { spacing: 0; text-color: @normal-foreground; }