randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 81 forks source link

settings don't apply on ubuntu 20.04 #222

Closed kurokirasama closed 4 years ago

kurokirasama commented 4 years ago

hello, I have sublime text with terminus extension on an ubuntu 18.04 machine with the following settings:

{
    "256color": true,
    "theme": "user",
    "unix_term": "xterm-256color",
    "user_theme_colors":
    {
        "background": "#000000",
        "caret": "#ffffff",
        "foreground": "#37ff00"
    },
    "viewsettings":
    {
        "font_face": "Ubuntu Regular"
    }
}

Now I just installed sublime and terminus in an ubuntu 20.04 machine, but these setting <sdoesn't seem to apply. Moreover, if I change any of the colors nothing happens on terminus.

What I'm doing wrong???

randy3k commented 4 years ago

The settings seem right. Try restarting Sublime?

kurokirasama commented 4 years ago

several times

kurokirasama commented 4 years ago

wth??? I just tried it again for the n time and it worked.... sorry for the trouble