Register generated VS Code theme extension
This commit is contained in:
@@ -6,38 +6,38 @@ return {
|
||||
priority = 1000,
|
||||
opts = {
|
||||
colors = {
|
||||
bg = "{{ bg }}",
|
||||
dark_bg = "{{ dark_bg }}",
|
||||
darker_bg = "{{ darker_bg }}",
|
||||
bg = "{{ bg }}",
|
||||
dark_bg = "{{ dark_bg }}",
|
||||
darker_bg = "{{ darker_bg }}",
|
||||
lighter_bg = "{{ lighter_bg }}",
|
||||
|
||||
fg = "{{ fg }}",
|
||||
dark_fg = "{{ dark_fg }}",
|
||||
light_fg = "{{ light_fg }}",
|
||||
bright_fg = "{{ bright_fg }}",
|
||||
muted = "{{ muted }}",
|
||||
fg = "{{ fg }}",
|
||||
dark_fg = "{{ dark_fg }}",
|
||||
light_fg = "{{ light_fg }}",
|
||||
bright_fg = "{{ bright_fg }}",
|
||||
muted = "{{ muted }}",
|
||||
|
||||
red = "{{ red }}",
|
||||
yellow = "{{ yellow }}",
|
||||
orange = "{{ orange }}",
|
||||
green = "{{ green }}",
|
||||
cyan = "{{ cyan }}",
|
||||
blue = "{{ blue }}",
|
||||
purple = "{{ purple }}",
|
||||
brown = "{{ brown }}",
|
||||
red = "{{ red }}",
|
||||
yellow = "{{ yellow }}",
|
||||
orange = "{{ orange }}",
|
||||
green = "{{ green }}",
|
||||
cyan = "{{ cyan }}",
|
||||
blue = "{{ blue }}",
|
||||
purple = "{{ purple }}",
|
||||
brown = "{{ brown }}",
|
||||
|
||||
bright_red = "{{ bright_red }}",
|
||||
bright_red = "{{ bright_red }}",
|
||||
bright_yellow = "{{ bright_yellow }}",
|
||||
bright_green = "{{ bright_green }}",
|
||||
bright_cyan = "{{ bright_cyan }}",
|
||||
bright_blue = "{{ bright_blue }}",
|
||||
bright_green = "{{ bright_green }}",
|
||||
bright_cyan = "{{ bright_cyan }}",
|
||||
bright_blue = "{{ bright_blue }}",
|
||||
bright_purple = "{{ bright_purple }}",
|
||||
|
||||
accent = "{{ accent }}",
|
||||
cursor = "{{ cursor }}",
|
||||
foreground = "{{ foreground }}",
|
||||
background = "{{ background }}",
|
||||
selection = "{{ selection }}",
|
||||
accent = "{{ accent }}",
|
||||
cursor = "{{ cursor }}",
|
||||
foreground = "{{ foreground }}",
|
||||
background = "{{ background }}",
|
||||
selection = "{{ selection }}",
|
||||
selection_foreground = "{{ selection_foreground }}",
|
||||
selection_background = "{{ selection_background }}",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user