Skip to content

Commit

Permalink
fix: don't style comments and keywords by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tmillr committed May 28, 2023
1 parent 3a3930d commit 69dd4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/github-theme/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ local defaults = {
dim_inactive = false,
module_default = true,
styles = {
comments = 'italic',
comments = 'NONE',
functions = 'NONE',
keywords = 'italic',
keywords = 'NONE',
variables = 'NONE',
conditionals = 'NONE',
constants = 'NONE',
Expand Down

0 comments on commit 69dd4bb

Please sign in to comment.