Skip to content

Commit 1c81062

Browse files
committed
fix: don't style comments and keywords by default
1 parent 876c8e8 commit 1c81062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/github-theme/config.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ local defaults = {
1313
dim_inactive = false,
1414
module_default = true,
1515
styles = {
16-
comments = 'italic',
16+
comments = 'NONE',
1717
functions = 'NONE',
18-
keywords = 'italic',
18+
keywords = 'NONE',
1919
variables = 'NONE',
2020
conditionals = 'NONE',
2121
constants = 'NONE',

0 commit comments

Comments
 (0)