Removed italics

This commit is contained in:
Bryan Ramos 2023-03-27 13:36:04 -04:00
parent b78beaf283
commit e12aac5bb9

View file

@ -11,10 +11,6 @@ return packer.startup(function(use)
config = function()
require('github-theme').setup({
theme_style = "dark_default",
function_style = "italic",
keyword_style = "italic",
comment_style = "italic",
variable_style = "italic",
})
end
})