File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 55
66``` lua
77return {
8- color_scheme = " astrotheme_astrodark " , -- or whichever palette you want
8+ color_scheme = " astrodark " , -- or whichever palette you want
99}
1010```
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ function M.setup()
4040 local fname = extra .. (info .subdir and " /" .. info .subdir or " " ) .. " /" .. palette .. " ." .. info .ext
4141 colors [" _upstream_url" ] = " https://github.com/AstroNvim/astrotheme/raw/main/extras/" .. fname
4242 colors [" _style_name" ] = " AstroTheme " .. palette_name
43- colors [" _name" ] = " astrotheme_" .. palette
4443 colors [" _style" ] = palette
4544 print (" [write] " .. fname )
4645 M .write (" extras/" .. fname , plugin .generate (colors , highlights , config ))
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ bg_color = "${ui.base}"
4949[metadata]
5050aliases = []
5151author = "AstroNvim"
52- name = "${_name }"]] ,
52+ name = "${_style }"]] ,
5353 colors
5454 )
5555end
Original file line number Diff line number Diff line change 7575--- @field ui AstroThemePaletteUI ? Colors that are used throughout the general user interface
7676--- @field _upstream_url string ?
7777--- @field _style_name string ?
78- --- @field _name string ?
7978--- @field _style string ?
8079
8180--- @class AstroThemeHighlightOpts
You can’t perform that action at this time.
0 commit comments