template for matugen
This commit is contained in:
24
lua/nvim-kolorz/colors_template.lua
Normal file
24
lua/nvim-kolorz/colors_template.lua
Normal file
@@ -0,0 +1,24 @@
|
||||
return {
|
||||
-- Backgrounds & foregrounds
|
||||
c_normal_fg = "{{colors.primary.default.hex}}",
|
||||
c_normal_bg = "{{colors.background.default.hex}}",
|
||||
|
||||
-- Syntax groups
|
||||
c_comment = "{{colors.on_primary.default.hex}}",
|
||||
c_string = "{{colors.tertiary.default.hex}}",
|
||||
c_identifier = "{{colors.primary.default.hex}}",
|
||||
c_function = "{{colors.secondary.default.hex}}",
|
||||
c_statement = "{{colors.primary.default.hex}}",
|
||||
c_keyword = "{{colors.primary.default.hex}}",
|
||||
c_type = "{{colors.primary.default.hex}}",
|
||||
c_error = "{{colors.error.default.hex}}",
|
||||
c_visual = "{{colors.primary.default.hex}}",
|
||||
|
||||
-- Line numbers
|
||||
c_line_nr = "{{colors.on_primary.default.hex}}",
|
||||
c_cursor_line_nr = "{{colors.primary.default.hex}}",
|
||||
|
||||
-- Statusline
|
||||
c_status_line_fg = "{{colors.primary.default.hex}}",
|
||||
c_status_line_bg = "{{colors.background.default.hex}}",
|
||||
}
|
||||
Reference in New Issue
Block a user