This commit is contained in:
Michael Chalupiak
2025-02-07 15:45:50 -05:00
parent c7439f61f5
commit 043e2708e8
7 changed files with 34 additions and 30 deletions

View File

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