-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Themes installed using the script do not show in the settings #16
Comments
Hmm yeah doesn't seem to be showing for me either... |
I suspect it has something to do with a wrong value for <key name="Colors" modified="2017-05-10 13:31:33" build="170402">
<value name="Count" type="long" data="20"/>
|
This is what I have for colors:
There are 11 instances of 'count' in my xml file, none of which look like what you've posted unfortunately. |
Okay mine looks like this (with the following line): <key name="Colors" modified="2017-05-10 13:31:33" build="170402">
<value name="Count" type="long" data="20"/>
<key name="Palette1" modified="2017-05-10 13:31:33" build="170402"> So you are obviously missing the line - could you please add the line with the appropriate values for |
This seems similar to #7 so I expect the suggested solution will work. |
Hello. |
@DaveBorn Hi - I think in your case the issue is you did not apply other customizations - these themes just change the colors and you have to make customizations to actually apply colors to various component of PowerShell. The first paragraph of README says:
Links in that paragraph have a lot of information - please see those. |
Thank you for the tips :). |
This is a pretty cool repo. I have ConEmu installed via Cmder on Windows. Loving Moe Dark... I opted to manually edit my XML since I don't use PowerShell often and its pretty straight forward. It is a good idea to make a copy of your original One caveat for me was that I actually found two separate
In my use case I needed to edit 2 to see new color schemes Note that the path to the config file is present in the Another caveat is that the XML - which contains all your settings - needs to be loaded again to see any new schemes. This can be done by restarting ConEmu or via the |
Script is buggy as hell, hands down. Should be replaced with a more user-friendly solution. |
I don't have the ~/AppData/Roaming/ConEmu.xml file |
I was able to install the themes using the .\Install-ConEmuTheme.ps1 command, however they are not showing up in the settings when I try to select colors. If I attempt to import them again, it states they are already imported.
They show up in the config.xml I believe (attached as zip) but do not show in the color selection
ConEmu.zip
The text was updated successfully, but these errors were encountered: