adding nvim-kolorz changing with wallpaper
This commit is contained in:
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",
|
||||
}
|
||||
Reference in New Issue
Block a user