mskyaxl / wsl-terminal

Terminal emulator for Windows Subsystem for Linux (WSL)
MIT License
3.12k stars 159 forks source link

Theme is not applied on startup #60

Closed rnazad closed 6 years ago

rnazad commented 6 years ago

Hi, I have not been able to apply a theme to the terminal on startup. Instead I have to manually apply the theme in Options > Looks > Theme > Save every time I open a new window. Although the theme name is auto-populated in the Theme field, it does not actually get applied. Here is my minttyrc file:

BoldAsFont=-1
FontHeight=10
Font=Consolas
Scrollbar=none
Term=xterm-256color
CursorType=line
AllowBlinking=yes
Locale=en_US
Charset=UTF-8
BellType=0
BellTaskbar=no
Printer=
Language=@
ClicksPlaceCursor=yes
Columns=170
Rows=48
ThemeFile=base16-seti-ui.minttyrc

To launch wsl-terminal I am using a shortcut pinned to the Taskbar with C:\path\to\wsl-terminal\open-wsl.exe -l in the Target field. I have also tried appending the contents of the theme file to minttyrc, but that does not seem to work either. Any ideas? Thank you.

Edit: I made a mistake. I think there was a setting saved somewhere that conflicted with my theme, which made it appear slightly different than expected.