unofficially dark theme / dark mode for semanticmerge 2.0.138.0
Dark theme is not officially supported yet in this version of semantic merge, but this is my take of fixing up what is already working in 2.0.138.0. This is highly experimental (and might break in any other version), as some of the changes comes from using SnoopWpf to understanding the XAML.
This uses most of the same colors as VSCode Dark.
Only supports C# for now. If you want Java etc., then change the languages.conf
file.
Will overrite default configuration files, take a backup before installing.
If you have thirdparty parsers, manually add the line in the languages.conf
file to the two of the files.
Hack. I could not get the CSharp.langdef
colors working, therefor .cs is overriden to use VBScript.langdef
for syntax coloring (with C# style in the file).
This is done through languages.conf
file. In semanticmerge for semanticmergetool
, and plastic4 folder for mergetool
- Take a backup of folders
C:\Users\<username>\AppData\Local\plastic4
, andC:\Users\<username>\AppData\Local\semanticmerge
. - Copy files into folder
C:\Users\<username>\AppData\Local
.
- Syntax for C# must go through another language definition file (the parser seems to work the same way, but this might change in future versions).
Right margin in the codeview is white, this is a transparent color to a white background, have not found a way of changing this yet.- Left side helper window still white, can change text color etc. but have not found any way of changing the background.
- Working on this in other branch.
White lines in mergetool and resultview in semnaticmergetool.