Abdulkaiz Khatri
Abdulkaiz Khatri
Try with the `markdownTSLiteral` highlight if you are using treesiitter. ```lua require('github-theme').setup({ dev = true, overrides = function(c) return { markdownTSLiteral = { bg = "#fb94ff" }, } end })...
min req `neovim >= 0.5`
I think you can enable dark background in your plugin by passing `FileTypes` to `sidebars` option with `dark_sidebar=true`.
Look like a verticle split character is missing from your `fillchars`. [Here](https://stackoverflow.com/questions/13496086/appearance-of-split-lines-in-vim) is quick StackOverflow. Read docs with `:help fillchars`.
It seems there is `yarn` and other dependencies are missing, which you will find in the [readme#dependencies](https://github.com/ful1e5/apple_cursor#dependencies). Note that you have to install both dependencies; external and build.
[macOSBigSur-White-Windows.zip](https://github.com/ful1e5/apple_cursor/files/9266119/macOSBigSur-White-Windows.zip) [macOSBigSur-Windows.zip](https://github.com/ful1e5/apple_cursor/files/9266120/macOSBigSur-Windows.zip) [macOSMonterey-White-Windows.zip](https://github.com/ful1e5/apple_cursor/files/9266121/macOSMonterey-White-Windows.zip) [macOSMonterey-Windows.zip](https://github.com/ful1e5/apple_cursor/files/9266122/macOSMonterey-Windows.zip)
Look like dependencies are missing check [README#dependencies](https://github.com/ful1e5/apple_cursor#dependencies).
You also need to install [README#build-dependencies](https://github.com/ful1e5/apple_cursor#build-dependencies).
You no longer need to generate bitmaps in `
Yes you can overide **git diff** colors using `git` lua table. Reference the **[lua/onedark/colors.lua]** for a other possible color override. ```lua require("onedark").setup({ colors = { git = { change =...