Giter Club home page Giter Club logo

Comments (9)

sharkdp avatar sharkdp commented on May 13, 2024 4

Thank you for the feedback.

Yes, there should be a way to easily configure the highlighting theme (see also #1).

In the meantime, you could try to do this (see "Customization" section in the README):

# Get theme
mkdir -p ~/.config/bat/themes
cd ~/.config/bat/themes
git clone https://github.com/braver/Solarized
ln -sf "Solarized/Solarized (light).tmTheme" Default.tmTheme

# Get language definition files
mkdir -p ~/.config/bat/syntaxes
cd ~/.config/bat/syntaxes
git clone https://github.com/sublimehq/Packages/
rm -rf Packages/Markdown
git clone https://github.com/jonschlinkert/sublime-markdown-extended

# Initialize cache
bat cache --init

from bat.

jeffbyrnes avatar jeffbyrnes commented on May 13, 2024 3

For anyone coming here and cloning the braver/Solarized repo, note that they’ve converted to sublime-theme format. You can clone the older tmTheme version by git checkout 87e01090cf after you clone the repo.

from bat.

sharkdp avatar sharkdp commented on May 13, 2024 2

Even without customization, you should now be able to use

bat --theme="Monokai Extended Light" README.md

from bat.

markkrueger avatar markkrueger commented on May 13, 2024 1

Another way of handing what @jeffbyrnes brings up:
git checkout -b b1.6.0 1.6.0
that way you use the tag they have in the repo.

from bat.

jadennnn avatar jadennnn commented on May 13, 2024

Wow thank you this worked perfectly πŸ˜ƒ

from bat.

nevyn-lookback avatar nevyn-lookback commented on May 13, 2024

Thanks! Tried this, two errors with the 0.2.3 binary Mac release:

  1. Init-cache seems to use ~/L/P/bat, not .config?
β‹Š> ~ bat init-cache                                                                          10:09:20
[bat error]: Could not load themes from '/Users/nevyn/Library/Preferences/bat/themes'
  1. Tried remedying with ln -s ~/.config/bat/themes ~/Library/Preferences/bat/themes. Now I no longer have syntax highlighting, everything's rendering gray o_O

screen shot 2018-05-03 at 10 10 03

from bat.

sharkdp avatar sharkdp commented on May 13, 2024

Init-cache seems to use ~/L/P/bat, not .config?

On macOS - yes. I should update this in the README.

Tried remedying with ln -s ~/.config/bat/themes ~/Library/Preferences/bat/themes. Now I no longer have syntax highlighting, everything's rendering gray o_O

You can always reset everything by removing the cache folder (~/Library/Caches/bat).

from bat.

pylipp avatar pylipp commented on May 13, 2024

In the script described above, I had to replace ~/.config/bat/syntax by ~/.config/bat/syntaxes, as described in the README.

from bat.

sharkdp avatar sharkdp commented on May 13, 2024

@pylipp Thanks. I have adapted my comment above.

from bat.

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.