diff options
| author | Ahsan Ahmed <ahsan.ahmed3246@gmail.com> | 2024-09-08 10:05:23 -0700 |
|---|---|---|
| committer | Ahsan Ahmed <ahsan.ahmed3246@gmail.com> | 2024-09-08 10:05:23 -0700 |
| commit | fb7f643ba0d51db2e6f1324ba66d5a99533eb8f9 (patch) | |
| tree | 8bf9c7191ce7c6c7d69efc00aee25403d9734b9b /lua/ashes | |
| parent | update submodule, include new nvchad themes (diff) | |
Added chadracula-evondev theme to this package
Diffstat (limited to 'lua/ashes')
| -rw-r--r-- | lua/ashes/theme.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/ashes/theme.lua b/lua/ashes/theme.lua index a6b6c3f..630d7a2 100644 --- a/lua/ashes/theme.lua +++ b/lua/ashes/theme.lua @@ -1,4 +1,3 @@ - local c = require('ashes.palette') local hl = vim.api.nvim_set_hl @@ -339,4 +338,4 @@ theme.set_highlights = function() hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end -return theme
\ No newline at end of file +return theme |