Git Product home page Git Product logo

Comments (8)

gagbo avatar gagbo commented on August 25, 2024 1

One line json file :(

The thing that didn't work is "settings":{"foreground":"white","background":"#E05252"}}, to help conversation ; assuming that the color parser just removed the first char w (thinking it should just be a #) and tried to parse the hi characters as a hex number

from babi.

asottile avatar asottile commented on August 25, 2024 1

Capture28

here's what it looks like for me once I fixed white -- I also did black at the same time, I don't suspect other named colors will come up but I'll try a bunch of themes later to verify 👍

thanks again for the report!

from babi.

asottile avatar asottile commented on August 25, 2024 1

whoa, weird! it looks like ~some coloring is taking but it's greyscaled everything?

from babi.

jkittner avatar jkittner commented on August 25, 2024

That was indeed the issue. I formatted the json to a multilne file and replaced "white" with "#FFFFFF". Now there is no error but still no syntax highlighting.

from babi.

asottile avatar asottile commented on August 25, 2024

hmmm yeah the color parser assumes they're hex codes so that's the first issue -- as for no syntax highlighting after that it probably means the grammar didn't match? can you ls ~/.local/share/babi/textmate_syntax/ there should be a bunch of files in there from running ./bin/download-syntax

from babi.

jkittner avatar jkittner commented on August 25, 2024

~/.local/share/babi/textmate_syntax/ looks fine to me all files are there.
I think the problem might be caused by my SSH-client and not the server.

  • When using windows' cmd to SSH into my remote server the syntax highlighting works perfectly fine with all file types and different themes.
  • When using PuTTY or MobaXterm the syntax highlighting does not work at all. In PuTTY 256-color mode is activated, MobaXterm should have this enabled as a default.

from babi.

asottile avatar asottile commented on August 25, 2024

ah, if you echo $TERM it probably was xterm or something without sufficient colors -- it needs to be a >=256 color compatible terminal to display colors. I wonder why putty's 256color mode didn't work though, perhaps the TERM it enables isn't recognized by curses?

from babi.

jkittner avatar jkittner commented on August 25, 2024

echo $TERM returns xterm-256color in MobaXterm even though it looks like this.

grafik
I think this issue is not related to babi it's some kind of problem with MobaXterms color modes...
Thanks for your help and your great work I am looking forward to using babi as my nr 1 text editor!

from babi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.