Skip to content

Commit

Permalink
Merge pull request #37 from maxmx03/dev
Browse files Browse the repository at this point in the history
performance improvements, term colors
  • Loading branch information
maxmx03 authored Oct 29, 2024
2 parents 4a06c30 + 1eff3e3 commit eb0c1f9
Show file tree
Hide file tree
Showing 19 changed files with 1,520 additions and 1,092 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,23 @@ return {

dracula.setup({
styles = {
types = {},
functions = {},
parameters = {},
comments = {},
strings = {},
keywords = {},
variables = {},
constants = {},
Type = {},
Function = {},
Parameter = {},
Property = {},
Comment = {},
String = {},
Keyword = {},
Identifier = {},
Constant = {},
},
transparent = false,
on_colors = function (colors, color)
---@type dracula.palette
return {
-- override or create new colors
mycolor = "#ffffff",
-- mycolor = 0xffffff,
}
end,
on_highlights = function (colors, color)
Expand Down
3 changes: 0 additions & 3 deletions after/queries/astro/highlights.scm

This file was deleted.

7 changes: 0 additions & 7 deletions after/queries/css/highlights.scm

This file was deleted.

5 changes: 0 additions & 5 deletions after/queries/javascript/highlights.scm

This file was deleted.

3 changes: 0 additions & 3 deletions after/queries/lua/highlights.scm

This file was deleted.

2 changes: 0 additions & 2 deletions after/queries/markdown/highlights.scm

This file was deleted.

2 changes: 0 additions & 2 deletions after/queries/markdown_inline/highlights.scm

This file was deleted.

2 changes: 0 additions & 2 deletions after/queries/scss/highlights.scm

This file was deleted.

5 changes: 0 additions & 5 deletions after/queries/tsx/highlights.scm

This file was deleted.

Loading

0 comments on commit eb0c1f9

Please sign in to comment.