mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Major Palette Changes
This commit is contained in:
parent
5110f23691
commit
7fbba55cb2
6 changed files with 233 additions and 234 deletions
|
|
@ -1,4 +1,4 @@
|
|||
local util = require('rose-pine.util')
|
||||
local util = require("rose-pine.util")
|
||||
|
||||
local M = {}
|
||||
|
||||
|
|
@ -6,9 +6,9 @@ function M.colorscheme()
|
|||
if vim.g.colors_name then vim.cmd('hi clear') end
|
||||
|
||||
vim.opt.termguicolors = true
|
||||
vim.g.colors_name = 'rose-pine'
|
||||
vim.g.colors_name = "rose-pine"
|
||||
|
||||
local theme = require('rose-pine.theme').get()
|
||||
local theme = require("rose-pine.theme").get_theme()
|
||||
|
||||
-- Set theme highlights
|
||||
for group, color in pairs(theme) do util.highlight(group, color) end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue