adding nvim-kolorz changing with wallpaper
This commit is contained in:
@@ -37,3 +37,7 @@ post_hook = 'sed -i "s/|/{/g" ~/.config/oh-my-posh/config.omp.json && sed -i "s/
|
|||||||
[templates.eww]
|
[templates.eww]
|
||||||
input_path = './templates/colors.scss'
|
input_path = './templates/colors.scss'
|
||||||
output_path = '~/.config/eww/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'
|
||||||
|
|||||||
24
.config/matugen/templates/colors.lua
Normal file
24
.config/matugen/templates/colors.lua
Normal 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",
|
||||||
|
}
|
||||||
Submodule .config/nvim updated: ba5103f696...a2a9ca2fc6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.config/matugen/results
|
||||||
Reference in New Issue
Block a user