Merge branch 'master' into arch-laptop

This commit is contained in:
Michael Chalupiak
2025-01-05 21:46:18 -05:00
4 changed files with 426 additions and 77 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
font-family = ""
font-family = "Olympe Mono Hacked"
font-family = "CaskaydiaCove Nerd Font"
# theme = light:rose-pine-dawn,dark:rose-pine
theme = light:xcodelight,dark:xcodedark

View File

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