adding nvim-kolorz changing with wallpaper

This commit is contained in:
2025-11-18 17:30:27 +01:00
parent 3269b6ef55
commit 330b3c2cd6
4 changed files with 30 additions and 1 deletions

View File

@@ -37,3 +37,7 @@ post_hook = 'sed -i "s/|/{/g" ~/.config/oh-my-posh/config.omp.json && sed -i "s/
[templates.eww]
input_path = './templates/colors.scss'
output_path = '~/.config/eww/colors.scss'
[templates.nvim-kolorz]
input_path = '~/.local/share/nvim/lazy/nvim-kolorz/lua/nvim-kolorz/colors_template.lua'
output_path = './results/colors.lua'

View File

@@ -0,0 +1,24 @@
return {
-- Backgrounds & foregrounds
c_normal_fg = "#f2b3e5",
c_normal_bg = "#171216",
-- Syntax groups
c_comment = "#4d1f48",
c_string = "#f5b8a6",
c_identifier = "#f2b3e5",
c_function = "#dbbed2",
c_statement = "#f2b3e5",
c_keyword = "#f2b3e5",
c_type = "#f2b3e5",
c_error = "#ffb4ab",
c_visual = "#f2b3e5",
-- Line numbers
c_line_nr = "#4d1f48",
c_cursor_line_nr = "#f2b3e5",
-- Statusline
c_status_line_fg = "#f2b3e5",
c_status_line_bg = "#171216",
}

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.config/matugen/results