The following css snippet will help with the titlebar color. Instructions can be found at Customizing CSS. Basically, the .css snippet should be placed in .obsidian/snippets, which is hidden under the root folder of your vault.
.titlebar {
background-color: var(--background-secondary-alt);
}
.titlebar-inner {
color: var(--text-normal);
}
