Luis Esteban Escobedo

Results 3 issues of Luis Esteban Escobedo

Im using the comrade theme but i would like to have the syntax colors from the default vs code dark theme, how can i acomplish this?

### Neovim version (nvim -v) 0.8.3 ### Operating system/version Fedora 36 ### Describe the bug I have the default config options for the colorscheme, but i am not being able...

bug

Here is an example of the problem: ![image](https://github.com/adisen99/codeschool.nvim/assets/109044519/c06c6a1b-82cc-4b29-ba1c-d53054ecce80) Expected result: ![image](https://github.com/adisen99/codeschool.nvim/assets/109044519/5cbe3e37-3514-4d5f-b010-4aab46584b74) This is the setup i have for the colorscheme in my init.lua file: ```lua vim.opt.termguicolors = true vim.o.background =...