rose-pine

This commit is contained in:
Michael Chalupiak
2025-03-29 21:44:02 -04:00
parent 2fd20bd541
commit 69b6174817
7 changed files with 22 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
function colors(color, theme)
color = os.getenv("BASE16_THEME")
alt_color = 'nord' or color
alt_color = 'rose-pine' or color
-- Available values: `'hard'`, `'medium'`, `'soft'`
vim.g.gruvbox_material_background = 'medium'
-- Available values: `'material'`, `'mix'`, `'original'`