mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +00:00
14 lines
325 B
Lua
14 lines
325 B
Lua
-- Configure theme
|
|
require("rose-pine").setup({
|
|
variant = "auto", -- auto, main, moon, or dawn
|
|
dark_variant = "moon", -- main, moon, or dawn
|
|
dim_inactive_windows = false,
|
|
extend_background_behind_borders = true,
|
|
|
|
styles = {
|
|
bold = true,
|
|
italic = true,
|
|
transparency = false,
|
|
},
|
|
})
|
|
vim.cmd("colorscheme rose-pine")
|