Jamy
Jamy
Thanks, I'll add a fix for this.
Hey, since merging a different pull request, this one now has a merge conflict. Could you please fix that and resubmit?
@adilosa do you have an idea why this is happening? I've run into this myself. I can change the colorscheme by going `Settings -> Editor -> Color Scheme`, but I...
Ah nice, I'll test that out and create a PR.
It's the `changeBy` property's fault. If you remove that it should work, however it will then only change by 1. I'll look into adding support for the seamless transition.
This should do what you're looking for: ``` $('#slider').movingBoxes({ preinit: function(){ var $wrapper = $(this).closest('.mb-wrapper'), $controls = $wrapper.find('.mb-controls'); $wrapper.prepend($controls); }, // if true, navigation links will be added buildNav: true...
You can preview the themes here: https://base16-project.github.io/base16-gallery/. It might be worth adding a line about previewing the themes with that gallery to all of the template repos readmes :thinking:
Hey @adilosa :smile: I've been speaking to the maintainer of the repo you linked to (https://github.com/ShiromMakkad/base16-jetbrains-ide) about moving development to this repo and adding them as a maintainer of this...
I'm closing the issue now since things have been merged and this repo has styling for the syntax as well as the UI :smile:
@sharkdp yes that is correct, themes are not touched in this PR. The "base16" and "base16-256" theme in the bat repo allow the ansi colors, set by base16-shell, to be...