lukesampson / concfg

Import / export Windows console settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colors are wrong

andreatulimiero opened this issue · comments

I'm using concfg to customize the theme of my Powershell but it's working.
This are the commands I've launched:
concfg import solarized small (then answered yes to all)
This is the result
powershell

My Win Build is 10.0.14931

Have you tried running concfg clean manually? If you answered Y to everything it should have done this for you, but it might be worth another try.

Do you see any errors when you were importing? If you have overridden default PowerShell aliases like sp and ni then that might be causing the script not to work.

Another thing to check might be your PSReadLine options (e.g. Get-PSReadLineOption) if you have configured those.

You are running a more recent build than what I have (14393) so maybe Microsoft have updated the way things work.

Console colors can be stored in the registry and in the shortcut files that you use to start PowerShell, and these can override the colors you import with concfg import.

concfg clean removes the overrides from known locations, but maybe there are new registry settings (or new shortcuts) that are affecting this. You can see more detail about which locations are checked in the clean script. If you have any subkeys of hkcu:\Console in the registry, these are probably the culprits.

I kind of fix it copying the colors values from the default panel to the properties panel of the powershell, although it works until I close the powershell
defaults
I don't know why this happens, but is looking almost good now
However, it's a pity I can only change 4 of the colors, since from the panel you can only set those 4
screen