Skip to content

Commit

Permalink
Merge pull request #205 from osa93/py-theme-improve
Browse files Browse the repository at this point in the history
Change class instantiation to a proper color in python.
  • Loading branch information
Mofiqul authored Jul 15, 2024
2 parents 4621283 + 2523df4 commit 3ba16d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/vscode/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ theme.set_highlights = function(opts)
hl(0, 'pythonTodo', { fg = c.vscBlue, bg = 'NONE' })
hl(0, 'pythonClassVar', { fg = c.vscBlue, bg = 'NONE' })
hl(0, 'pythonClassDef', { fg = c.vscBlueGreen, bg = 'NONE' })
hl(0, '@constructor.python', { fg = c.vscBlueGreen, bg = 'NONE' })

-- TeX
hl(0, 'texStatement', { fg = c.vscBlue, bg = 'NONE' })
Expand Down

0 comments on commit 3ba16d7

Please sign in to comment.