Saneef Ansari

Results 28 comments of Saneef Ansari

@ajnisbet But, [according to the docs](https://www.sublimetext.com/docs/3/settings.html) only Editor settings can be specified in syntax-specific settings. > **Editor Settings:** These settings affect the behavior and functionality presented when editing text in...

## Theme for Terminus I'm manually setting variables in Terminus settings. Because, choosing theme from Terminus don't change the background color. It stays as a dark color always. 😢 I...

@randy3k Sorry, It was my mistake. ```javascript { "256color": false, // 😔 was setting to 'false' instead of 'true' ... } ``` Changing to `true` fixed the problem. Also, the...

I could reproduce the above problem even with `{ "256color": true, "unix_term": "xterm-256color", ...}`. I'm using Sublime Text 3 on macOS. 1. Problem appears when launched from terminal (iTerm2) using...

I suspect this is due to the difference value in `TERM` variable. ## Launched using `subl` from terminal From Sublime Console: ``` >>> import os >>> os.popen('echo $TERM').read() 'xterm-256color\n' ```...

```bash $ echo $TERM xterm-256color ```

> you also need to edit the setting `unix_term` in the settings. This is how I have configured. ```json { "256color": true, "theme": "user", "unix_term": "xterm-256color", "user_theme_colors": { ... }...

Yes, in both cases it is `xterm-256color`

This would solve problems like #30 too.

I hadn't enabled `Enable 3-legged OAuth` on Twitter 🤦‍♂️ Sorry.