fish: autocomplete coloring became very dim #1526
-
Beta Was this translation helpful? Give feedback.
Answered by
bellular-wireless
Jun 27, 2025
Replies: 1 comment
-
For anyone that comes across this, the issue was fish and it was because of the way fish applies theming not being very friendly with declarative configuration. Seems like stylix adds some code to the fish config to apply the colorscheme configured in stylix, but when you disable the target it just removes that code. The fish color scheme sticks around in the fish environment variables so removing that code isn't enough once it's been applied, and you have to manually change the fish color scheme (blanking on the command to do that atm). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bellular-wireless
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For anyone that comes across this, the issue was fish and it was because of the way fish applies theming not being very friendly with declarative configuration. Seems like stylix adds some code to the fish config to apply the colorscheme configured in stylix, but when you disable the target it just removes that code. The fish color scheme sticks around in the fish environment variables so removing that code isn't enough once it's been applied, and you have to manually change the fish color scheme (blanking on the command to do that atm).