Skip to content

Commit

Permalink
feat: integration for markview.lua (#351)
Browse files Browse the repository at this point in the history
* Create markview.lua

* Update markview.lua

* Update init.lua

* Update init.lua

---------

Co-authored-by: Sidhanth Rathod <[email protected]>
  • Loading branch information
realhackcraft and siduck authored Oct 12, 2024
1 parent 177af7c commit 3235613
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lua/base46/integrations/markview.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
local colors = require("base46").get_theme_tb "base_30"

return {
["@markup.heading.1.markdown"] = { fg = colors.red },
["@markup.heading.2.markdown"] = { fg = colors.orange },
["@markup.heading.3.markdown"] = { fg = colors.yellow },
["@markup.heading.4.markdown"] = { fg = colors.green },
["@markup.heading.5.markdown"] = { fg = colors.blue },
["@markup.heading.6.markdown"] = { fg = colors.purple },
}

0 comments on commit 3235613

Please sign in to comment.