Skip to content

Commit

Permalink
lualine: fix builtin_themes list (#486)
Browse files Browse the repository at this point in the history
Co-authored-by: raf <[email protected]>
  • Loading branch information
oabragh and NotAShelf authored Dec 9, 2024
1 parent f672d3c commit fca55e1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions modules/plugins/statusline/lualine/lualine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,41 +13,43 @@
builtin_themes = [
"auto"
"16color"
"gruvbox"
"ayu_dark"
"ayu_light"
"ayu_mirage"
"ayu"
"base16"
"codedark"
"dracula"
"everforest"
"gruvbox"
"gruvbox_dark"
"gruvbox_light"
"gruvbox_material"
"gruvbox-material"
"horizon"
"iceberg_dark"
"iceberg_light"
"iceberg"
"jellybeans"
"material"
"modus_vivendi"
"modus-vivendi"
"molokai"
"moonfly"
"nightfly"
"nord"
"oceanicnext"
"OceanicNext"
"onedark"
"onelight"
"palenight"
"papercolor_dark"
"papercolor_light"
"PaperColor"
"powerline_dark"
"powerline"
"pywal"
"seoul256"
"solarized_dark"
"solarized_light"
"tomorrow"
"Tomorrow"
"wombat"
];
in {
Expand Down

0 comments on commit fca55e1

Please sign in to comment.