mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added italics
This commit is contained in:
parent
1166e24c83
commit
b78beaf283
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ return packer.startup(function(use)
|
||||||
require('github-theme').setup({
|
require('github-theme').setup({
|
||||||
theme_style = "dark_default",
|
theme_style = "dark_default",
|
||||||
function_style = "italic",
|
function_style = "italic",
|
||||||
|
keyword_style = "italic",
|
||||||
|
comment_style = "italic",
|
||||||
|
variable_style = "italic",
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue