diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2026-02-22 11:20:53 -0800 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2026-02-22 11:21:08 -0800 |
| commit | 1b99b42acc4b908f6f1aaa98211809e4136e2b94 (patch) | |
| tree | a5ec7a79651554d768ffc4bbeb968c8b17e7ee0b /dot-config/nvim/plugin | |
| parent | 387429691932f918b22602552ab665482a54d3f7 (diff) | |
switch to github theme
Diffstat (limited to 'dot-config/nvim/plugin')
| -rw-r--r-- | dot-config/nvim/plugin/colorscheme.lua | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/dot-config/nvim/plugin/colorscheme.lua b/dot-config/nvim/plugin/colorscheme.lua index 18c2ac0..8eb524b 100644 --- a/dot-config/nvim/plugin/colorscheme.lua +++ b/dot-config/nvim/plugin/colorscheme.lua @@ -1,17 +1,11 @@ vim.pack.add({ - "https://github.com/miikanissi/modus-themes.nvim", + "https://github.com/projekt0n/github-nvim-theme", }) -require("modus-themes").setup({ - transparent = true, - line_nr_column_background = false, - sign_column_background = false, - styles = { - comments = { italic = false }, - keywords = { italic = false }, - functions = {}, - variables = {}, +require("github-theme").setup({ + options = { + transparent = true, }, }) -vim.cmd("colorscheme modus_vivendi") +vim.cmd("colorscheme github_dark_default") |
